public interface Hierarchy
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)
Returns all sub-components of the given component.
|
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.
|
java.util.Collection getRoots()
java.util.Collection getComponents(java.awt.Component c)
java.awt.Container getParent(java.awt.Component c)
boolean contains(java.awt.Component c)
void dispose(java.awt.Window w)
Abbot is hosted on