Interface java.awt.peer.ScrollPanePeer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.awt.peer.ScrollPanePeer

public interface ScrollPanePeer
extends ContainerPeer

Method Index

 o childResized(int, int)
 o getHScrollbarHeight()
 o getVScrollbarWidth()
 o setScrollPosition(int, int)
 o setUnitIncrement(Adjustable, int)
 o setValue(Adjustable, int)

Methods

 o childResized
public abstract void childResized(int w,
                                  int h)
 o getHScrollbarHeight
public abstract int getHScrollbarHeight()
 o getVScrollbarWidth
public abstract int getVScrollbarWidth()
 o setScrollPosition
public abstract void setScrollPosition(int x,
                                       int y)
 o setUnitIncrement
public abstract void setUnitIncrement(Adjustable adj,
                                      int u)
 o setValue
public abstract void setValue(Adjustable adj,
                              int v)

All Packages  Class Hierarchy  This Package  Previous  Next  Index