SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan
A B C D E F G H I J L M N O P Q R S T U V W X Y Z

D

DATE - Static variable in class org.sourcejammer.client.gui.GuiUtil.Columns
 
dateString(Date, int) - Static method in class org.sourcejammer.util.StringUtil
 
dateValue() - Method in class org.sourcejammer.util.SJDate
 
DEFAULT_DIRECTORIES_NODE - Static variable in class org.sourcejammer.client.gui.conf.GuiConf
 
DEFAULT_END_OF_LINE - Static variable in class org.sourcejammer.client.SourceJammerClient.ConfXMLNodes
 
DEFAULT_EOL_TYPE - Static variable in class org.sourcejammer.client.SourceJammerClient.ConfXMLNodes
 
DEFAULT_FILE_TYPE - Static variable in class org.sourcejammer.client.SourceJammerClient.ConfXMLNodes
 
define - interface JLibDiff.define.
 
DELETE - Static variable in interface JLibDiff.define
 
DELETE_ARCHIVE - Static variable in class org.sourcejammer.client.SOAPPortal.MCPMethodNames
 
DELETE_REMOVED - Static variable in class org.sourcejammer.client.commandline.CLCommands.Commands
 
deleteArchive(ArchiveInfo) - Method in interface org.sourcejammer.project.model.ArchiveGetter
 
deleteArchive(ArchiveInfo) - Method in class org.sourcejammer.project.model.filesys.FileSysArchiveGetter
 
deleteArchive(SJRequest) - Static method in class org.sourcejammer.project.view.MasterControlProgram
Permanently deletes an archive.

Required SJRequest Params:
   newArchiveName -- name of archive to be deleted.
deleteArchive(String) - Method in class org.sourcejammer.project.controller.ArchiveFactory
Uses only filesys.
deleteArchive(String) - Method in class org.sourcejammer.client.gui.CommandCentral
Returns true if the archive deleted is the current archive and the user is now disconnected.
DeleteArchiveAction - class org.sourcejammer.client.gui.action.DeleteArchiveAction.
Title: SourceJammer 1.2 Description: Copyright: Copyright (c) 2002 Company: SourceJammer Project
DeleteArchiveAction() - Constructor for class org.sourcejammer.client.gui.action.DeleteArchiveAction
 
deleteArchiveConfInfo(int) - Static method in class org.sourcejammer.client.gui.conf.ArchiveConf
 
DeleteArchiveInfoAction - class org.sourcejammer.client.gui.action.DeleteArchiveInfoAction.
Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
DeleteArchiveInfoAction() - Constructor for class org.sourcejammer.client.gui.action.DeleteArchiveInfoAction
 
deleteChildList(long) - Method in class org.sourcejammer.project.controller.ProjectNode
 
DELETED_COLOR - Static variable in class org.sourcejammer.client.gui.vdiff.HunkColorVisitor
 
deleteFileFromFileSys(String) - Static method in class org.sourcejammer.project.model.filesys.Util
Deletes the file at the specified location.
deleteNode(ControllerNode) - Method in interface org.sourcejammer.project.model.NodeLibrary
 
deleteNode(ControllerNode) - Method in class org.sourcejammer.project.model.filesys.NodeLibraryFS
 
deleteNodeAndAllChildrenFromFileSys(String, NodeFS, NodeLibraryFS) - Static method in class org.sourcejammer.project.model.filesys.Util
Removes the node and all of its children from the file system.
deleteRemoved(long, int) - Method in class org.sourcejammer.client.gui.CommandCentral
 
DeleteRemovedAction - class org.sourcejammer.client.gui.action.DeleteRemovedAction.
Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
DeleteRemovedAction() - Constructor for class org.sourcejammer.client.gui.action.DeleteRemovedAction
 
deleteTempFile(long) - Static method in class org.sourcejammer.util.TempDirectoryManager
 
deleteVersionList(long) - Method in class org.sourcejammer.project.controller.FileNode
 
Delta - interface org.sourcejammer.server.source.Delta.
To be implemented by delta objects.
DeltaVector - class org.sourcejammer.project.model.filesys.DeltaVector.
A simple object that implements Delta but stores only a Vector.
DeltaVector() - Constructor for class org.sourcejammer.project.model.filesys.DeltaVector
 
DeltaVector(Vector) - Constructor for class org.sourcejammer.project.model.filesys.DeltaVector
 
DIALOG_CLOSED - Static variable in interface org.sourcejammer.client.gui.dialog.ClickValues
 
diff - class JLibDiff.diff.
The diff class compares two files.
DIFF - Static variable in class org.sourcejammer.util.AppConfig.FileHistoryStorageTypes
 
diff() - Constructor for class JLibDiff.diff
Allocates a new diff containing no Hunks.
diff(String, String) - Constructor for class JLibDiff.diff
Allocates a new diff which contains Hunks corresponding to the difference between the two files passed in arguments.
diff3 - class JLibDiff.diff3.
The diff3 class compares three files or three BufferedReaders.
diff3() - Constructor for class JLibDiff.diff3
Allocates a new diff3 containing no Hunks.
diff3(String, String, String) - Constructor for class JLibDiff.diff3
Allocates a new diff3 which contains Hunk3 corresponding to the differences between the three files passed in arguments.
diffBuffer(BufferedReader, BufferedReader) - Method in class JLibDiff.SJDiff
Compares two BufferedReaders and updates the vector of Hunks.
diffBuffer(BufferedReader, BufferedReader) - Method in class JLibDiff.diff
Compares two BufferedReaders and updates the vector of Hunks.
diffBuffer(BufferedReader, BufferedReader, BufferedReader) - Method in class JLibDiff.diff3
Compaires three BufferedReaders and updates the vector of Hunk3.
diffByteArray(byte[], byte[]) - Method in class JLibDiff.SJDiff
Builds this diff from the two byte arrays, assuming that the byte arrays are text files in byte form.
diffFile(String, String) - Method in class JLibDiff.SJDiff
Compares two files and updates the vector of Hunks.
diffFile(String, String) - Method in class JLibDiff.diff
Compares two files and updates the vector of Hunks.
diffFile(String, String, String) - Method in class JLibDiff.diff3
Compaires three files and updates the vector of Hunk3.
diffString(String, String) - Method in class JLibDiff.SJDiff
Compares two strings and updates the vector of Hunks.
diffString(String, String) - Method in class JLibDiff.diff
Compares two strings and updates the vector of Hunks.
diffTextLineIterator(TextLineIterator, TextLineIterator) - Method in class JLibDiff.SJDiff
Builds this diff from the two TextLineIterator objects.
diffTextLineReader(TextLineReader, TextLineReader) - Method in class JLibDiff.SJDiff
Builds this diff from the two TextLineReader objects.
DiffWidget - class org.sourcejammer.client.gui.vdiff.DiffWidget.
 
DiffWidget(String, String, String, String) - Constructor for class org.sourcejammer.client.gui.vdiff.DiffWidget
 
disableAction(Integer) - Method in class org.sourcejammer.client.gui.action.ActionCentral
 
Disconnect - class org.sourcejammer.client.gui.action.Disconnect.
Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
DISCONNECT - Static variable in class org.sourcejammer.client.SOAPPortal.MCPMethodNames
 
DISCONNECT - Static variable in class org.sourcejammer.client.commandline.CLCommands.Commands
 
disconnect() - Method in class org.sourcejammer.client.gui.CommandCentral
 
Disconnect() - Constructor for class org.sourcejammer.client.gui.action.Disconnect
 
disconnect(SJRequest) - Static method in class org.sourcejammer.project.view.MasterControlProgram
Logs user out.
DISPLAY_TEXT_PROPERTIES_FILE - Static variable in class org.sourcejammer.client.SourceJammerClient.ConfXMLNodes
 
displayDialog(Component) - Method in class org.sourcejammer.client.gui.dialog.UpdateArchiveConfDialog
 
displayDialog(JFrame) - Method in class org.sourcejammer.client.gui.dialog.RestoreNameDialog
 
displayDialog(JFrame) - Method in class org.sourcejammer.client.gui.dialog.ConfirmDeleteDialog
 
displayDialog(JFrame) - Method in class org.sourcejammer.client.gui.dialog.ListArchivesDialog
 
displayErrorMessage(String) - Method in class org.sourcejammer.client.gui.CommandCentral
 
displayErrorMessage(String[]) - Method in class org.sourcejammer.client.gui.CommandCentral
 
displayErrorMessage(String[], boolean) - Method in class org.sourcejammer.client.gui.CommandCentral
 
displayErrorMessage(String, boolean) - Method in class org.sourcejammer.client.gui.CommandCentral
 
displayException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.sourcejammer.web.servlet.BrowseArchiveController
Forwards to the error page, which displays info about the Exception.
displayFile(HttpServletRequest) - Method in class org.sourcejammer.web.servlet.BrowseArchiveController
Displays info about a file on the file page.
displayInputBox(String[], String[], String, boolean, String) - Static method in class org.sourcejammer.client.gui.GuiUtil
 
displayInputBox(String[], String, boolean, String) - Static method in class org.sourcejammer.client.gui.GuiUtil
 
displayName() - Method in class org.sourcejammer.util.NameValue
 
displayProject(HttpServletRequest) - Method in class org.sourcejammer.web.servlet.BrowseArchiveController
Displays info about a project in the project page.
displayProject(HttpServletRequest, long, int) - Method in class org.sourcejammer.web.servlet.BrowseArchiveController
Gets Project from the server.
DisplayProjectDetailsAction - class org.sourcejammer.client.gui.action.DisplayProjectDetailsAction.
Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
DisplayProjectDetailsAction() - Constructor for class org.sourcejammer.client.gui.action.DisplayProjectDetailsAction
 
displayProjectParent(HttpServletRequest) - Method in class org.sourcejammer.web.servlet.BrowseArchiveController
Displays info about a parent of the current project in the project page.
displayText(String) - Static method in class org.sourcejammer.client.DisplayTextLibrary
 
DisplayTextLibrary - class org.sourcejammer.client.DisplayTextLibrary.
 
displayValue() - Method in class org.sourcejammer.util.NameValue
 
displayWarningMessage(String) - Static method in class org.sourcejammer.client.gui.GuiUtil
Display a message.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.sourcejammer.web.servlet.BrowseArchiveController
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.sourcejammer.web.servlet.AppStats
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.sourcejammer.web.servlet.AppConfigInitServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.sourcejammer.web.servlet.BrowseArchiveController
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.sourcejammer.web.servlet.AppStats
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.sourcejammer.web.servlet.AppConfigInitServlet
 
downloadBytes(int) - Method in class org.sourcejammer.project.view.FileDownloader
Download the specified number of bytes packaged in a SendBytes object.
downloadBytes(int) - Method in class org.sourcejammer.client.DownloaderProxy
Streams bytes into the FileUploader.
downloadBytes(Integer) - Method in interface org.sourcejammer.project.view.Downloader
Download the specified number of bytes packaged in a SendBytes object.
Downloader - interface org.sourcejammer.project.view.Downloader.
 
DownloaderProxy - class org.sourcejammer.client.DownloaderProxy.
 
DownloaderProxy() - Constructor for class org.sourcejammer.client.DownloaderProxy
 
DownloaderProxy(String) - Constructor for class org.sourcejammer.client.DownloaderProxy
 
DownloaderProxy(URL) - Constructor for class org.sourcejammer.client.DownloaderProxy
 
downloadFileFromServer(DownloadFileIdentifier, File, String) - Static method in class org.sourcejammer.client.FileTransport
 
DownloadFileIdentifier - class org.sourcejammer.project.view.DownloadFileIdentifier.
Title: SourceJammer 1.2 Description: Copyright: Copyright (c) 2002 Company: SourceJammer Project
DownloadFileIdentifier() - Constructor for class org.sourcejammer.project.view.DownloadFileIdentifier
 

SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan
A B C D E F G H I J L M N O P Q R S T U V W X Y Z