Package org.jdesktop.swingx.tree
Class TreeUtilities.PostorderModelEnumeration
java.lang.Object
org.jdesktop.swingx.tree.TreeUtilities.PostorderModelEnumeration
- All Implemented Interfaces:
Enumeration
- Enclosing class:
- TreeUtilities
Implementation of a postorder traversal of a subtree in a TreeModel.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Enumeration
protected TreeModel
protected Object
protected Enumeration
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Field Details
-
model
-
root
-
children
-
subtree
-
-
Constructor Details
-
PostorderModelEnumeration
-
PostorderModelEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
-