EchoPoint
2.1.0rc5

echopointng.tree
Class DefaultMutableTreeNode.PreorderEnumeration

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

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

See Also:
Serialized Form

Field Summary
protected  Stack stack
           
 
Constructor Summary
DefaultMutableTreeNode.PreorderEnumeration(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

stack

protected Stack stack
Constructor Detail

DefaultMutableTreeNode.PreorderEnumeration

public DefaultMutableTreeNode.PreorderEnumeration(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