Interface JScrollBarOperator.ScrollChecker
- Enclosing class:
JScrollBarOperator
public static interface JScrollBarOperator.ScrollChecker
Interface can be used to define some kind of complicated
scrolling rules.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
Method Summary
Modifier and TypeMethodDescriptionScrolling rules decription.intDefines a scrolling direction.
-
Method Details
-
getScrollDirection
Defines a scrolling direction.- Parameters:
oper- an operator- Returns:
- one of the following values:
ScrollAdjuster.INCREASE_SCROLL_DIRECTION
ScrollAdjuster.DECREASE_SCROLL_DIRECTION
ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION - See Also:
-
getDescription
-