java.awt.peer
Interface ScrollPanePeer

All Superinterfaces:
ComponentPeer, ContainerPeer

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


Method Summary
 void childResized(int w, int h)
           
 int getHScrollbarHeight()
           
 int getVScrollbarWidth()
           
 void setScrollPosition(int x, int y)
           
 void setUnitIncrement(Adjustable adj, int u)
           
 void setValue(Adjustable adj, int v)
           
 
Methods inherited from interface java.awt.peer.ContainerPeer
beginLayout, beginValidate, endLayout, endValidate, getInsets, insets, isPaintPending
 
Methods inherited from interface java.awt.peer.ComponentPeer
canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, disable, dispose, enable, flip, getBackBuffer, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, hide, isFocusable, isObscured, minimumSize, paint, preferredSize, prepareImage, print, repaint, requestFocus, reshape, setBackground, setBounds, setEnabled, setFont, setForeground, setVisible, show, updateCursorImmediately
 

Method Detail

getHScrollbarHeight

public int getHScrollbarHeight()

getVScrollbarWidth

public int getVScrollbarWidth()

setScrollPosition

public void setScrollPosition(int x,
                              int y)

childResized

public void childResized(int w,
                         int h)

setUnitIncrement

public void setUnitIncrement(Adjustable adj,
                             int u)

setValue

public void setValue(Adjustable adj,
                     int v)