|
||||||||||
| 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
public abstract class ResultNode
The base node for Result Nodes.
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
ResultNode()
|
|
| Method Summary | |
|---|---|
protected CopyAction |
getCopyAction()
|
abstract java.lang.String |
getCopyValue()
|
abstract org.bounce.RunnableAction |
getDefaultAction(javax.swing.JFrame parent)
|
abstract java.lang.String |
getDescription()
|
protected EditURIAction |
getEditURIAction(java.net.URI uri,
int line,
int column)
|
static java.lang.String |
getFirstLine(java.lang.String lines)
|
abstract javax.swing.Icon |
getIcon()
|
abstract java.lang.String |
getName()
|
protected OpenURIAction |
getOpenURIAction(java.net.URI uri,
int line,
int column)
|
abstract javax.swing.JPopupMenu |
getPopupMenu(javax.swing.JFrame parent)
|
protected PropertiesAction |
getPropertiesAction(javax.swing.JDialog dialog)
|
abstract java.lang.String |
getValue()
|
| 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 ResultNode()
| Method Detail |
|---|
public abstract java.lang.String getName()
public abstract java.lang.String getValue()
public abstract java.lang.String getDescription()
public abstract javax.swing.Icon getIcon()
public abstract org.bounce.RunnableAction getDefaultAction(javax.swing.JFrame parent)
public abstract javax.swing.JPopupMenu getPopupMenu(javax.swing.JFrame parent)
public static java.lang.String getFirstLine(java.lang.String lines)
protected OpenURIAction getOpenURIAction(java.net.URI uri,
int line,
int column)
protected EditURIAction getEditURIAction(java.net.URI uri,
int line,
int column)
protected CopyAction getCopyAction()
public abstract java.lang.String getCopyValue()
protected PropertiesAction getPropertiesAction(javax.swing.JDialog dialog)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||