public interface Hierarchy
Modifier and Type | Method and Description |
---|---|
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.
|
Collection getRoots()
Collection getComponents(Component c)
boolean contains(Component c)
void dispose(Window w)
Abbot is hosted on