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

Uses of Class
org.sourcejammer.project.NodeExistsException

Packages that use NodeExistsException
org.sourcejammer.client.gui   
org.sourcejammer.client.gui.dialog   
org.sourcejammer.project   
org.sourcejammer.project.controller   
org.sourcejammer.project.view   
org.sourcejammer.web.servlet   
 

Uses of NodeExistsException in org.sourcejammer.client.gui
 

Methods in org.sourcejammer.client.gui that throw NodeExistsException
 void ProjectTreeNode.setContents(Project project)
           
 void UserListTableModel.addUser(UserInfo user)
          Adds one user to the end of this table model.
 void UserListTableModel.addUsers(UserInfo[] users)
          Adds all users to the end of this table model.
 NodeList CommandCentral.getLabelList()
           
 void VersionListTableModel.addVersionNode(NodeInfo nd)
           
 

Uses of NodeExistsException in org.sourcejammer.client.gui.dialog
 

Constructors in org.sourcejammer.client.gui.dialog that throw NodeExistsException
VersionListDialog(javax.swing.JFrame owner, File file)
           
UserManagementDialog(java.awt.Frame owner, UserInfo[] users, UserInfo[] archiveControllers)
           
UserManagementDialog(java.awt.Dialog owner, UserInfo[] users, UserInfo[] archiveControllers)
           
 

Uses of NodeExistsException in org.sourcejammer.project
 

Methods in org.sourcejammer.project that throw NodeExistsException
 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 NodeExistsException in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that throw NodeExistsException
 void Archive.copyFile(long fileID, long parentProjectID, long newParentProjectID, java.lang.String userName)
          Copies the specified file from one project to another.
 void Archive.moveProject(long projectID, long parentProjectID, long newParentProjectID, java.lang.String newProjectName)
           
 void Archive.copyProject(long projectID, long parentProjectID, long newParentProjectID, java.lang.String userName, java.lang.String newProjectName)
          Copies the specified project and all children from one project to another.
 void Archive.moveFile(long fileID, long parentProjectID, long newParentProjectID)
          Moves the specified file from one project to another.
 long Archive.addProject(long parentID, java.lang.String name)
          Adds a new project at the specified location (the NodeName object) to this archive.
 void Archive.restoreRemovedNode(long parentID, int index)
          Restores a project or file node that was previously removed from the archive.
 void Archive.restoreRemovedNode(long parentID, java.lang.String newName, int index)
          & Restores a project or file node that was previously removed from the archive.
 void Archive.makeLabeledVersion(java.lang.String name, java.lang.String description, long parentID, java.lang.String userName)
          Create and save a new labeled version with the passed-in name and description and containing all of the latest versions that are children of parent.
 void Archive.rebuildLabel(long labelID, java.lang.String description, long parentProjectID, java.lang.String userName)
           
 void Archive.renameFile(long parentID, long fileID, java.lang.String newName)
           
 void Archive.renameProject(long parentID, long projectID, java.lang.String newName)
           
 void ProjectController.copyFile(long fileID, long parentProjectID, long newParentProjectID, java.lang.String userName)
          Copies the specified file from one project to another.
 void ProjectController.moveFile(long fileID, long parentProjectID, long newParentProjectID)
          Moves the specified file from one project to another.
 void ProjectController.moveProject(long projectID, long parentProjectID, long newParentProjectID, java.lang.String newProjectName)
          Moves the specified project from one project to another.
 void ProjectController.copyProject(long projectID, long parentProjectID, long newParentProjectID, java.lang.String userName, java.lang.String newProjectName)
           
 long ProjectController.addProject(long parentID, java.lang.String name)
          Adds a new project at the specified location (the NodeName object) to this archive.
 void ProjectController.restoreRemovedNode(long parentID, int index)
           
 void ProjectController.restoreRemovedNode(long parentID, java.lang.String newName, int index)
          Restores a project or file node that was previously removed from the archive.
 void ProjectController.renameFile(long parentID, long fileID, java.lang.String newName)
           
 void ProjectController.renameProject(long parentID, long projectID, java.lang.String newName)
           
 void ProjectController.makeLabeledVersion(java.lang.String name, java.lang.String description, long parentProjectID, java.lang.String userName)
          Create and save a new labeled version with the passed-in name and description and containing all of the latest versions that are children of parent.
 void ProjectController.rebuildLabel(long labelID, java.lang.String description, long parentProjectID, java.lang.String userName)
           
protected  Project ProjectController.projectNodeToProject(ProjectNode ndProject)
           
 void ProjectNode.addChildNode(Node nd, long key)
          Adds a new child node to this ProjectNode.
 void ProjectNode.addChildNode(long lChildID, int iChildNodeType, java.lang.String sChildName, long key)
           
 ProjectChild ProjectNode.restoreRemovedChildNode(int index, java.lang.String newName, long key)
          Restores the specified removed node using a new name as the node name.
 void ProjectNode.renameChild(long uniqueID, int nodeType, java.lang.String newName, long key)
           
 

Uses of NodeExistsException in org.sourcejammer.project.view
 

Methods in org.sourcejammer.project.view that throw NodeExistsException
 void Project.setChildNodeArray(NodeInfo[] nodes)
          Set child nodes using an array of NodeInfo objects.
 

Uses of NodeExistsException in org.sourcejammer.web.servlet
 

Methods in org.sourcejammer.web.servlet that throw NodeExistsException
protected  java.lang.String BrowseArchiveController.connectToArchive(org.sourcejammer.web.servlet.HttpServletRequest request)
          Called by post() to connect to an archive as anon user.
protected  java.lang.String BrowseArchiveController.displayProjectParent(org.sourcejammer.web.servlet.HttpServletRequest request)
          Displays info about a parent of the current project in the project page.
protected  java.lang.String BrowseArchiveController.displayProject(org.sourcejammer.web.servlet.HttpServletRequest request)
          Displays info about a project in the project page.
protected  java.lang.String BrowseArchiveController.displayProject(org.sourcejammer.web.servlet.HttpServletRequest request, long lProjectID, int iParentIndex)
          Gets Project from the server.
protected  java.lang.String BrowseArchiveController.displayFile(org.sourcejammer.web.servlet.HttpServletRequest request)
          Displays info about a file on the file page.
 


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