ContainerPeerpublic interface ContainerPeer implements ComponentPeerThe 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 Summary |
---|
public void | beginLayout()
| public void | beginValidate()
| public void | cancelPendingPaint(int x, int y, int w, int h)Cancels a pending paint on the specified region of the
Component.
| public void | endLayout()
| public void | endValidate()
| public java.awt.Insets | getInsets()
| public java.awt.Insets | insets()DEPRECATED: Replaced by getInsets().
| public boolean | isPaintPending()
| public boolean | isRestackSupported()Indicates availabiltity of restacking operation in this container.
| public void | restack()Restacks native windows - children of this native window - according to Java container order
|
|