|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerPeer
Disabled: no SafeJ information.
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. |
Method Detail |
---|
Insets getInsets()
void beginValidate()
Container.validate()
void endValidate()
Container.validate()
void beginLayout()
Container.validateTree()
void endLayout()
Container.validateTree()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |