Interface java.awt.peer.ScrollPanePeer
All Packages Class Hierarchy This Package Previous Next Index
Interface java.awt.peer.ScrollPanePeer
- public interface ScrollPanePeer
- extends ContainerPeer
-
childResized(int, int)
-
-
getHScrollbarHeight()
-
-
getVScrollbarWidth()
-
-
setScrollPosition(int, int)
-
-
setUnitIncrement(Adjustable, int)
-
-
setValue(Adjustable, int)
-
childResized
public abstract void childResized(int w,
int h)
getHScrollbarHeight
public abstract int getHScrollbarHeight()
getVScrollbarWidth
public abstract int getVScrollbarWidth()
setScrollPosition
public abstract void setScrollPosition(int x,
int y)
setUnitIncrement
public abstract void setUnitIncrement(Adjustable adj,
int u)
setValue
public abstract void setValue(Adjustable adj,
int v)
All Packages Class Hierarchy This Package Previous Next Index