com.ice.jcvsii
Class EntryRootNode

java.lang.Object
  |
  +--javax.swing.tree.DefaultMutableTreeNode
        |
        +--com.ice.jcvsii.EntryNode
              |
              +--com.ice.jcvsii.EntryRootNode
All Implemented Interfaces:
java.lang.Cloneable, CVSEntry.ChildEventListener, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode

public class EntryRootNode
extends EntryNode

See Also:
Serialized Form

Field Summary
protected  java.lang.String localRoot
           
protected  EntryTree tree
           
 
Fields inherited from class com.ice.jcvsii.EntryNode
entry, hasLoaded, tsCache
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
EntryRootNode(CVSEntry entry, java.lang.String rootPath)
           
 
Method Summary
 EntryTree getEntryTree()
          Returns this node's CVSEntry.
 java.lang.String getLocalRootPath()
          Returns this node's CVSEntry.
 void setEntryTree(EntryTree tree)
          Returns this node's CVSEntry.
 java.lang.String toString()
          Returns the string to be used to display this leaf in the JTree.
 
Methods inherited from class com.ice.jcvsii.EntryNode
cvsEntryAddedChild, cvsEntryRemovedChild, getChildCount, getEntry, getEntryTag, getEntryTimestamp, getEntryVersion, getLocalFile, hasLoadedChildren, isLeaf, loadChildren, resetDisplayCaches, setTimestampFormat
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, 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

localRoot

protected java.lang.String localRoot

tree

protected EntryTree tree
Constructor Detail

EntryRootNode

public EntryRootNode(CVSEntry entry,
                     java.lang.String rootPath)
Method Detail

getLocalRootPath

public java.lang.String getLocalRootPath()
Returns this node's CVSEntry.


getEntryTree

public EntryTree getEntryTree()
Returns this node's CVSEntry.


setEntryTree

public void setEntryTree(EntryTree tree)
Returns this node's CVSEntry.


toString

public java.lang.String toString()
Description copied from class: EntryNode
Returns the string to be used to display this leaf in the JTree.

Overrides:
toString in class EntryNode


Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.