|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScrollbarPeer
Disabled: no SafeJ information.
The peer interface for 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.
Field Summary |
---|
Fields inherited from interface java.awt.peer.ComponentPeer |
---|
DEFAULT_OPERATION, NO_EMBEDDED_CHECK, RESET_OPERATION, SET_BOUNDS, SET_CLIENT_SIZE, SET_LOCATION, SET_SIZE |
Method Summary | |
---|---|
void |
setLineIncrement(int l)
Sets the line increment of the scrollbar. |
void |
setPageIncrement(int l)
Sets the page increment of the scrollbar. |
void |
setValues(int value,
int visible,
int minimum,
int maximum)
Sets the parameters for the scrollbar. |
Method Detail |
---|
void setValues(int value, int visible, int minimum, int maximum)
value
- the current valuevisible
- how much of the whole scale is visibleminimum
- the minimum valuemaximum
- the maximum valueScrollbar.setValues(int, int, int, int)
void setLineIncrement(int l)
l
- the line incrementScrollbar.setLineIncrement(int)
void setPageIncrement(int l)
l
- the page incrementScrollbar.setPageIncrement(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |