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