edu.iastate.anthill.indus.panel.query
Class DBTableNode

java.lang.Object
  extended byjavax.swing.tree.DefaultMutableTreeNode
      extended byedu.iastate.anthill.indus.panel.query.DBTableNode
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode

public class DBTableNode
extends javax.swing.tree.DefaultMutableTreeNode

Class for tree table node.

Version:
0.1.9
Author:
Jan Seda
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.tree.DefaultMutableTreeNode
 
Field Summary
private  java.lang.String _desc
          Description of the table.
(package private)  java.lang.String _table
           
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
DBTableNode(java.lang.String table, java.lang.String tabDesc)
          Class constructor.
 
Method Summary
 java.lang.String toString()
          Method returns string representing this object.
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_desc

private java.lang.String _desc
Description of the table.


_table

java.lang.String _table
Constructor Detail

DBTableNode

public DBTableNode(java.lang.String table,
                   java.lang.String tabDesc)
Class constructor.

Method Detail

toString

public java.lang.String toString()
Method returns string representing this object.

Returns:
String