com.sptci.rwt.webui.tree
Class SchemasNode
java.lang.Object
echopointng.tree.DefaultMutableTreeNode
com.sptci.epng.TreeNode<S>
com.sptci.rwt.webui.tree.AbstractNode<S>
com.sptci.rwt.webui.tree.ContainerNode<CatalogueMetaData>
com.sptci.rwt.webui.tree.SchemasNode
- All Implemented Interfaces:
- MutableTreeNode, TreeNode, Serializable
public class SchemasNode
- extends ContainerNode<CatalogueMetaData>
A TreeNode that represents all the schemas in
catalogue in the active database connection.
© Copyright 2007 Sans Pareil Technologies, Inc.
- Since:
- Version 1.1
- Version:
- $Id: SchemasNode.java 4123 2008-05-25 21:49:01Z rakesh $
- Author:
- Rakesh Vidyadharan 2007-10-23
- See Also:
- Serialized Form
| Fields inherited from class com.sptci.epng.TreeNode |
initialised |
|
Constructor Summary |
SchemasNode(CatalogueMetaData metadata)
Create a new tree node representing all the available schemas in the
specified catalogue. |
|
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 |
SchemasNode
public SchemasNode(CatalogueMetaData metadata)
- Create a new tree node representing all the available schemas in the
specified catalogue.
- Parameters:
metadata - The metadata object representing the schema.
createChildren
protected void createChildren()
- Create the child nodes for this node.
- Specified by:
createChildren in class AbstractNode<CatalogueMetaData>
- See Also:
SchemaAnalyser,
SchemaNode