| abbot.finder.Hierarchy
All known Subclasses: abbot.finder.AWTHierarchy, abbot.editor.CompactHierarchy,
Hierarchy | public interface Hierarchy (Code) | | Provides access to all components in a hierarchy.
|
contains | boolean contains(Component c)(Code) | | Returns whether the hierarchy contains the given Component.
|
dispose | void dispose(Window w)(Code) | | Provide proper disposal of the given Window, appropriate to this
Hierarchy. After disposal, the Window and its descendents will no
longer be reachable from this Hierarchy.
|
getComponents | Collection getComponents(Component c)(Code) | | Returns all sub-components of the given component. What constitutes a
sub-component may vary depending on the Hierarchy implementation.
|
getRoots | Collection getRoots()(Code) | | Provides all root components in the hierarchy. Similar to
Frame.getFrames().
|
|
|