Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lanceolav.jreftree
Class RefFolder  view RefFolder download RefFolder.java

java.lang.Object
  extended byjavax.swing.tree.DefaultMutableTreeNode
      extended bycom.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


Nested Class Summary
 
Nested classes inherited from class javax.swing.tree.DefaultMutableTreeNode
 
Field Summary
static int EMPTY
           
static int FOLDERS_ONLY
           
static int REFS_AND_MAYBE_FOLDERS
           
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
RefFolder(java.lang.String n)
           
 
Method Summary
 int folderStatus()
           
 java.lang.String getName()
           
 void setName(java.lang.String n)
           
 java.lang.String toString()
          Returns a string representation of the node.
 
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
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

RefFolder

public RefFolder(java.lang.String n)
Method Detail

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.