|
Groovy JDK |
Method Summary | |
---|---|
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. |
Method Detail |
---|
public void clear()
public DefaultMutableTreeNode leftShift(DefaultMutableTreeNode node)
node
- a node to be added to the treeNode..
|
Groovy JDK |