|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.qfs.lib.tree.IndexBasedTreeAdapter.ChildEnumeration
Helper class that enumerates the children of a node.
Constructor Summary | |
IndexBasedTreeAdapter.ChildEnumeration(java.lang.Object parent)
Create a new ChildEnumeration. |
Method Summary | |
boolean |
hasMoreElements()
Query whether there are more children. |
java.lang.Object |
nextElement()
Get the next child. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IndexBasedTreeAdapter.ChildEnumeration(java.lang.Object parent)
parent
- The node whose children to enumerate.Method Detail |
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |