FileDocCategorySizeDatePackage
ScrollPanePeer.javaAPI DocJava SE 5 API800Fri Aug 26 14:56:56 BST 2005java.awt.peer

ScrollPanePeer

public interface ScrollPanePeer implements ContainerPeer
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.

Fields Summary
Constructors Summary
Methods Summary
public voidchildResized(int w, int h)

public intgetHScrollbarHeight()

public intgetVScrollbarWidth()

public voidsetScrollPosition(int x, int y)

public voidsetUnitIncrement(java.awt.Adjustable adj, int u)

public voidsetValue(java.awt.Adjustable adj, int v)