|
SourceJammer 1.1.0 March 1, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.tree.DefaultMutableTreeNode | +--org.sourcejammer.client.gui.ProjectTreeNode
Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren,
children,
EMPTY_ENUMERATION,
parent,
userObject |
Constructor Summary | |
ProjectTreeNode(NodeInfo info)
|
Method Summary | |
boolean |
getAllowsChildren()
|
boolean |
getContentsSet()
|
NodeIterator |
getFileChildren()
|
javax.swing.table.DefaultTableModel |
getFileTableModel()
|
long |
getFileUniqueIDFromName(java.lang.String childName)
|
NodeInfo |
getInfo()
|
NodeInfo |
getNodeInfo(java.lang.String fileName)
|
NodeName |
getNodeName()
Returns NodeName object build by the client. |
Project |
getProject()
|
long |
getUniqueID()
|
boolean |
isLeaf()
|
void |
setContents(Project project)
|
void |
setNodeName(NodeName nd)
|
java.lang.String |
toString()
|
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add,
breadthFirstEnumeration,
children,
clone,
depthFirstEnumeration,
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,
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 |
Constructor Detail |
public ProjectTreeNode(NodeInfo info)
Method Detail |
public NodeInfo getInfo()
public void setNodeName(NodeName nd)
public boolean getAllowsChildren()
public boolean isLeaf()
public boolean getContentsSet()
public Project getProject()
public long getUniqueID()
public long getFileUniqueIDFromName(java.lang.String childName) throws NodeDoesNotExistException
public void setContents(Project project) throws NodeExistsException
public javax.swing.table.DefaultTableModel getFileTableModel()
public java.lang.String toString()
public NodeIterator getFileChildren()
public NodeInfo getNodeInfo(java.lang.String fileName) throws NodeDoesNotExistException
public NodeName getNodeName()
|
SourceJammer 1.1.0 March 1, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |