p3j.gui.panels.dboverview
Class DatabaseNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by p3j.gui.panels.projections.ProjectionTreeNode<james.core.data.DBConnectionData>
          extended by p3j.gui.panels.dboverview.DatabaseNode
All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode

public class DatabaseNode
extends ProjectionTreeNode<james.core.data.DBConnectionData>

Node to display database information.

Author:
Christina Bohk, Roland Ewald
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
DatabaseNode(james.core.data.DBConnectionData pppmEntity, String name)
          Default constructor.
 
Method Summary
 
Methods inherited from class p3j.gui.panels.projections.ProjectionTreeNode
deselected, getChilds, getChildsByType, getChildsByType, getChildWithEntity, getContentPanel, getEntity, getEntityClass, getEntityLabel, getProjectionEntity, getProjectionEntity, getProjectionTreeNodeOnPath, refreshRecursively, refreshRepresentation, selected, selected
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseNode

public DatabaseNode(james.core.data.DBConnectionData pppmEntity,
                    String name)
Default constructor.

Parameters:
pppmEntity - the database connection information
name - the name of the node


Copyright © 2012. All Rights Reserved.