| java.awt.peer.ScrollbarPeer
ScrollbarPeer | public interface ScrollbarPeer extends ComponentPeer(Code) | | 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.
|
setLineIncrement | void setLineIncrement(int l)(Code) | | |
setPageIncrement | void setPageIncrement(int l)(Code) | | |
setValues | void setValues(int value, int visible, int minimum, int maximum)(Code) | | |
|
|