| Constructor and Description |
|---|
CompactHierarchy(Hierarchy original) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.awt.Component c)
Returns whether the hierarchy contains the given Component.
|
void |
dispose(java.awt.Window w)
Provide proper disposal of the given Window, appropriate to this
Hierarchy.
|
java.util.Collection |
getComponents(java.awt.Component c)
Provide a list of a Component's children, sans any transient popups
Keep track of any popups encountered.
|
java.awt.Container |
getParent(java.awt.Component c)
Return the parent component for the given Component.
|
java.util.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 java.util.Collection getRoots()
Hierarchypublic java.awt.Container getParent(java.awt.Component c)
Hierarchypublic boolean contains(java.awt.Component c)
Hierarchypublic void dispose(java.awt.Window w)
Hierarchypublic java.util.Collection getComponents(java.awt.Component c)
getComponents in interface Hierarchy
Abbot is hosted on