Scrollbar
.
The peer interfaces are intended only for use in porting
the AWT. They are not intended for use by application
developers, and developers should not implement peers
nor invoke any of the peer methods directly on the peer
instances.
Modifier and Type | Method and Description |
---|---|
public void | |
public void | |
public void | setValues(int
the current value value, int how much of the whole scale is visible visible, int the minimum value minimum, int the maximum value maximum)Sets the parameters for the scrollbar. |
setLineIncrement | back to summary |
---|---|
public void setLineIncrement(int l) Sets the line increment of the scrollbar.
|
setPageIncrement | back to summary |
---|---|
public void setPageIncrement(int l) Sets the page increment of the scrollbar.
|
setValues | back to summary |
---|---|
public void setValues(int value, int visible, int minimum, int maximum) Sets the parameters for the scrollbar.
|