public class DefaultMutableTreeNode
extends Object
GDK enhancements for DefaultMutableTreeNode.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
clear()Removes all children nodes from the DefaultMutableTreeNode. |
|
public DefaultMutableTreeNode |
leftShift(DefaultMutableTreeNode node)Overloads the left shift operator to provide an easy way to add nodes to a DefaultMutableTreeNode. |
| Methods inherited from class | Name |
|---|---|
class Object |
addShutdownHook, any, any, asBoolean, asType, collect, collect, collect, dump, each, eachMatch, eachMatch, eachWithIndex, every, every, find, find, findAll, findAll, findIndexOf, findIndexOf, findIndexValues, findIndexValues, findLastIndexOf, findLastIndexOf, findResult, findResult, findResult, findResult, getAt, getMetaClass, getMetaPropertyValues, getProperties, grep, grep, hasProperty, identity, inject, inject, inspect, invokeMethod, is, isCase, isNotCase, iterator, metaClass, print, print, printf, printf, println, println, println, putAt, respondsTo, respondsTo, setMetaClass, sleep, sleep, split, sprintf, sprintf, stream, tap, toString, use, use, use, with, with, withCloseable, withCloseable, withMethodClosure, withStream, withStream, withTraits |
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.