public class TreeItemIterator extends Object
Constructor and Description |
---|
TreeItemIterator() |
Modifier and Type | Method and Description |
---|---|
static void |
traverseDepthFirst(Tree tree,
TreeItemAction action)
Visit each node in the tree using depth first search
|
public static void traverseDepthFirst(Tree tree, TreeItemAction action)
tree
- tree widgetaction
- action to perform at each nodeUniversity of Colorado Denver, Department of Biostatistics and Informatics