java.awt.peer
public interface ContainerPeer extends ComponentPeer
Method Summary | |
---|---|
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.
|
Parameters: x the x co-ordinate of the region y the y co-ordinate of the region width the width of the region height the height of the region
Since: 1.5
Returns: true if this container peer supports being restacked, false otherwise
Since: 1.5
Since: 1.5