SPT RWT Application API

com.sptci.rwt.webui.tree
Class DBMSNode

java.lang.Object
  extended by echopointng.tree.DefaultMutableTreeNode
      extended by com.sptci.epng.TreeNode<S>
          extended by com.sptci.rwt.webui.tree.AbstractNode<DBMSMetaData>
              extended by com.sptci.rwt.webui.tree.DBMSNode
All Implemented Interfaces:
MutableTreeNode, TreeNode, Serializable

public class DBMSNode
extends AbstractNode<DBMSMetaData>

A root TreeNode that represents the currently active database connection. This class uses the DBMSMetaData value object as the model.

© Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: DBMSNode.java 4123 2008-05-25 21:49:01Z rakesh $
Author:
Rakesh Vidyadharan 2007-09-27
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class echopointng.tree.DefaultMutableTreeNode
DefaultMutableTreeNode.BreadthFirstEnumeration, DefaultMutableTreeNode.PathBetweenNodesEnumeration, DefaultMutableTreeNode.PostorderEnumeration, DefaultMutableTreeNode.PreorderEnumeration
 
Field Summary
 
Fields inherited from class com.sptci.epng.TreeNode
initialised
 
Fields inherited from class echopointng.tree.DefaultMutableTreeNode
actionCommand, allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
DBMSNode(DBMSMetaData metadata)
          Create a new root tree node using the specified metadata object.
 
Method Summary
protected  void createChildren()
          Create the child nodes for this node.
 
Methods inherited from class com.sptci.rwt.webui.tree.AbstractNode
getChildCount, isLeaf, processFatalException, processFatalException
 
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, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBMSNode

public DBMSNode(DBMSMetaData metadata)
Create a new root tree node using the specified metadata object.

Parameters:
metadata - The metadata object to use as the model for this node.
Method Detail

createChildren

protected void createChildren()
Create the child nodes for this node. Child nodes are instances of SchemaNode.

Specified by:
createChildren in class AbstractNode<DBMSMetaData>
See Also:
SchemaAnalyser, SchemaNode

SPT RWT Application API