public interface

ScrollPanePeer

implements ContainerPeer
java.awt.peer.ScrollPanePeer

Class Overview

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.

Summary

[Expand]
Inherited Constants
From interface java.awt.peer.ComponentPeer
Public Methods
abstract void childResized(int w, int h)
abstract int getHScrollbarHeight()
abstract int getVScrollbarWidth()
abstract void setScrollPosition(int x, int y)
abstract void setUnitIncrement(Adjustable adj, int u)
abstract void setValue(Adjustable adj, int v)
[Expand]
Inherited Methods
From interface java.awt.peer.ComponentPeer
From interface java.awt.peer.ContainerPeer

Public Methods

public abstract void childResized (int w, int h)

public abstract int getHScrollbarHeight ()

public abstract int getVScrollbarWidth ()

public abstract void setScrollPosition (int x, int y)

public abstract void setUnitIncrement (Adjustable adj, int u)

public abstract void setValue (Adjustable adj, int v)