org.openorb.board.shared.board

Class TreeNode

public class TreeNode extends DefaultMutableTreeNode implements Cloneable

Constructor Summary
TreeNode(int nodeType, Object nodeValue)
Constructor
Method Summary
intgetNodeType()
Get the type of this node
ObjectgetNodeValue()
Get the value of this node
voidsetNodeType(int nodeType)
Set the type of this node
voidsetNodeValue(Object value)
Set the value of this node

Constructor Detail

TreeNode

public TreeNode(int nodeType, Object nodeValue)
Constructor

Method Detail

getNodeType

public int getNodeType()
Get the type of this node

getNodeValue

public Object getNodeValue()
Get the value of this node

setNodeType

public void setNodeType(int nodeType)
Set the type of this node

setNodeValue

public void setNodeValue(Object value)
Set the value of this node