|
||||||||
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.DataNode
OpenORB GUI components / TreeTable / DataNode
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
EMPTY_ENUMERATION |
Constructor Summary | |
DataNode(int nodeType,
java.lang.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 ) |
java.lang.Object |
getNodeProperty(java.lang.Object key)
Get a property of this node |
int |
getNodeType()
Get the type of this node |
java.lang.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(java.lang.Object key,
java.lang.Object value)
Set a property of this node |
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 DataNode(int nodeType, java.lang.Object nodeValue)
Method Detail |
public int getNodeType()
public void setNodeType(int nodeType)
public java.lang.Object getNodeValue()
public void setNodeValue(java.lang.Object value)
public java.lang.Object getNodeProperty(java.lang.Object key)
public void setNodeProperty(java.lang.Object key, java.lang.Object value)
public TreeNode getLinkedTreeNode()
public void setLinkedTreeNode(TreeNode linkedTreeNode)
public int getLinkedTableRowIndex()
public void setLinkedTableRowIndex(int linkedTableRowIndex)
public boolean isLeaf()
isLeaf
in class javax.swing.tree.DefaultMutableTreeNode
public 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 |