Package ch.bailu.gtk.gtk
Interface SpinType
public interface SpinType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intGo to the adjustments upper bound.static final intGo to the adjustments lower bound.static final intDecrement by the adjustments page increment.static final intIncrement by the adjustments page increment.static final intDecrement by the adjustments step increment.static final intIncrement by the adjustments step increment.static final intChange by a specified amount.
-
Field Details
-
STEP_FORWARD
static final int STEP_FORWARDIncrement by the adjustments step increment.- See Also:
-
STEP_BACKWARD
static final int STEP_BACKWARDDecrement by the adjustments step increment.- See Also:
-
PAGE_FORWARD
static final int PAGE_FORWARDIncrement by the adjustments page increment.- See Also:
-
PAGE_BACKWARD
static final int PAGE_BACKWARDDecrement by the adjustments page increment.- See Also:
-
HOME
static final int HOMEGo to the adjustments lower bound.- See Also:
-
END
static final int ENDGo to the adjustments upper bound.- See Also:
-
USER_DEFINED
static final int USER_DEFINEDChange by a specified amount.- See Also:
-