public interface IAWTScroller
Modifier and Type | Method and Description |
---|---|
int |
getPageSize()
Gets the block increment value of the scroll bar.
|
int |
getPosition()
Gets the current position of the scroll bar.
|
Range |
getRange()
Gets the range value of the scroll bar.
|
int |
getStepSize()
Gets the unit increment value of the scroll bar.
|
void |
page(int pageCount)
Increments the current scroll position by specified number of pages.
|
void |
scrollTo(int position)
Scrolls to the specified position.
|
void |
step(int stepCount)
Increments the current scroll position by specified steps.
|
void page(int pageCount)
pageCount
- the number of pages to incrementvoid scrollTo(int position)
position
- the position to scroll tovoid step(int stepCount)
stepCount
- the number of steps to incrementint getPageSize()
int getPosition()
Range getRange()
int getStepSize()
Copyright 2009-2012 Micro Focus. All Rights Reserved.