Package | Description |
---|---|
lev.gui |
Modifier and Type | Method and Description |
---|---|
LSwingTreeNode |
LSwingTreeNode.get(LSwingTreeNode node)
Recursively searches the node's children for one equal to the input and
returns it.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<LSwingTreeNode> |
LSwingTreeNode.getAllObjects() |
java.util.ArrayList<LSwingTreeNode> |
LSwingTreeNode.getAllObjects(boolean recursive) |
Modifier and Type | Method and Description |
---|---|
boolean |
LSwingTreeNode.contains(LSwingTreeNode node) |
LSwingTreeNode |
LSwingTreeNode.get(LSwingTreeNode node)
Recursively searches the node's children for one equal to the input and
returns it.
|
void |
LSwingTreeNode.mergeIn(LSwingTreeNode node)
Adds the node to the children of this current node.
|