|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.fife.ui.rtextfilechooser.FileSystemTree.FileSystemTreeNode
The tree node used by the file tree. This class is mainly here for debugging purposes and serves no real purpose.
| Field Summary |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
FileSystemTree.FileSystemTreeNode()
|
|
FileSystemTree.FileSystemTreeNode(java.lang.Object userObject)
|
|
| Method Summary | |
boolean |
containsFile(java.io.File file)
|
boolean |
equals(java.lang.Object o2)
|
java.io.File |
getFile()
|
int |
hashCode()
Overridden since equals(Object) was overridden, to keep
them consistent. |
java.lang.String |
toString()
|
| 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 |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FileSystemTree.FileSystemTreeNode()
public FileSystemTree.FileSystemTreeNode(java.lang.Object userObject)
| Method Detail |
public boolean containsFile(java.io.File file)
public boolean equals(java.lang.Object o2)
public java.io.File getFile()
public int hashCode()
equals(Object) was overridden, to keep
them consistent.
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||