net.sourceforge.frcsimulator.gui
Class ComponentTreeRoot.PropertyEnumeration

java.lang.Object
  extended by net.sourceforge.frcsimulator.gui.ComponentTreeRoot.PropertyEnumeration
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
ComponentTreeRoot

protected class ComponentTreeRoot.PropertyEnumeration
extends java.lang.Object
implements java.util.Enumeration


Field Summary
protected  int index
           
protected  FrcBotSimComponent nextComponent
           
protected  ComponentTreeRoot parent
           
 
Method Summary
 boolean hasMoreElements()
           
 net.sourceforge.frcsimulator.gui.ComponentTreeLeaf nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

protected int index

parent

protected ComponentTreeRoot parent

nextComponent

protected FrcBotSimComponent nextComponent
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public net.sourceforge.frcsimulator.gui.ComponentTreeLeaf nextElement()
Specified by:
nextElement in interface java.util.Enumeration