SPT RWT Application API

com.sptci.rwt.webui.tree
Class ProcedureNode

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

public class ProcedureNode
extends LeafNode<ProcedureMetaData>

A TreeNode that represents a procedure in the active database connection. This node uses a ProcedureMetaData object as its model.

© Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: ProcedureNode.java 4123 2008-05-25 21:49:01Z rakesh $
Author:
Rakesh Vidyadharan 2007-09-28
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
ProcedureNode(ProcedureMetaData metadata)
          Create a new tree node using the specified metadata object.
 
Method Summary
 
Methods inherited from class com.sptci.rwt.webui.tree.LeafNode
createChildren, isLeaf
 
Methods inherited from class com.sptci.rwt.webui.tree.AbstractNode
getChildCount, 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

ProcedureNode

public ProcedureNode(ProcedureMetaData metadata)
Create a new tree node using the specified metadata object. The object represents a procedure in the database.

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

SPT RWT Application API