org.gnu.gtk
public class SpinType extends Enum
See Also: SpinButton
| Field Summary | |
|---|---|
| static SpinType | END |
| static SpinType | HOME |
| static SpinType | PAGE_BACKWARD |
| static SpinType | PAGE_FORWARD |
| static SpinType | STEP_BACKWARD |
| static SpinType | STEP_FORWARD |
| static SpinType | USER_DEFINED |
| Method Summary | |
|---|---|
| SpinType | and(SpinType other) |
| static SpinType | intern(int value) |
| SpinType | or(SpinType other) |
| boolean | test(SpinType other) |
| SpinType | xor(SpinType other) |