|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerPeer
The peer interface for Container
. This is the parent interface
for all container like widgets.
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.
Field Summary |
---|
Fields inherited from interface java.awt.peer.ComponentPeer |
---|
DEFAULT_OPERATION, NO_EMBEDDED_CHECK, RESET_OPERATION, SET_BOUNDS, SET_CLIENT_SIZE, SET_LOCATION, SET_SIZE |
Method Summary | |
---|---|
void |
beginLayout()
Notifies the peer that layout is about to begin. |
void |
beginValidate()
Notifies the peer that validation of the component tree is about to begin. |
void |
endLayout()
Notifies the peer that layout is finished. |
void |
endValidate()
Notifies the peer that validation of the component tree is finished. |
Insets |
getInsets()
Returns the insets of this container. |
boolean |
isRestackSupported()
Indicates availability of restacking operation in this container. |
void |
restack()
Restacks native windows - children of this native window - according to Java container order. |
Method Detail |
---|
Insets getInsets()
void beginValidate()
Container.validate()
, before
validateTree() is called.
Container.validate()
void endValidate()
Container.validate()
, right after
validateTree() returned.
Container.validate()
void beginLayout()
Container.validateTree()
, before the container itself
and its children are laid out.
Container.validateTree()
void endLayout()
Container.validateTree()
, after the container and its
children have been laid out.
Container.validateTree()
void restack()
boolean isRestackSupported()
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |