API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.peer. ContainerPeer View Source
Author(s)
Since
Version
Serial
Hierarchy
 ComponentPeer
      ContainerPeer
Subinterfaces
Description
public interface ContainerPeer
  The peer interfaces are intended only for use in porting the AWT.
See also:   
Methods
Hide/Show inherited methods
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
Fields
Hide/Show inherited fields
publicfinalstatic int DEFAULT_OPERATION = "3" [Inherited From ComponentPeer]
publicfinalstatic int NO_EMBEDDED_CHECK = "16384" [Inherited From ComponentPeer]
publicfinalstatic int RESET_OPERATION = "5" [Inherited From ComponentPeer]
publicfinalstatic int SET_BOUNDS = "3" [Inherited From ComponentPeer]
publicfinalstatic int SET_CLIENT_SIZE = "4" [Inherited From ComponentPeer]
publicfinalstatic int SET_LOCATION = "1" [Inherited From ComponentPeer]
publicfinalstatic int SET_SIZE = "2" [Inherited From ComponentPeer]
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar