SilverStream
Application Server 3.5

com.sssw.rt.form
Class AgoNodeEnumerator

java.lang.Object
 |
 +--com.sssw.rt.form.AgoNodeEnumerator

public class AgoNodeEnumerator
extends Object

A simple iterator object that provides access to a set of multiple selections of nodes.


Constructor Summary
AgoNodeEnumerator()
           
 
Method Summary
 AgoTreeControlNode getNextNode()
          Returns the next node in the tree, or null if none.
 boolean hasMoreNodes()
          Determines whether there are more nodes in the set, and returns false if there are none.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgoNodeEnumerator

public AgoNodeEnumerator()
Method Detail

hasMoreNodes

public boolean hasMoreNodes()
Determines whether there are more nodes in the set, and returns false if there are none.

getNextNode

public AgoTreeControlNode getNextNode()
Returns the next node in the tree, or null if none.

SilverStream
Application Server 3.5