ice.pilots.html4
Class ScrollHandler
java.lang.Object
ice.pilots.html4.ScrollHandler
- public class ScrollHandler
- extends Object
A ScrollHandler is responsible to determine whether scrolling
is needed, and to set the desired scrolling position.
|
Method Summary |
boolean |
scrollRequest(int howToScroll)
This method handles explicit scrolling,
i.e. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scrollRequest
public boolean scrollRequest(int howToScroll)
- This method handles explicit scrolling,
i.e. scrolling as result of a keypress.
- Parameters:
howToScroll - requested scroll-action
- Returns:
- true if scroll-state was changed, false otherwise