Save This Page
Home » openjdk-7 » java » awt » peer » [javadoc | source]
java.awt.peer
public interface: ContainerPeer [javadoc | source]

All Implemented Interfaces:
    ComponentPeer

All Known Implementing Classes:
    FileDialogPeer, FramePeer, PanelPeer, DialogPeer, WindowPeer, ScrollPanePeer

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.
Method from java.awt.peer.ContainerPeer Summary:
beginLayout,   beginValidate,   endLayout,   endValidate,   getInsets,   insets,   isPaintPending,   isRestackSupported,   restack
Method from java.awt.peer.ContainerPeer Detail:
 public  void beginLayout()
 public  void beginValidate()
 public  void endLayout()
 public  void endValidate()
 public Insets getInsets()
 public 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