|
||||||||||
| 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.AttributeNode
public class AttributeNode
The node for an XML attribute.
| Field Summary | |
|---|---|
(package private) static java.awt.Dimension |
EDITORPANE_SIZE
|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
AttributeNode(java.net.URI uri,
Attribute 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 |
| Field Detail |
|---|
static final java.awt.Dimension EDITORPANE_SIZE
| Constructor Detail |
|---|
public AttributeNode(java.net.URI uri,
Attribute value)
| Method Detail |
|---|
public java.lang.String getName()
getName in class ResultNodepublic java.lang.String getValue()
getValue in class ResultNodepublic java.lang.String getDescription()
getDescription in class ResultNodepublic javax.swing.ImageIcon getIcon()
getIcon in class ResultNodepublic javax.swing.JPopupMenu getPopupMenu(javax.swing.JFrame parent)
getPopupMenu in class ResultNodepublic org.bounce.RunnableAction getDefaultAction(javax.swing.JFrame parent)
getDefaultAction in class ResultNodepublic java.lang.String getCopyValue()
getCopyValue in class ResultNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||