|
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, clone, toString, getParent, remove, remove, insert, setParent, getPath, getIndex, children, getDepth, getChildCount, isLeaf, isRoot, getLevel, getChildAt, removeAllChildren, removeFromParent, setUserObject, getAllowsChildren, getRoot, breadthFirstEnumeration, depthFirstEnumeration, getChildAfter, getChildBefore, getFirstChild, getFirstLeaf, getLastChild, getLastLeaf, getLeafCount, getNextLeaf, getNextNode, getNextSibling, getPreviousLeaf, getPreviousNode, getPreviousSibling, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, setAllowsChildren, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
List properties
Constructor Detail |
---|
public TreeNodeWithProperties(def userObject, List properties)
Copyright © 2003-2009 The Codehaus. All rights reserved.