|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
uk.ac.reload.dweezil.gui.tree.ReloadTreeNode
uk.ac.reload.editor.metadata.vdexBrowser.VdexTreeNode
A node of the VdexTree. It is used for wrapping a Vdex Term element.
Field Summary |
Fields inherited from class uk.ac.reload.dweezil.gui.tree.ReloadTreeNode |
isExpanded, isHiLited |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
VdexTreeNode(java.lang.String nodeName,
org.jdom.Element element)
Constructor |
Method Summary | |
org.jdom.Element |
getElement()
Get the term element |
java.lang.String |
getNodeName()
Get the node name |
void |
setElement(org.jdom.Element element)
Set the term element |
void |
setNodeName(java.lang.String nodeName)
Set the name of the node |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VdexTreeNode(java.lang.String nodeName, org.jdom.Element element)
nodeName
- the name of node (term_id:term_caption)
element the term elementMethod Detail |
public void setElement(org.jdom.Element element)
public org.jdom.Element getElement()
public void setNodeName(java.lang.String nodeName)
public java.lang.String getNodeName()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |