|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Hierarchy
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 |
---|
Collection getRoots()
Collection getComponents(Component c)
Container getParent(Component c)
boolean contains(Component c)
void dispose(Window w)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |