|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--javax.swing.tree.DefaultMutableTreeNode
|
+--org.openorb.board.shared.treetable.TreeNode
OpenORB GUI Components / Tree Table / TreeNode
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
EMPTY_ENUMERATION |
| Constructor Summary | |
TreeNode(int nodeType,
java.lang.Object value)
Constructor |
|
| Method Summary | |
boolean |
getAllowsChildren()
Return getAllowsChildren |
DataNode |
getLinkedDataNode()
Get the linked datanode |
int |
getNodeType()
Get the type of this node |
java.lang.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(java.lang.Object value)
Set the value of this node |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TreeNode(int nodeType,
java.lang.Object value)
| Method Detail |
public DataNode getLinkedDataNode()
public void setLinkedDataNode(DataNode linkedDataNode)
public int getNodeType()
public void setNodeType(int nodeType)
public java.lang.Object getNodeValue()
public void setNodeValue(java.lang.Object value)
public boolean isLeaf()
isLeaf in class javax.swing.tree.DefaultMutableTreeNodepublic boolean getAllowsChildren()
getAllowsChildren in class javax.swing.tree.DefaultMutableTreeNode
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||