Package ch.bailu.gtk.gtk
Interface ScrollType
public interface ScrollType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intScroll to end.static final intJump to new location.static final intNo scrolling.static final intPage backward.static final intPage down.static final intPage forward.static final intPage to the left.static final intPage to the right.static final intPage up.static final intScroll to start.static final intStep backward.static final intStep down.static final intStep forward.static final intStep to the left.static final intStep to the right.static final intStep up.
-
Field Details
-
NONE
static final int NONENo scrolling.- See Also:
-
JUMP
static final int JUMPJump to new location.- See Also:
-
STEP_BACKWARD
static final int STEP_BACKWARDStep backward.- See Also:
-
STEP_FORWARD
static final int STEP_FORWARDStep forward.- See Also:
-
PAGE_BACKWARD
static final int PAGE_BACKWARDPage backward.- See Also:
-
PAGE_FORWARD
static final int PAGE_FORWARDPage forward.- See Also:
-
STEP_UP
static final int STEP_UPStep up.- See Also:
-
STEP_DOWN
static final int STEP_DOWNStep down.- See Also:
-
PAGE_UP
static final int PAGE_UPPage up.- See Also:
-
PAGE_DOWN
static final int PAGE_DOWNPage down.- See Also:
-
STEP_LEFT
static final int STEP_LEFTStep to the left.- See Also:
-
STEP_RIGHT
static final int STEP_RIGHTStep to the right.- See Also:
-
PAGE_LEFT
static final int PAGE_LEFTPage to the left.- See Also:
-
PAGE_RIGHT
static final int PAGE_RIGHTPage to the right.- See Also:
-
START
static final int STARTScroll to start.- See Also:
-
END
static final int ENDScroll to end.- See Also:
-