public class ToolboxTree
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ToolboxTree.TreeNode |
Constructor and Description |
---|
ToolboxTree() |
Modifier and Type | Method and Description |
---|---|
void |
addTool(ToolboxTree.TreeNode box,
Tool tool) |
void |
addToolbox(Toolbox box) |
java.util.Iterator<ToolboxTree.TreeNode> |
iterator()
returns a depth first iterator
|
public void addToolbox(Toolbox box)
public void addTool(ToolboxTree.TreeNode box, Tool tool)
public java.util.Iterator<ToolboxTree.TreeNode> iterator()