EchoPoint
2.1.0rc5

echopointng.tree
Class DefaultMutableTreeNode.PostorderEnumeration

java.lang.Object
  extended by echopointng.tree.DefaultMutableTreeNode.PostorderEnumeration
All Implemented Interfaces:
Serializable, Enumeration
Enclosing class:
DefaultMutableTreeNode

public final class DefaultMutableTreeNode.PostorderEnumeration
extends Object
implements Enumeration, Serializable

See Also:
Serialized Form

Field Summary
protected  Enumeration children
           
protected  TreeNode root
           
protected  Enumeration subtree
           
 
Constructor Summary
DefaultMutableTreeNode.PostorderEnumeration(TreeNode rootNode)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

protected TreeNode root

children

protected Enumeration children

subtree

protected Enumeration subtree
Constructor Detail

DefaultMutableTreeNode.PostorderEnumeration

public DefaultMutableTreeNode.PostorderEnumeration(TreeNode rootNode)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration

EchoPoint
2.1.0rc5