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.


Field Summary
 
Fields inherited from interface java.awt.peer.ComponentPeer
DEFAULT_OPERATION, NO_EMBEDDED_CHECK, RESET_OPERATION, SET_BOUNDS, SET_CLIENT_SIZE, SET_LOCATION, SET_SIZE
 
Method Summary
 void childResized(int w, int h)
           
 int getHScrollbarHeight()
           
 int getVScrollbarWidth()
           
 void setScrollPosition(int x, int y)
           
 void setUnitIncrement(java.awt.Adjustable adj, int u)
           
 void setValue(java.awt.Adjustable adj, int v)
           
 
Methods inherited from interface java.awt.peer.ContainerPeer
beginLayout, beginValidate, endLayout, endValidate, getInsets, isRestackSupported, restack
 
Methods inherited from interface java.awt.peer.ComponentPeer
applyShape, canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, dispose, flip, getBackBuffer, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, isFocusable, isObscured, isReparentSupported, layout, paint, prepareImage, print, reparent, requestFocus, setBackground, setBounds, setEnabled, setFont, setForeground, setVisible, updateCursorImmediately
 

Method Detail

getHScrollbarHeight

int getHScrollbarHeight()

getVScrollbarWidth

int getVScrollbarWidth()

setScrollPosition

void setScrollPosition(int x,
                       int y)

childResized

void childResized(int w,
                  int h)

setUnitIncrement

void setUnitIncrement(java.awt.Adjustable adj,
                      int u)

setValue

void setValue(java.awt.Adjustable adj,
              int v)