Constructor and Description |
---|
CompactHierarchy(Hierarchy original) |
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)
Provide a list of a Component's children, sans any transient popups
Keep track of any popups encountered.
|
Container |
getParent(Component c)
Return the parent component for the given Component.
|
Collection |
getRoots()
Provides all root components in the hierarchy.
|
boolean |
isCompact() |
void |
setCompact(boolean compact) |
public CompactHierarchy(Hierarchy original)
public void setCompact(boolean compact)
public boolean isCompact()
public Collection getRoots()
Hierarchy
public Container getParent(Component c)
Hierarchy
public boolean contains(Component c)
Hierarchy
public void dispose(Window w)
Hierarchy
public Collection getComponents(Component c)
getComponents
in interface Hierarchy
Abbot is hosted on