public interface IAWTScroller
Modifier and Type | Method and Description |
---|---|
int |
getPageSize()
获取 滚动条的块增量值。
|
int |
getPosition()
获取 滚动条的当前位置。
|
Range |
getRange()
获取 滚动条的范围值。
|
int |
getStepSize()
获取 滚动条的单位增量值。
|
void |
page(int pageCount)
将当前滚动位置增加指定页数。
|
void |
scrollTo(int position)
滚动至指定位置。
|
void |
step(int stepCount)
将当前滚动位置增加指定步长数。
|
void page(int pageCount)
pageCount
- 可增加的页数void scrollTo(int position)
position
- 可滚动到的位置void step(int stepCount)
stepCount
- 可增加的步长数int getPageSize()
int getPosition()
Range getRange()
int getStepSize()
Copyright 2009-2012 Micro Focus. All Rights Reserved.