|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectabbot.editor.CompactHierarchy
public class CompactHierarchy
Provides a condensed, more easily readable version of the original hierarchy.
| Constructor Summary | |
|---|---|
CompactHierarchy(Hierarchy original)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompactHierarchy(Hierarchy original)
| Method Detail |
|---|
public void setCompact(boolean compact)
public boolean isCompact()
public Collection getRoots()
Hierarchy
getRoots in interface Hierarchypublic Container getParent(Component c)
Hierarchy
getParent in interface Hierarchypublic boolean contains(Component c)
Hierarchy
contains in interface Hierarchypublic void dispose(Window w)
Hierarchy
dispose in interface Hierarchypublic Collection getComponents(Component c)
getComponents in interface Hierarchy
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||