org.openorb.board.shared.treetable
public class TreeNode extends DefaultMutableTreeNode implements Cloneable
Constructor Summary | |
---|---|
TreeNode(int nodeType, Object value)
Constructor |
Method Summary | |
---|---|
boolean | getAllowsChildren()
Return getAllowsChildren |
DataNode | getLinkedDataNode()
Get the linked datanode |
int | getNodeType()
Get the type of this node |
Object | getNodeValue()
Get the value of this node |
boolean | isLeaf()
Return isLeaf |
void | setLinkedDataNode(DataNode linkedDataNode)
Set the linked datanode |
void | setNodeType(int nodeType)
Set the type of this node |
void | setNodeValue(Object value)
Set the value of this node |