Component | +--Control | +--ScrollBarpublic abstract class ScrollBar
Topic under construction.
Constructors
Name | Description |
---|---|
ScrollBar() | Topic under construction. |
Methods
Name | Description |
---|---|
addOnScroll(ScrollEventHandler seh) | Topic under construction. |
getLargeChange() | Topic under construction. |
getMaximum() | Topic under construction. |
getMinimum() | Topic under construction. |
getPosition() | Topic under construction. |
getSmallChange() | Topic under construction. |
removeOnScroll(ScrollEventHandler seh) | Topic under construction. |
setLargeChange(int largeChange) | Topic under construction. |
setMaximum(int max) | Topic under construction. |
setMinimum(int min) | Topic under construction. |
setPosition(int pos) | Topic under construction. |
setSmallChange(int smallChange) | Topic under construction. |
setValues(int min, int max, int smallChange, int largeChange, int pos) | Topic under construction. |
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.