public static interface JScrollBarOperator.ScrollChecker
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDescription() |
Scrolling rules decription.
|
int |
getScrollDirection(JScrollBarOperator oper) |
Defines a scrolling direction.
|
int getScrollDirection(JScrollBarOperator oper)
oper
- an operatorScrollAdjuster.INCREASE_SCROLL_DIRECTION
,
ScrollAdjuster.DECREASE_SCROLL_DIRECTION
,
ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION
java.lang.String getDescription()