public class DefaultTreeTableNode extends javax.swing.tree.DefaultMutableTreeNode implements MutableTreeTableNode
| Constructor and Description |
|---|
DefaultTreeTableNode() |
DefaultTreeTableNode(java.lang.Object... rowData) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
java.lang.Object |
getValueAt(int column) |
void |
setValueAt(java.lang.Object value,
int column) |
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, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic DefaultTreeTableNode()
public DefaultTreeTableNode(java.lang.Object... rowData)
public java.lang.Object getValueAt(int column)
getValueAt in interface TreeTableNodepublic void setValueAt(java.lang.Object value,
int column)
setValueAt in interface MutableTreeTableNodepublic int getColumnCount()
getColumnCount in interface TreeTableNode