|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
edu.iastate.anthill.indus.panel.query.TreeColumnNode
Class for tree column node.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.tree.DefaultMutableTreeNode |
|
| Field Summary | |
(package private) java.lang.String |
_column
|
private javax.swing.tree.DefaultMutableTreeNode |
_parent
Reference to parent table node. |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
TreeColumnNode(javax.swing.tree.DefaultMutableTreeNode table,
java.lang.String column)
Class constructor. |
|
| Method Summary | |
int |
compareTo(java.lang.Object obj)
Interface comparable implementation. |
javax.swing.tree.DefaultMutableTreeNode |
getColParent()
Method returns node's parent from tree. |
java.lang.String |
getFullname()
Method returns full column name. |
java.lang.String |
getTable()
Method returns table name for that column. |
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 |
private javax.swing.tree.DefaultMutableTreeNode _parent
java.lang.String _column
| Constructor Detail |
public TreeColumnNode(javax.swing.tree.DefaultMutableTreeNode table,
java.lang.String column)
| Method Detail |
public javax.swing.tree.DefaultMutableTreeNode getColParent()
public java.lang.String toString()
public int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparablepublic java.lang.String getFullname()
getFullname in interface IColumnpublic java.lang.String getTable()
getTable in interface IColumn
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||