public interface IScroll
Modifier and Type | Field and Description |
---|---|
static int |
GoHigher |
static int |
GoLower |
static int |
Horizontal
This indicates a Horizontal scroller or a Horizontal scroll action.
|
static int |
OPTION_INDICATOR_ONLY
Specifies that the track will most likely be used in a situation where
there is no mouse or touch screen, so the track should be made small enough
to just indicate the position without regard for the user being able to easily
drag it.
|
static int |
PageHigher
This is an action that indicates the ScrollClient should scroll one page higher -
either Horizontally or Vertically as appropriate.
|
static int |
PageLower
This is an action that indicates the ScrollClient should scroll one page lower -
either Horizontally or Vertically as appropriate.
|
static int |
ScrollHigher
This is an action that indicates the ScrollClient should scroll one increment higher -
either Horizontally or Vertically as appropriate.
|
static int |
ScrollLower
This is an action that indicates the ScrollClient should scroll one increment lower -
either Horizontally or Vertically as appropriate.
|
static int |
TrackTo
This is an action that indicates the ScrollClient scroll directly to the
value provided.
|
static int |
Vertical
This indicates a Vertical scroller or a Vertical scroll action.
|
static final int Horizontal
static final int Vertical
static final int PageLower
static final int PageHigher
static final int TrackTo
static final int ScrollHigher
static final int ScrollLower
static final int GoLower
static final int GoHigher
static final int OPTION_INDICATOR_ONLY