org.openorb.board.shared.board
public class TreeNode extends DefaultMutableTreeNode implements Cloneable
Constructor Summary | |
---|---|
TreeNode(int nodeType, Object nodeValue)
Constructor |
Method Summary | |
---|---|
int | getNodeType()
Get the type of this node |
Object | getNodeValue()
Get the value of this node |
void | setNodeType(int nodeType)
Set the type of this node |
void | setNodeValue(Object value)
Set the value of this node |