| Return type | Name and parameters |
|---|---|
void
|
clear()
Removes all children nodes from the DefaultMutableTreeNode. |
DefaultMutableTreeNode
|
leftShift(DefaultMutableTreeNode node)
Overloads the left shift operator to provide an easy way to add nodes to a DefaultMutableTreeNode. |
Removes all children nodes from the DefaultMutableTreeNode.
Overloads the left shift operator to provide an easy way to add nodes to a DefaultMutableTreeNode.
node - a node to be added to the treeNode..