Package docking.widgets.tree.support
Class DepthFirstIterator
- java.lang.Object
-
- docking.widgets.tree.support.DepthFirstIterator
-
-
Constructor Summary
Constructors Constructor Description DepthFirstIterator(GTree tree, GTreeNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
GTreeNode
next()
void
remove()
-