|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.tree.DefaultMutableTreeNode | +--com.ice.jcvsii.EntryNode | +--com.ice.jcvsii.EntryRootNode
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 |
protected java.lang.String localRoot
protected EntryTree tree
Constructor Detail |
public EntryRootNode(CVSEntry entry, java.lang.String rootPath)
Method Detail |
public java.lang.String getLocalRootPath()
public EntryTree getEntryTree()
public void setEntryTree(EntryTree tree)
public java.lang.String toString()
EntryNode
toString
in class EntryNode
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |