|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScrollPanePeer
Disabled: no SafeJ information.
The peer interface for ScrollPane
.
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 |
childResized(int w,
int h)
Called when the child component changes its size. |
int |
getHScrollbarHeight()
Returns the height of the horizontal scroll bar. |
int |
getVScrollbarWidth()
Returns the width of the vertical scroll bar. |
void |
setScrollPosition(int x,
int y)
Sets the scroll position of the child. |
void |
setUnitIncrement(Adjustable adj,
int u)
Sets the unit increment of one of the scroll pane's adjustables. |
void |
setValue(Adjustable adj,
int v)
Sets the value for one of the scroll pane's adjustables. |
Methods inherited from interface java.awt.peer.ContainerPeer |
---|
beginLayout, beginValidate, endLayout, endValidate, getInsets |
Method Detail |
---|
int getHScrollbarHeight()
ScrollPane.getHScrollbarHeight()
int getVScrollbarWidth()
ScrollPane.getVScrollbarWidth()
void setScrollPosition(int x, int y)
x
- the X coordinate of the scroll positiony
- the Y coordinate of the scroll positionScrollPane.setScrollPosition(int, int)
void childResized(int w, int h)
w
- the new width of the child componenth
- the new height of the child componentScrollPane.layout()
void setUnitIncrement(Adjustable adj, int u)
adj
- the scroll pane adjustable objectu
- the unit incrementScrollPaneAdjustable.setUnitIncrement(int)
void setValue(Adjustable adj, int v)
adj
- the scroll pane adjustable objectv
- the value to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |