com.sptci.rwt.webui.tree
Class ContainerNode<S extends MetaData>
java.lang.Object
echopointng.tree.DefaultMutableTreeNode
com.sptci.epng.TreeNode<S>
com.sptci.rwt.webui.tree.AbstractNode<S>
com.sptci.rwt.webui.tree.ContainerNode<S>
- All Implemented Interfaces:
- MutableTreeNode, TreeNode, Serializable
- Direct Known Subclasses:
- ColumnsNode, ConstraintsNode, ForeignKeysNode, IndicesNode, PrimaryKeysNode, ProceduresNode, SchemasNode, SequencesNode, TablesNode, TriggersNode, ViewsNode
public abstract class ContainerNode<S extends MetaData>
- extends AbstractNode<S>
An abstract TreeNode that represents MetaData objects.
© Copyright 2007 Sans Pareil Technologies, Inc.
- Version:
- $Id: ContainerNode.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 |
|
Constructor Summary |
ContainerNode(S metadata)
Create a new tree node using the specified metadata object. |
|
Method Summary |
String |
toString()
Return the display title 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 |
metadata
protected final S extends MetaData metadata
- The
MetaData object associated with this node.
ContainerNode
public ContainerNode(S metadata)
- Create a new tree node using the specified metadata object. The
object represents a table in the database.
- Parameters:
metadata - The model object for this node.
toString
public String toString()
- Return the display title for this node. Over-ridden to return the
localised title for this node.
- Overrides:
toString in class DefaultMutableTreeNode
- Returns:
- The display title for this node.