de.schwarzrot.data
Class ResourceNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
de.schwarzrot.data.ResourceNode
- All Implemented Interfaces:
- Serializable, Cloneable, MutableTreeNode, TreeNode
public class ResourceNode
- extends DefaultMutableTreeNode
TreeNode implementation to build a tree from help pages.
- Author:
- Reinhard Mantey
- See Also:
- Serialized Form
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 |
ResourceNode
public ResourceNode(String path)
ResourceNode
public ResourceNode(String path,
String name)
ResourceNode
public ResourceNode(String path,
String name,
boolean isDir)
dump
public void dump()
getName
public final String getName()
getResPath
public final String getResPath()
isDir
public final boolean isDir()
setDir
public final void setDir(boolean dir)
setName
public final void setName(String name)
setResPath
public final void setResPath(String resPath)
toString
public String toString()
- Overrides:
toString
in class DefaultMutableTreeNode
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.