wt.clients.beans.table
Class WTTableTreeNode

java.lang.Object
  extended byjavax.swing.tree.DefaultMutableTreeNode
      extended bywt.clients.beans.table.WTTableTreeNode
All Implemented Interfaces:
Cloneable, MutableTreeNode, Serializable, TreeNode

public class WTTableTreeNode
extends DefaultMutableTreeNode

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.tree.DefaultMutableTreeNode
 
Field Summary
private static String CLASSNAME
           
private  int leafCount
           
private static String RESOURCE
           
private static String versionID
           
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
WTTableTreeNode(Object userObject)
           
 
Method Summary
 void addLeafCount(int pLeafCount)
           
 int getLeafCount()
          Gets the value of the attribute: leafCount.
 void setLeafCount(int a_LeafCount)
          Sets the value of the attribute: leafCount.
 void substractLeafCount(int pLeafCount)
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

WTTableTreeNode

public WTTableTreeNode(Object userObject)
Parameters:
userObject -
Method Detail

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 -