|
Groovy 1.7.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
groovy.inspect.swingui.TreeNodeWithProperties
class TreeNodeWithProperties extends DefaultMutableTreeNode
This class is a TreeNode and you can store additional properties on it.
| Field Summary |
|---|
| Fields inherited from class DefaultMutableTreeNode | |
|---|---|
| EMPTY_ENUMERATION |
| Property Summary | |
|---|---|
List |
properties
|
| Constructor Summary | |
TreeNodeWithProperties(def userObject, List properties)
Creates a tree node and attaches properties to it. |
|
| Method Summary |
|---|
| Methods inherited from class DefaultMutableTreeNode | |
|---|---|
| add, toString, clone, getParent, remove, remove, insert, setParent, getPath, getIndex, children, getLevel, getChildCount, getChildAt, removeAllChildren, setUserObject, removeFromParent, getAllowsChildren, isLeaf, getRoot, setAllowsChildren, getUserObject, isNodeAncestor, isNodeDescendant, getSharedAncestor, isNodeRelated, getDepth, getUserObjectPath, isRoot, getNextNode, getPreviousNode, preorderEnumeration, postorderEnumeration, breadthFirstEnumeration, depthFirstEnumeration, pathFromAncestorEnumeration, isNodeChild, getFirstChild, getLastChild, getChildAfter, getChildBefore, isNodeSibling, getSiblingCount, getNextSibling, getPreviousSibling, getFirstLeaf, getLastLeaf, getNextLeaf, getPreviousLeaf, getLeafCount, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
List properties
| Constructor Detail |
|---|
public TreeNodeWithProperties(def userObject, List properties)
Copyright © 2003-2009 The Codehaus. All rights reserved.