java.awt.peer

Interface ContainerPeer

public interface ContainerPeer extends ComponentPeer

Method Summary
voidbeginLayout()
voidbeginValidate()
voidcancelPendingPaint(int x, int y, int width, int height)
Cancel a pending paint event on a region of this container.
voidendLayout()
voidendValidate()
InsetsgetInsets()
Insetsinsets()
booleanisPaintPending()
booleanisRestackSupported()
Check if this container peer can be restacked.
voidrestack()
Restack the component peers in this container peer.

Method Detail

beginLayout

public void beginLayout()

beginValidate

public void beginValidate()

cancelPendingPaint

public void cancelPendingPaint(int x, int y, int width, int height)
Cancel a pending paint event on a region of this container.

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

endLayout

public void endLayout()

endValidate

public void endValidate()

getInsets

public Insets getInsets()

insets

public Insets insets()

isPaintPending

public boolean isPaintPending()

isRestackSupported

public boolean isRestackSupported()
Check if this container peer can be restacked.

Returns: true if this container peer supports being restacked, false otherwise

Since: 1.5

restack

public void restack()
Restack the component peers in this container peer.

Since: 1.5