|
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.gui.ReloadElementTreeNode
uk.ac.reload.editor.vocabulary.tableview.VocabularyTreeNode
A Tree Node for VX
Field Summary |
Fields inherited from class uk.ac.reload.editor.gui.ReloadElementTreeNode |
_eb, _reloadDocument, _reloadSchemaElement |
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 | |
VocabularyTreeNode(org.jdom.Element element)
Constructor for child Element |
|
VocabularyTreeNode(Vocabulary vx)
Constructor for Root Element |
Method Summary | |
java.lang.String |
toString()
Get Friendly name if possible, or qualified name if not. |
Methods inherited from class uk.ac.reload.editor.gui.ReloadElementTreeNode |
createReloadElementBinding, getClosedIcon, getElement, getLeafIcon, getName, getOpenIcon, getReloadDocument, getSchemaElement |
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 |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VocabularyTreeNode(Vocabulary vx)
vx
- the vocabulary documentpublic VocabularyTreeNode(org.jdom.Element element)
element
- The JDOM ElementMethod Detail |
public java.lang.String toString()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |