java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
com.lanceolav.jreftree.RefFolder
- All Implemented Interfaces:
- java.lang.Cloneable, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode
- public class RefFolder
- extends javax.swing.tree.DefaultMutableTreeNode
| 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 |
EMPTY
public static final int EMPTY
- See Also:
- Constant Field Values
FOLDERS_ONLY
public static final int FOLDERS_ONLY
- See Also:
- Constant Field Values
REFS_AND_MAYBE_FOLDERS
public static final int REFS_AND_MAYBE_FOLDERS
- See Also:
- Constant Field Values
RefFolder
public RefFolder(java.lang.String n)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String n)
folderStatus
public int folderStatus()
toString
public java.lang.String toString()
- Description copied from class:
javax.swing.tree.DefaultMutableTreeNode
- Returns a string representation of the node. This implementation returns
getUserObject().toString(), or null if there
is no user object.