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.
| 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 |
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)