|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.xmlhammer.gui.output.ResultNode
org.xmlhammer.gui.output.ElementNode
public class ElementNode
The node for an XML Element.
Field Summary |
---|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
ElementNode(java.net.URI uri,
Element value)
|
Method Summary | |
---|---|
java.lang.String |
getCopyValue()
|
org.bounce.RunnableAction |
getDefaultAction(javax.swing.JFrame parent)
|
java.lang.String |
getDescription()
|
javax.swing.ImageIcon |
getIcon()
|
java.lang.String |
getName()
|
javax.swing.JPopupMenu |
getPopupMenu(javax.swing.JFrame parent)
|
java.lang.String |
getValue()
|
Methods inherited from class org.xmlhammer.gui.output.ResultNode |
---|
getCopyAction, getEditURIAction, getFirstLine, getOpenURIAction, getPropertiesAction |
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 ElementNode(java.net.URI uri, Element value)
Method Detail |
---|
public java.lang.String getName()
getName
in class ResultNode
public java.lang.String getValue()
getValue
in class ResultNode
public java.lang.String getDescription()
getDescription
in class ResultNode
public javax.swing.ImageIcon getIcon()
getIcon
in class ResultNode
public javax.swing.JPopupMenu getPopupMenu(javax.swing.JFrame parent)
getPopupMenu
in class ResultNode
public org.bounce.RunnableAction getDefaultAction(javax.swing.JFrame parent)
getDefaultAction
in class ResultNode
public java.lang.String getCopyValue()
getCopyValue
in class ResultNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |