com.sptci.rwt.webui.tree
Class ColumnsNode
java.lang.Object
echopointng.tree.DefaultMutableTreeNode
com.sptci.epng.TreeNode<S>
com.sptci.rwt.webui.tree.AbstractNode<S>
com.sptci.rwt.webui.tree.ContainerNode<TableTypeMetaData>
com.sptci.rwt.webui.tree.ColumnsNode
- All Implemented Interfaces:
- MutableTreeNode, TreeNode, Serializable
public class ColumnsNode
- extends ContainerNode<TableTypeMetaData>
A TreeNode that represents all columns in a
table.
© Copyright 2007 Sans Pareil Technologies, Inc.
- Version:
- $Id: ColumnsNode.java 4123 2008-05-25 21:49:01Z rakesh $
- Author:
- Rakesh Vidyadharan 2007-09-28
- See Also:
- Serialized Form
| Fields inherited from class com.sptci.epng.TreeNode |
initialised |
|
Method Summary |
protected void |
createChildren()
Create the child nodes for this node. |
| Methods inherited from class com.sptci.epng.TreeNode |
getUserObject, setUserObject |
| Methods inherited from class echopointng.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, depthFirstEnumeration, getActionCommand, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setActionCommand, setAllowsChildren, setParent |
ColumnsNode
public ColumnsNode(TableTypeMetaData metadata)
- Create a new tree node using the specified metadata object. The
object represents the tables whose columns are to displayed as
children of this node.
- Parameters:
metadata - The metadata object to use as the model for this node.
createChildren
protected void createChildren()
- Create the child nodes for this node. Child nodes are instances of
ColumnNode.
- Specified by:
createChildren in class AbstractNode<TableTypeMetaData>
- See Also:
ColumnAnalyser,
ColumnNode