| |
|
| java.awt.peer.ContainerPeer
ContainerPeer | public interface ContainerPeer extends ComponentPeer(Code) | | 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.
|
beginLayout | void beginLayout()(Code) | | |
beginValidate | void beginValidate()(Code) | | |
endLayout | void endLayout()(Code) | | |
endValidate | void endValidate()(Code) | | |
insets | Insets insets()(Code) | | DEPRECATED: Replaced by getInsets().
|
isPaintPending | boolean isPaintPending()(Code) | | |
isRestackSupported | boolean isRestackSupported()(Code) | | Indicates availabiltity of restacking operation in this container.
Returns true if restack is supported, false otherwise since: 1.5 |
restack | void restack()(Code) | | Restacks native windows - children of this native window - according to Java container order
since: 1.5 |
|
|
|