public class XTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
Constructor and Description |
---|
XTreeNode(java.lang.String userObject) |
XTreeNode(java.lang.String userObject,
java.lang.String modes) |
XTreeNode(java.lang.String userObject,
java.lang.String modes,
int pos) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize()
Patch
-> Memory management improvements : it may help the garbage collector.
|
int |
getIndex() |
boolean |
isAssociatedToMode(java.lang.String mode) |
boolean |
isPermanent() |
void |
setIndex(int pos) |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
public XTreeNode(java.lang.String userObject)
public XTreeNode(java.lang.String userObject, java.lang.String modes)
public XTreeNode(java.lang.String userObject, java.lang.String modes, int pos)
public int getIndex()
public void setIndex(int pos)
public boolean isPermanent()
public boolean isAssociatedToMode(java.lang.String mode)
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
Copyright ? 2002 Romain Guy.