java.awt.peer
Interface ContainerPeer
- All Superinterfaces:
- ComponentPeer
- All Known Subinterfaces:
- DialogPeer, FileDialogPeer, FramePeer, PanelPeer, ScrollPanePeer, WindowPeer
- public interface ContainerPeer
- extends ComponentPeer
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 |
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 |
getInsets
public Insets getInsets()
beginValidate
public void beginValidate()
endValidate
public void endValidate()
beginLayout
public void beginLayout()
endLayout
public void endLayout()
isPaintPending
public boolean isPaintPending()
insets
public Insets insets()
- DEPRECATED: Replaced by getInsets().