|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides access to all components in a hierarchy.
Method Summary | |
boolean |
contains(Component c)
Returns whether the hierarchy contains the given Component. |
void |
dispose(Window w)
Provide proper disposal of the given Window, appropriate to this Hierarchy. |
Collection |
getComponents(Component c)
Returns all sub-components of the given component. |
Container |
getParent(Component c)
Return the parent component for the given Component. |
Collection |
getRoots()
Provides all root components in the hierarchy. |
Method Detail |
public Collection getRoots()
public Collection getComponents(Component c)
public Container getParent(Component c)
public boolean contains(Component c)
public void dispose(Window w)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |