wt.templateutil.navigationbar
Class NavigationTreeNode.NodeEnumerator

java.lang.Object
  extended bywt.templateutil.navigationbar.NavigationTreeNode.NodeEnumerator
All Implemented Interfaces:
Enumeration
Enclosing class:
NavigationTreeNode

final class NavigationTreeNode.NodeEnumerator
extends Object
implements Enumeration


Field Summary
(package private)  int index
           
(package private)  List nodeList
           
 
Constructor Summary
(package private) NavigationTreeNode.NodeEnumerator(List list)
           
 
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

nodeList

List nodeList

index

int index
Constructor Detail

NavigationTreeNode.NodeEnumerator

NavigationTreeNode.NodeEnumerator(List list)
Method Detail

hasMoreElements

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

nextElement

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