FileDocCategorySizeDatePackage
ContainerPeer.javaAPI DocJava SE 6 API1141Tue Jun 10 00:25:28 BST 2008java.awt.peer

ContainerPeer

public interface ContainerPeer implements 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.

Fields Summary
Constructors Summary
Methods Summary
public voidbeginLayout()

public voidbeginValidate()

public voidendLayout()

public voidendValidate()

public java.awt.InsetsgetInsets()

public java.awt.Insetsinsets()
DEPRECATED: Replaced by getInsets().

public booleanisPaintPending()

public booleanisRestackSupported()
Indicates availabiltity of restacking operation in this container.

return
Returns true if restack is supported, false otherwise
since
1.5

public voidrestack()
Restacks native windows - children of this native window - according to Java container order

since
1.5