org.openorb.board.shared.treetable
public class DataNode extends DefaultMutableTreeNode implements Cloneable
Constructor Summary | |
---|---|
DataNode(int nodeType, Object nodeValue)
Constructor |
Method Summary | |
---|---|
boolean | getAllowsChildren()
getAllowsChildren |
int | getLinkedTableRowIndex()
Get the linked TableCell ( -2 if not in table, -1 if table parent ) |
TreeNode | getLinkedTreeNode()
Get the linked TreeNode ( null if not in tree ) |
Object | getNodeProperty(Object key)
Get a property of this node |
int | getNodeType()
Get the type of this node |
Object | getNodeValue()
Get the value of this node |
boolean | isLeaf()
isLeaf |
void | setLinkedTableRowIndex(int linkedTableRowIndex)
Set the linked TableCell ( -2 if not in table, -1 if table parent ) |
void | setLinkedTreeNode(TreeNode linkedTreeNode)
Set the linked TreeNode ( null if not in tree ) |
void | setNodeProperty(Object key, Object value)
Set a property of this node |
void | setNodeType(int nodeType)
Set the type of this node |
void | setNodeValue(Object value)
Set the value of this node |