SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Interface
org.sourcejammer.project.Node

Packages that use Node
org.sourcejammer.project   
org.sourcejammer.project.controller   
org.sourcejammer.project.model.filesys   
org.sourcejammer.project.view   
org.sourcejammer.util   
 

Uses of Node in org.sourcejammer.project
 

Methods in org.sourcejammer.project that return Node
 Node NodeIterator.getNextNode()
          returns the next Node in the iterator.
 Node NodeListIterator.getNextNode()
          returns the next Node in the iterator.
 Node[] NodeList.getContentsAsArray()
          Provided to dump contents of NodeList to an array of Nodes.
 Node NodeList.getNode(int index)
          Returns a Node based on it's index value.
 Node NodeList.getNode(java.lang.String nodeName)
          Returns a Node based on it's unique name.
 Node NodeList.removeNode(int index)
          Removes a Node from the NodeList based on it's index value.
 Node NodeList.removeNode(java.lang.String nodeName)
          Removes a Node from the NodeList based on it's unique name.
 

Methods in org.sourcejammer.project with parameters of type Node
 void NodeList.setContentsFromArray(Node[] nodes)
          Provided to set this NodeList using an array of Nodes.
 void NodeList.addNode(Node node)
          Adds a node to the list.
 

Uses of Node in org.sourcejammer.project.controller
 

Classes in org.sourcejammer.project.controller that implement Node
 class ControllerNode
          Highest level Node for Controller Nodes.
 class FileNode
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class LabelInfo
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class ProjectNode
          Contains information about a Project, including the project's name, and links to it's parent and children.
 class VersionNode
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 

Methods in org.sourcejammer.project.controller that return Node
 Node LabelVersionIterator.getNextNode()
           
 

Methods in org.sourcejammer.project.controller with parameters of type Node
static NodeInfo ControllerUtil.getNodeInfoFromNode(Node node)
          Builds a NodeInfo object based on the contents of the passed-in Node object.
 void ProjectNode.addChildNode(Node nd, long key)
          Adds a new child node to this ProjectNode.
 

Uses of Node in org.sourcejammer.project.model.filesys
 

Classes in org.sourcejammer.project.model.filesys that implement Node
 class FileNodeFS
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class FileSysLabel
          FileSys implementation of LabelInfo.
 class ProjectNodeFS
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class VersionNodeFS
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 

Uses of Node in org.sourcejammer.project.view
 

Classes in org.sourcejammer.project.view that implement Node
 class File
          Represents info about File to share with client.
 class Label
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class NodeInfo
          Very thin class that just has info about a node.
 class Project
          Represents of view of a project within the project hierarchy.
 class ViewLabel
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class ViewNode
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 

Uses of Node in org.sourcejammer.util
 

Methods in org.sourcejammer.util that return Node
 Node NodeCache.retriveNodeFromCache(long uniqueID)
          Throws CacheException if node is not in the cache.
 Node NodeCache.removeNodeFromCache(long uniqueID)
           
 

Methods in org.sourcejammer.util with parameters of type Node
 void NodeCache.addToCache(Node nd)
           
 


SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan