|
||||||||||
| 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.URINode
public class URINode
The node for a URI/File.
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
URINode(java.net.URI uri)
|
|
URINode(java.net.URI uri,
boolean valid)
|
|
| Method Summary | |
|---|---|
void |
count()
|
java.lang.String |
getContext()
|
java.lang.String |
getCopyValue()
|
org.bounce.RunnableAction |
getDefaultAction(javax.swing.JFrame parent)
|
java.lang.String |
getDescription()
|
javax.swing.Icon |
getIcon()
|
java.lang.String |
getName()
|
javax.swing.JPopupMenu |
getPopupMenu(javax.swing.JFrame parent)
|
java.net.URI |
getURI()
|
java.lang.String |
getValue()
|
boolean |
isError()
|
boolean |
isValid()
|
boolean |
isWarning()
|
| 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 URINode(java.net.URI uri)
public URINode(java.net.URI uri,
boolean valid)
| Method Detail |
|---|
public java.lang.String getName()
getName in class ResultNodepublic boolean isValid()
public boolean isWarning()
public boolean isError()
public java.lang.String getValue()
getValue in class ResultNodepublic java.lang.String getDescription()
getDescription in class ResultNodepublic javax.swing.Icon getIcon()
getIcon in class ResultNodepublic java.net.URI getURI()
public java.lang.String getContext()
public void count()
public 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 | |||||||||