wt.clients.beans.table
Class WTTableTreeNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
wt.clients.beans.table.WTTableTreeNode
- All Implemented Interfaces:
- Cloneable, MutableTreeNode, Serializable, TreeNode
- public class WTTableTreeNode
- extends DefaultMutableTreeNode
- See Also:
- Serialized Form
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, 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 |
CLASSNAME
private static final String CLASSNAME
versionID
private static final String versionID
- See Also:
- Constant Field Values
leafCount
private int leafCount
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
WTTableTreeNode
public WTTableTreeNode(Object userObject)
- Parameters:
userObject
-
getLeafCount
public int getLeafCount()
- Gets the value of the attribute: leafCount.
- Returns:
- int
setLeafCount
public void setLeafCount(int a_LeafCount)
- Sets the value of the attribute: leafCount.
- Parameters:
a_LeafCount
-
addLeafCount
public void addLeafCount(int pLeafCount)
- Parameters:
pLeafCount
-
substractLeafCount
public void substractLeafCount(int pLeafCount)
- Parameters:
pLeafCount
-