java.awt.peer
public interface ContainerPeer extends ComponentPeer
Modifier and Type | Method and Description |
---|---|
void |
beginLayout() |
void |
beginValidate() |
void |
cancelPendingPaint(int x,
int y,
int width,
int height)
Cancel a pending paint event on a region of this container.
|
void |
endLayout() |
void |
endValidate() |
Insets |
getInsets() |
Insets |
insets() |
boolean |
isPaintPending() |
boolean |
isRestackSupported()
Check if this container peer can be restacked.
|
void |
restack()
Restack the component peers in this container peer.
|
canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, disable, dispose, enable, flip, getBackBuffer, getBounds, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, hide, isFocusable, isFocusTraversable, isObscured, isReparentSupported, layout, minimumSize, paint, preferredSize, prepareImage, print, repaint, reparent, requestFocus, requestFocus, requestFocus, reshape, setBackground, setBounds, setBounds, setCursor, setEnabled, setEventMask, setFont, setForeground, setVisible, show, updateCursorImmediately
void beginValidate()
void endValidate()
void beginLayout()
void endLayout()
boolean isPaintPending()
boolean isRestackSupported()
void cancelPendingPaint(int x, int y, int width, int height)
x
- the x co-ordinate of the regiony
- the y co-ordinate of the regionwidth
- the width of the regionheight
- the height of the regionvoid restack()