|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.altair.hwm.beans.utils.HWMTreeTableNode
public abstract class HWMTreeTableNode
Title: Description: Copyright: Copyright (c) 2003 Company:
Field Summary |
---|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
EMPTY_ENUMERATION |
Constructor Summary | |
---|---|
HWMTreeTableNode()
Constructor |
Method Summary | |
---|---|
java.lang.Class |
GetColumnClass(int nColumn)
Get the type of class represented by this column |
int |
GetColumnCount()
Get the number of columns |
java.lang.String |
GetColumnName(int nColumn)
Returns a default name for the column that is represented by this node |
java.lang.Object |
GetValueAt(int nColumn)
Get the value of this node that needs to be displayed in the nth column of the tree table |
boolean |
IsCellEditable(int column)
Ascertain whether the cell specified by the ith row, jth column is editable |
void |
SetValueAt(int nColumn,
java.lang.Object objValue)
Set the value of this node that needs to be displayed in the nth column of this node |
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, 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, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HWMTreeTableNode()
Method Detail |
---|
public java.lang.Object GetValueAt(int nColumn)
nCol
- -- The nth column of the tree table
public void SetValueAt(int nColumn, java.lang.Object objValue)
nColumn
- -- The nth column of the nodepublic java.lang.Class GetColumnClass(int nColumn)
nColumn
- the column being queried
public int GetColumnCount()
public java.lang.String GetColumnName(int nColumn)
nColumn
- the column being queried
public boolean IsCellEditable(int column)
column
- The column index of the tree table
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |