Package ch.bailu.gtk.gtk
Interface ScrollType
public interface ScrollType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Scroll to end.static final int
Jump to new location.static final int
No scrolling.static final int
Page backward.static final int
Page down.static final int
Page forward.static final int
Page to the left.static final int
Page to the right.static final int
Page up.static final int
Scroll to start.static final int
Step backward.static final int
Step down.static final int
Step forward.static final int
Step to the left.static final int
Step to the right.static final int
Step 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:
-