A B C D E F G H I J K L M N O P R S T U V W X Y Z

A

ABORT - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
AbortAction - class allensoft.javacvs.client.ui.swing.AbortAction.
 
AbortAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.AbortAction
 
abortRequest() - Method in class allensoft.javacvs.client.CVSClient
 
abortRequest(RequestAbortedException) - Method in class allensoft.javacvs.client.CVSClient
Aborts the request(s) currently being performed.
AbstractCellEditor - class allensoft.gui.treetable.AbstractCellEditor.
 
AbstractCellEditor() - Constructor for class allensoft.gui.treetable.AbstractCellEditor
 
AbstractTreeTableModel - class allensoft.gui.treetable.AbstractTreeTableModel.
 
AbstractTreeTableModel(Object) - Constructor for class allensoft.gui.treetable.AbstractTreeTableModel
 
accept(File) - Method in class allensoft.io.AndFileFilter
 
accept(File) - Method in class allensoft.io.ExistsFileFilter
 
accept(File) - Method in class allensoft.io.FilesFileFilter
 
accept(File) - Method in class allensoft.io.NotFileFilter
 
accept(File) - Method in class allensoft.io.OrFileFilter
 
accept(File) - Method in class allensoft.io.PatternBasedFileFilter
 
accept(File) - Method in class allensoft.javacvs.client.CVSFilesFilter
 
accept(File) - Method in class allensoft.javacvs.client.CVSIgnoreFile
 
accept(File) - Method in class allensoft.javacvs.client.CVSIgnoreFileFilter
Accepts the file if it should not be ignored by CVS.
accept(File) - Method in class allensoft.javacvs.client.SettingBasedFileFilter
 
accept(File) - Method in class allensoft.util.DirectoriesFileFilter
 
acceptFileEntry(FileEntry) - Method in class allensoft.javacvs.client.FileEntryFilter
 
ActionList - interface allensoft.gui.ActionList.
 
actionPerformed(ActionEvent) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
actionPerformed(ActionEvent) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
 
actionPerformed(ActionEvent) - Method in class allensoft.javacvs.client.ui.swing.DiffOptionsDialog.Contents
 
ActionPool - interface allensoft.gui.ActionPool.
Defines a pool of actions.
ADD - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
add(Component, float) - Method in class allensoft.gui.StripPanel
 
add(Frame, File[]) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Adds the supplied files to the repository.
add(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Performs an add command using the supplied arguments.
add(String, RepositoryLocation, RepositoryDetails.ExtConnectionType, String) - Static method in class allensoft.javacvs.client.RepositoryDetails
Adds a new repository details to the list.
AddAction - class allensoft.javacvs.client.ui.swing.AddAction.
 
addAction(Action) - Method in class allensoft.javacvs.client.ui.swing.CVSActionPool
Adds a new action to this action pool.
AddAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.AddAction
 
addActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.CVSBrowserWindow
Adds actions that are supported by this window to the action pool.
addActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.NonCVSFilesTable
 
addActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
Adds any custom actions supported by this component.
addAddRequests(File[], AddOptions, KeywordSubstitutionModeClassifier) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds AddRequest objects for all the repository locations that the files correspond to.
addAddRequests(Frame, CVSRequestBatch, File[]) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Adds add requests to the specified batch to add the specified files.
addAlias(String) - Method in class allensoft.util.OptionsParser.OptionDefinition
 
addCellEditorListener(CellEditorListener) - Method in class allensoft.gui.treetable.AbstractCellEditor
 
addChild(FileSystemTreeModel.FileNode) - Method in class allensoft.gui.FileSystemTreeModel.GroupFileNode
 
addCommandInterpretterListener(CommandInterpretterListener) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
addCommitRequests(File[], CommitOptions) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds CommitRequest objects for all the repository locations that the files correspond to.
addCustomPages() - Method in class allensoft.bug.BugReportWizard
Override this method to add any custom pages that should appear in this wizard.
addCVSActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on files that are under CVS control.
addCVSActions(CVSActionPool) - Method in interface allensoft.javacvs.client.ui.swing.GraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on files that are under CVS control.
addCVSClientListener(CVSClientListener) - Method in class allensoft.javacvs.client.CVSClient
 
addDiffRequests(File[], DiffOptions) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds DiffRequest objects for all the repository locations that the files correspond to.
addDirectoryActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on a single directory.
addDirectoryActions(CVSActionPool) - Method in interface allensoft.javacvs.client.ui.swing.GraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on a single directory.
addField(Component, Component) - Method in class allensoft.gui.FormPanel
Adds a label and field combination to this form.
addField(Component, Component, float) - Method in class allensoft.gui.FormPanel
Adds a label and field combination to this form.
addField(String, Component) - Method in class allensoft.gui.FormPanel
Adds a label field combination to this form.
addField(String, Component, float) - Method in class allensoft.gui.FormPanel
Adds a label field combination to this form.
addFile(File) - Method in class allensoft.javacvs.client.MultiFileCVSRequest
Adds the supplied file/directory to the list of files this request operates on.
addFile(File) - Method in class allensoft.javacvs.client.CommitRequest
 
addGeneralActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on any general files.
addGeneralActions(CVSActionPool) - Method in interface allensoft.javacvs.client.ui.swing.GraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on any general files.
addLayoutComponent(Component, Object) - Method in class allensoft.gui.FormLayout
 
addLayoutComponent(Component, Object) - Method in class allensoft.gui.StripLayout
 
addLayoutComponent(String, Component) - Method in class allensoft.gui.FormLayout
 
addLayoutComponent(String, Component) - Method in class allensoft.gui.StripLayout
 
addLine(int, DiffType, String) - Method in class allensoft.diff.DiffDisplay
Adds a line to be displayed.
addLogRequests(File[], LogOptions) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds LogRequest objects for all the repository locations that the files correspond to.
addMenu() - Method in class allensoft.gui.MenuEditorDialog.Contents
 
addMenuItem() - Method in class allensoft.gui.MenuEditorDialog.Contents
 
addMouseListenerToHeaderInTable(JTable) - Method in class allensoft.gui.SortedTableModel
 
addNonCVSActions(CVSActionPool) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on files that are not under CVS control.
addNonCVSActions(CVSActionPool) - Method in interface allensoft.javacvs.client.ui.swing.GraphicalClient
Adds any actions this graphical client supports to the supplied action pool for operating on files that are not under CVS control.
addNonExistantLine() - Method in class allensoft.diff.DiffDisplay
 
addOptionDefinition(String) - Method in class allensoft.util.OptionsParser
Adds a new option description to the list of options.
AddOptions - class allensoft.javacvs.client.AddOptions.
Defines the options for an AddRequest.
AddOptions() - Constructor for class allensoft.javacvs.client.AddOptions
 
AddOptionsParser - class allensoft.javacvs.client.ui.command.AddOptionsParser.
 
AddOptionsParser() - Constructor for class allensoft.javacvs.client.ui.command.AddOptionsParser
 
addPage(WizardPage) - Method in class allensoft.gui.Wizard
Adds a new page to the end of this wizard.
addPage(WizardPage, int) - Method in class allensoft.gui.Wizard
Inserts a new page at the specified position in this wizard.
addPages() - Method in class allensoft.bug.BugReportWizard
Defines the pages used by this wizard.
addPages(WizardPage[], int) - Method in class allensoft.gui.Wizard
 
addPattern(String) - Method in class allensoft.io.PatternBasedFileFilter
 
addPattern(String) - Method in class allensoft.javacvs.client.CVSIgnoreFile
 
addPattern(String[]) - Method in class allensoft.javacvs.client.CVSIgnoreFile
 
addPatterns(String[]) - Method in class allensoft.io.PatternBasedFileFilter
 
addPropertyChangeListener(PropertyChangeListener) - Method in class allensoft.javacvs.client.Entry
 
addPropertyChangeListener(PropertyChangeListener) - Method in class allensoft.javacvs.client.Settings
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class allensoft.javacvs.client.Entry
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class allensoft.javacvs.client.Settings
 
addRemoveRequests(File[], RemoveOptions) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds RemoveRequest objects for all the repository locations that the files correspond to.
addRepository() - Method in class allensoft.javacvs.client.ui.swing.EditRepositoriesDialog.Contents
 
AddRequest - class allensoft.javacvs.client.AddRequest.
Request object that adds files/directories to a repository.
AddRequest() - Constructor for class allensoft.javacvs.client.AddRequest
Creates a new AddRequest using the default options.
AddRequest(AddOptions) - Constructor for class allensoft.javacvs.client.AddRequest
Creates a new AddRequest using the supplied options.
addRequest(CVSRequest) - Method in class allensoft.javacvs.client.CVSRequestBatch
Adds a new request to the end of the list.
AddRequest(File) - Constructor for class allensoft.javacvs.client.AddRequest
Creates a new AddRequest that adds the supplied file to the repository using the default options.
AddRequest(File[]) - Constructor for class allensoft.javacvs.client.AddRequest
Creates a new AddRequest that adds the supplied files to the repository using the default options.
AddRequest(File[], AddOptions) - Constructor for class allensoft.javacvs.client.AddRequest
Creates a new AddRequest that adds the supplied files to the repository using the supplied options.
AddRequest(File, AddOptions) - Constructor for class allensoft.javacvs.client.AddRequest
Creates a new AddRequest that adds the supplied file to the repository using the supplied options.
addRequests(File[], CVSRequestBatch.RequestInstantiator) - Method in class allensoft.javacvs.client.CVSRequestBatch
Adds multiple requests to (possibly) different servers for the files specified.
addSeparator() - Method in class allensoft.gui.MenuEditorDialog.Contents
 
addStatusRequests(File[]) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds StatusRequest objects for all the repository locations that the files correspond to.
addTagRequests(File[], String, TagOptions) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds CommitRequest objects for all the repository locations that the files correspond to.
addTreeModelListener(TreeModelListener) - Method in class allensoft.gui.treetable.AbstractTreeTableModel
 
addTreeModelListener(TreeModelListener) - Method in class allensoft.gui.FileSystemTreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addUpdateRequests(File[], CheckoutOptions) - Method in class allensoft.javacvs.client.CVSRequestBatch
A convenience method that adds UpdateRequest objects for all the repository locations that the files correspond to.
addWorkingDirectoryListener(WorkingDirectoryListener) - Method in class allensoft.javacvs.client.WorkingDirectory
 
ALL - Static variable in class allensoft.io.FileFilters
 
ALL_FILES - Static variable in class allensoft.javacvs.client.FileEntryFilter
Filter that accepts all files.
ALL_MESSAGES - Static variable in class allensoft.javacvs.client.CVSResponseMessageReader
 
allensoft.bug - package allensoft.bug
 
allensoft.bug.server - package allensoft.bug.server
 
allensoft.diff - package allensoft.diff
 
allensoft.gui - package allensoft.gui
 
allensoft.gui.treetable - package allensoft.gui.treetable
 
allensoft.io - package allensoft.io
 
allensoft.javacvs.client - package allensoft.javacvs.client
 
allensoft.javacvs.client.event - package allensoft.javacvs.client.event
 
allensoft.javacvs.client.ui.command - package allensoft.javacvs.client.ui.command
 
allensoft.javacvs.client.ui.command.event - package allensoft.javacvs.client.ui.command.event
 
allensoft.javacvs.client.ui.swing - package allensoft.javacvs.client.ui.swing
 
allensoft.mail - package allensoft.mail
 
allensoft.util - package allensoft.util
 
allensoft.xml - package allensoft.xml
 
AndFileFilter - class allensoft.io.AndFileFilter.
A file filter that accpets files that are accepted by two file filters.
AndFileFilter(FileFilter, FileFilter) - Constructor for class allensoft.io.AndFileFilter
 
ANNOTATE - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
areContentsValid() - Method in class allensoft.gui.OkCancelDialog.JPanelContents
 
areContentsValid() - Method in class allensoft.gui.LoginDialog.Contents
Checks that a name has been supplied.
areContentsValid() - Method in interface allensoft.gui.OkCancelDialog.Contents
Checks if the contents of the dialog are valid.
areContentsValid() - Method in class allensoft.javacvs.client.ui.swing.DiffOptionsDialog.Contents
 
areContentsValid() - Method in class allensoft.javacvs.client.ui.swing.EditRepositoriesDialog.Contents
 
areContentsValid() - Method in class allensoft.javacvs.client.ui.swing.RepositoryDetailsDialog.Contents
 
areContentsValid() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog.Contents
 
areContentsValid() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog.Contents
 
areFileNamesCaseSensitive() - Static method in class allensoft.util.FileUtilities
Checks if file names are case sensitive on the host operating system.
ASCIIInputStream - class allensoft.io.ASCIIInputStream.
Takes a reader and converts it to an input stream which reads in ASCII characters.
ASCIIInputStream(Reader) - Constructor for class allensoft.io.ASCIIInputStream
 
askQuestion(Frame, Object) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
 
askQuestion(Object) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
AWTUtilities - class allensoft.util.AWTUtilities.
A collection of miscelaneous useful methods for working with AWT components.
AWTUtilities() - Constructor for class allensoft.util.AWTUtilities
 

B

BadOptionException - exception allensoft.javacvs.client.ui.command.BadOptionException.
Exception thrown when an option is bad.
BadOptionException - exception allensoft.util.BadOptionException.
Exception thrown when an option is bad.
BadOptionException(String, int, String) - Constructor for class allensoft.javacvs.client.ui.command.BadOptionException
 
BadOptionException(String, int, String) - Constructor for class allensoft.util.BadOptionException
 
BrowserConnectionManager - class allensoft.javacvs.client.ui.swing.BrowserConnectionManager.
Connection manger that displays a dialog asking user how to connect to ext repository locations when this has not been defined before.
BrowserConnectionManager() - Constructor for class allensoft.javacvs.client.ui.swing.BrowserConnectionManager
 
BugReport - class allensoft.bug.BugReport.
A BugReport keeps track of all the details of a bug.
BugReport() - Constructor for class allensoft.bug.BugReport
Creates a new bug report.
BugReportWizard - class allensoft.bug.BugReportWizard.
The base class for bug reporting wizards.
BugReportWizard.BugDetailsPage - class allensoft.bug.BugReportWizard.BugDetailsPage.
Wizard page responsible for getting details of the bug.
BugReportWizard.BugDetailsPage(BugReportWizard) - Constructor for class allensoft.bug.BugReportWizard.BugDetailsPage
 
BugReportWizard.HowToReproducePage - class allensoft.bug.BugReportWizard.HowToReproducePage.
Wizard page responsible for getting information of how to reproduce the bug.
BugReportWizard.HowToReproducePage(BugReportWizard) - Constructor for class allensoft.bug.BugReportWizard.HowToReproducePage
 
BugReportWizard.SummaryPage - class allensoft.bug.BugReportWizard.SummaryPage.
Wizard page responsible for getting a summary of the bug report.
BugReportWizard.SummaryPage(BugReportWizard) - Constructor for class allensoft.bug.BugReportWizard.SummaryPage
 
BugReportWizard.UserDetailsPage - class allensoft.bug.BugReportWizard.UserDetailsPage.
Wizard page responsible for retrieving the user's name and email address.
BugReportWizard.UserDetailsPage(BugReportWizard) - Constructor for class allensoft.bug.BugReportWizard.UserDetailsPage
 
BugReportWizard(BugReport) - Constructor for class allensoft.bug.BugReportWizard
 
BugServer - interface allensoft.bug.server.BugServer.
The remote interface to a bug server.
BugSubmissionException - exception allensoft.bug.BugSubmissionException.
The exception thrown when there is a problem submitting a bug report.
BugSubmissionException(Exception) - Constructor for class allensoft.bug.BugSubmissionException
 
BugSubmissionException(String) - Constructor for class allensoft.bug.BugSubmissionException
 
BugSubmitter - interface allensoft.bug.BugSubmitter.
The base class for all bug reporters.
buildMenu(Element, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenu(File, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenu(InputSource, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenu(InputStream, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenu(Reader, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenu(String, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenu(String, String, ActionPool) - Static method in class allensoft.javacvs.client.ui.swing.CVSGUIBuilder
 
buildMenuBar(Element, ActionPool) - Static method in class allensoft.gui.GUIBuilder
Build a menu bar from the supplied node in an XML document.
buildMenuBar(File, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenuBar(InputSource, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenuBar(InputStream, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenuBar(Reader, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenuBar(String, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildMenuBar(String, String, ActionPool) - Static method in class allensoft.javacvs.client.ui.swing.CVSGUIBuilder
 
buildMenuItem(Element, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildOptionsAsString(StringBuffer) - Method in class allensoft.javacvs.client.Options
 
buildToolBar(Element, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildToolBar(File, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildToolBar(InputSource, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildToolBar(InputStream, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildToolBar(Reader, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildToolBar(String, ActionPool) - Static method in class allensoft.gui.GUIBuilder
 
buildToolBar(String, String, ActionPool) - Static method in class allensoft.javacvs.client.ui.swing.CVSGUIBuilder
 

C

cancel() - Method in class allensoft.gui.Wizard
 
cancel() - Method in class allensoft.gui.OkCancelDialog
Cancels the dialog.
CancelButton - class allensoft.gui.CancelButton.
 
CancelButton() - Constructor for class allensoft.gui.CancelButton
 
cancelCellEditing() - Method in class allensoft.gui.treetable.AbstractCellEditor
 
CannotAddFileException - exception allensoft.javacvs.client.CannotAddFileException.
Exception thrown when a file cannot be added to a MultiFileCVSRequest.
CannotAddFileException(String) - Constructor for class allensoft.javacvs.client.CannotAddFileException
 
canRunOnFile(File) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
Determines if this action can be run on the specified file.
canRunOnFile(File) - Method in class allensoft.javacvs.client.ui.swing.AddAction
 
canRunOnFile(File) - Method in class allensoft.javacvs.client.ui.swing.RemoveAction
 
canSendIsModified() - Method in class allensoft.javacvs.client.CVSRequest
Determines if this request can send Is-modified commands to the server instead of Modified commands.
canSendIsModified() - Method in class allensoft.javacvs.client.DiffRequest
 
canSendIsModified() - Method in class allensoft.javacvs.client.LogRequest
 
CardPanel - class allensoft.gui.CardPanel.
A simpler alternative to a JPanel with a CardLayout.
CardPanel() - Constructor for class allensoft.gui.CardPanel
Creates a CardPanel.
centreOnScreen(Component) - Static method in class allensoft.util.AWTUtilities
Centres a component on the screen.
Change - class allensoft.diff.Change.
 
CHANGE - Static variable in class allensoft.diff.DiffType
 
Change(int, int, int, int, String, String) - Constructor for class allensoft.diff.Change
 
checkedIn(FileEntry) - Method in class allensoft.javacvs.client.CVSResponse
Called when a Checked-in response is received for the supplied file entry.
checkForFilesToAdd(Frame, CVSRequestBatch, File[]) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Checks for files to add from the specified files, recursing sub directories if necessary, and adds requests to the batch to add the required files.
CheckForFilesToAddOrRemoveAction - class allensoft.javacvs.client.ui.swing.CheckForFilesToAddOrRemoveAction.
Action which will check for files to be added.
CheckForFilesToAddOrRemoveAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.CheckForFilesToAddOrRemoveAction
 
checkForFilesToRemove(Frame, CVSRequestBatch, File[]) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
 
CHECKOUT - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
checkout(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Performs a checkout command using the supplied arguments.
CheckoutOptions - class allensoft.javacvs.client.CheckoutOptions.
Defines the options for a checkout request.
CheckoutOptions() - Constructor for class allensoft.javacvs.client.CheckoutOptions
 
CheckoutOptionsParser - class allensoft.javacvs.client.ui.command.CheckoutOptionsParser.
 
CheckoutOptionsParser() - Constructor for class allensoft.javacvs.client.ui.command.CheckoutOptionsParser
 
CheckoutRequest - class allensoft.javacvs.client.CheckoutRequest.
Request object that performs a checkout of modules from a repository location to a local directory.
CheckoutRequest(RepositoryLocation, File, String) - Constructor for class allensoft.javacvs.client.CheckoutRequest
 
CheckoutRequest(RepositoryLocation, File, String[]) - Constructor for class allensoft.javacvs.client.CheckoutRequest
 
CheckoutRequest(RepositoryLocation, File, String[], CheckoutOptions) - Constructor for class allensoft.javacvs.client.CheckoutRequest
 
CheckoutRequest(RepositoryLocation, File, String, CheckoutOptions) - Constructor for class allensoft.javacvs.client.CheckoutRequest
 
clearStaticDirectory() - Method in class allensoft.javacvs.client.WorkingDirectory
Clears the static directory flag for this working directory.
close() - Method in class allensoft.bug.CrashReportDialog
Closes this dialog.
close() - Method in class allensoft.javacvs.client.CVSConnection
Closes the connection.
close() - Method in class allensoft.javacvs.client.CVSResponseMessageReader
 
close() - Method in class allensoft.javacvs.client.ExternalProcessServerConnection
Closes the connection.
close() - Method in class allensoft.javacvs.client.MindBrightSSHConnection
 
close() - Method in class allensoft.javacvs.client.PServerConnection
Closes the connection.
cNames - Static variable in class allensoft.gui.treetable.FileSystemModel2
 
CommandInterpretter - class allensoft.javacvs.client.ui.command.CommandInterpretter.
Interprets commands of the format used by the cvs command line program and executes them using a CVSClient object.
CommandInterpretter(CVSClient) - Constructor for class allensoft.javacvs.client.ui.command.CommandInterpretter
Creates a new CommandInterpretter that inetrprets CVS commands and invokes the appropriate methods on the CVSClient.
CommandInterpretterEvent - class allensoft.javacvs.client.ui.command.event.CommandInterpretterEvent.
The base class for all events fired by a CommandInterpretter.
CommandInterpretterEvent(CommandInterpretter) - Constructor for class allensoft.javacvs.client.ui.command.event.CommandInterpretterEvent
 
CommandInterpretterListener - interface allensoft.javacvs.client.ui.command.event.CommandInterpretterListener.
The listener interface for events fired by a CommandInterpretter.
COMMIT - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
commit(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Performs a commit command using the supplied arguments.
CommitAction - class allensoft.javacvs.client.ui.swing.CommitAction.
Action that commits the selected files.
CommitAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.CommitAction
 
CommitOptions - class allensoft.javacvs.client.CommitOptions.
 
CommitOptions() - Constructor for class allensoft.javacvs.client.CommitOptions
 
CommitOptions(String) - Constructor for class allensoft.javacvs.client.CommitOptions
 
CommitOptionsParser - class allensoft.javacvs.client.ui.command.CommitOptionsParser.
 
CommitOptionsParser() - Constructor for class allensoft.javacvs.client.ui.command.CommitOptionsParser
 
CommitRequest - class allensoft.javacvs.client.CommitRequest.
Defines a request to the server to commit some files.
CommitRequest() - Constructor for class allensoft.javacvs.client.CommitRequest
 
CommitRequest(CommitOptions) - Constructor for class allensoft.javacvs.client.CommitRequest
 
CommitRequest(File) - Constructor for class allensoft.javacvs.client.CommitRequest
 
CommitRequest(File[]) - Constructor for class allensoft.javacvs.client.CommitRequest
 
CommitRequest(File[], CommitOptions) - Constructor for class allensoft.javacvs.client.CommitRequest
Creates a commit request to commit the suppled files from the working directory.
CommitRequest(File, CommitOptions) - Constructor for class allensoft.javacvs.client.CommitRequest
 
compare(Object, Object) - Method in class allensoft.gui.SortedTableModel.DefaultComparator
 
compare(Object, Object) - Method in class allensoft.gui.DirectoryContentsTable.FileComparator
 
compare(Object, Object) - Method in class allensoft.gui.FileSystemTreeModel.DefaultComparator
 
compare(Object, Object) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable.EntryComparator
 
compareElementsAt(int, int) - Method in class allensoft.gui.treetable.MergeSort
 
compareTo(Object) - Method in class allensoft.javacvs.client.Entry
 
componentResized(ComponentEvent) - Method in class allensoft.gui.WindowResizer
 
configurePropertiesFromAction(Action) - Method in class allensoft.gui.EnhancedToolBar.Button
 
CONFLICT - Static variable in class allensoft.javacvs.client.FileEntry.Status
 
containsWhiteSpace(String) - Static method in class allensoft.util.StringUtilities
 
copyFile(File, File) - Static method in class allensoft.util.FileUtilities
 
CrashHandler - class allensoft.bug.CrashHandler.
Handles crashes (uncaught exceptions/errors) by reporting them to the user.
CrashHandler() - Constructor for class allensoft.bug.CrashHandler
 
CrashReport - class allensoft.bug.CrashReport.
A type of BugReport which is the result of an uncaught exception/error.
CrashReport(Throwable) - Constructor for class allensoft.bug.CrashReport
Creates a new CrashReport for the supplied uncaught exception.
CrashReportDialog - class allensoft.bug.CrashReportDialog.
A dilaog that displays the details of a crash report to the user.
CrashReportDialog(CrashReport) - Constructor for class allensoft.bug.CrashReportDialog
Creates a new CrashReportDialog for the supplied crash report.
CrashReportDialog(CrashReport, BugSubmitter) - Constructor for class allensoft.bug.CrashReportDialog
Creates a new CrashReportDialog for the supplied crash report.
CrashReportingEventQueue - class allensoft.bug.CrashReportingEventQueue.
An event queue that reports any crashes to the global CrashHandler.
CrashReportingEventQueue() - Constructor for class allensoft.bug.CrashReportingEventQueue
 
CrashReportingThread - class allensoft.bug.CrashReportingThread.
A Thread sub class that automatically reports any crashes (i.e uncaught exceptions/errors) that occurr during its execution.
CrashReportingThread() - Constructor for class allensoft.bug.CrashReportingThread
 
CrashReportingThread(Runnable) - Constructor for class allensoft.bug.CrashReportingThread
 
CrashReportingThread(Runnable, String) - Constructor for class allensoft.bug.CrashReportingThread
 
CrashReportingThread(String) - Constructor for class allensoft.bug.CrashReportingThread
 
CrashReportingThread(ThreadGroup, Runnable) - Constructor for class allensoft.bug.CrashReportingThread
 
CrashReportingThread(ThreadGroup, Runnable, String) - Constructor for class allensoft.bug.CrashReportingThread
 
CrashReportingThread(ThreadGroup, String) - Constructor for class allensoft.bug.CrashReportingThread
 
createAbortAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
 
createActionComponent(Action) - Method in class allensoft.gui.EnhancedToolBar
 
createActionList(ListModel) - Method in class allensoft.gui.MenuEditorDialog.Contents
 
createAddAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for adding files.
createBugDetailsPage() - Method in class allensoft.bug.BugReportWizard
 
createButtonPanel() - Method in class allensoft.bug.CrashReportDialog
Creates the button panel that gives the user options for dealing with the crash.
createButtonPanel() - Method in class allensoft.gui.Wizard
Creates the panel of buttons that appear at the bottom of the wizard.
createButtonPanel() - Method in class allensoft.gui.OkCancelDialog
Creates the panel for the buttons at the bottom of the dialog.
createCancelButton() - Method in class allensoft.gui.Wizard
 
createCancelButton() - Method in class allensoft.gui.OkCancelDialog
Creates the Cancel button which will call the cancel method when clicked.
createCellRenderer() - Method in class allensoft.gui.FileSystemTree
 
createCheckForFilesToAddAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
 
createCheckoutAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for checking out a repository.
createCloseButton() - Method in class allensoft.bug.CrashReportDialog
Creates the button used for closing this dialog.
createCommitAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for committing files.
createCompletedPage() - Method in class allensoft.bug.BugReportWizard
 
createConnection(CVSClient, RepositoryLocation, LoginDetails) - Method in interface allensoft.javacvs.client.DefaultConnectionManager.ConnectionInstantiator
 
createConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.ui.swing.BrowserConnectionManager
 
createConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.DefaultConnectionManager
Creates a connection for the specified repository location.
createConnection(CVSClient, RepositoryLocation, LoginManager) - Method in interface allensoft.javacvs.client.CVSConnectionManager
Creates a connection for the specified repository location.
createCrashReport(Throwable) - Method in class allensoft.bug.DefaultCrashHandler
Creates a crash report for the supplied exception/error.
createCrashReportDialog(CrashReport, BugSubmitter) - Method in class allensoft.bug.DefaultCrashHandler
Creates the dialog used to display the crash report to the user.
createDiffAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for diffing files.
createDiffDisplay() - Method in class allensoft.diff.DiffViewer
Creates a DiffDisplay used to display the differences for a file.
createDiffViewer(String, String, Reader, DiffParser, boolean) - Method in class allensoft.diff.DiffViewerDialog
 
createDocument() - Method in class allensoft.gui.MenuEditorDialog
Creates an XML document which represents the currently edited menus.
createDocument() - Method in class allensoft.gui.MenuEditorDialog.Contents
Creates an XML document which represents the currently edited menus.
createEditRepositoriesAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
 
createEntryCellRenderer() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
createExtConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
createExternalRSHConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
createExternalSSHConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
createFileCellRenderer() - Method in class allensoft.gui.DirectoryContentsTable
Creates the cell renderer used to display files.
createFinishButton() - Method in class allensoft.gui.Wizard
 
createFrame() - Method in class allensoft.gui.treetable.TreeTableExample2
Creates the JFrame that will contain everything.
createHowToReproducePage() - Method in class allensoft.bug.BugReportWizard
 
createInternalSSHConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
createListCellRenderer() - Method in class allensoft.gui.MenuEditorDialog.Contents
 
createLocalConnection(CVSClient, RepositoryLocation) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
createLocalFileSystemFileNode(FileSystemTreeModel.FileNode) - Static method in class allensoft.gui.FileSystemTreeModel
 
createLocalFileSystemFileNode(FileSystemTreeModel.FileNode, String) - Static method in class allensoft.gui.FileSystemTreeModel
 
createLogAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for ogging files.
createLoginConnection(CVSClient, RepositoryLocation, LoginManager, DefaultConnectionManager.ConnectionInstantiator) - Method in class allensoft.javacvs.client.DefaultConnectionManager
Creates a connection to the supplied location.
createMainPanel() - Method in class allensoft.bug.CrashReportDialog
Creates the main panel for the dialog.
createMainPanel() - Method in class allensoft.gui.LoginDialog.Contents
 
createMainPanel(JList, JTree, Container, Container) - Method in class allensoft.gui.MenuEditorDialog.Contents
 
createMenuBar() - Method in class allensoft.gui.treetable.TreeTableExample2
Creates a menu bar.
createMenuTree(TreeModel) - Method in class allensoft.gui.MenuEditorDialog.Contents
 
createMessagePanel() - Method in class allensoft.bug.CrashReportDialog
Creates the message panel for this crash report.
createModel(String) - Method in class allensoft.gui.treetable.TreeTableExample2
Creates the FileSystemModel2 that will be used.
createNewCancelButton() - Method in class allensoft.gui.OkCancelDialog
 
createNewOkButton() - Method in class allensoft.gui.OkCancelDialog
 
createNextButton() - Method in class allensoft.gui.Wizard
 
createOkButton() - Method in class allensoft.gui.OkCancelDialog
Creates the OK button which will call the ok method when clicked.
createOptions() - Method in class allensoft.javacvs.client.ui.command.AddOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.CheckoutOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.CommitOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.DiffOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.ExportOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.GlobalOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.ImportOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.RemoveOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.TagOptionsParser
 
createOptions() - Method in class allensoft.javacvs.client.ui.command.UpdateOptionsParser
 
createOptions() - Method in class allensoft.util.OptionsParser
Creates the Options object for this parser.
createPopupMenu() - Method in class allensoft.gui.EnhancedToolBar
 
createPopupMenu() - Method in class allensoft.javacvs.client.ui.swing.CVSBrowserTree
 
createPopupMenu() - Method in class allensoft.javacvs.client.ui.swing.NonCVSFilesTable
 
createPopupMenu() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
createPreviousButton() - Method in class allensoft.gui.Wizard
 
createPServerConnection(CVSClient, RepositoryLocation, LoginManager) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
createRemoveAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for removing files.
createRequest() - Method in interface allensoft.javacvs.client.CVSRequestBatch.RequestInstantiator
 
createResponse() - Method in class allensoft.javacvs.client.CVSRequest
Creates the response object used to receive the response for this request from the server.
createResponse() - Method in class allensoft.javacvs.client.DiffRequest
 
createResponse() - Method in class allensoft.javacvs.client.ExpandModulesRequest
 
createResponse() - Method in class allensoft.javacvs.client.ExportRequest
 
createResponse() - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsRequest
 
createResponse() - Method in class allensoft.javacvs.client.ImportRequest
 
createResponse() - Method in class allensoft.javacvs.client.LogRequest
 
createResponse() - Method in class allensoft.javacvs.client.StatusRequest
 
createResponse() - Method in class allensoft.javacvs.client.ValidRequestsRequest
 
createRootPane() - Method in class allensoft.gui.EscapeDialog
 
createSaveBugReportWizard() - Method in class allensoft.bug.CrashReportDialog
Creates the wizard to use for saving a bug report.
createSaveReportButton() - Method in class allensoft.bug.CrashReportDialog
Creates the button used for saving the crash report.
createSession() - Method in class allensoft.bug.EMailBugSubmitter
Creates the session used for submitting the bug report.
createSession() - Static method in class allensoft.mail.SessionManager
 
createSession(Authenticator) - Static method in class allensoft.mail.SessionManager
 
createStatusAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for getting status of files.
createStatusLabel() - Method in class allensoft.gui.treetable.TreeTableExample2
Creates and return a JLabel that is used to indicate the status of loading.
createSubmitButton() - Method in class allensoft.bug.CrashReportDialog
Creates the button used for submitting the crash report.
createSummaryPage() - Method in class allensoft.bug.BugReportWizard
 
createTagAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for adding files.
createTechnicalInfoButton() - Method in class allensoft.bug.CrashReportDialog
Creates the button used for displaying technical information about the crash report.
createTreeCellRenderer() - Method in class allensoft.gui.MenuEditorDialog.Contents
 
createTreeTable() - Method in class allensoft.gui.treetable.TreeTableExample2
Creates and returns the instanceof JTreeTable that will be used.
createUpdateAction() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates an action used for updating files.
createUserDetailsPage() - Method in class allensoft.bug.BugReportWizard
 
createWelcomePage() - Method in class allensoft.bug.BugReportWizard
 
createWizard(BugReport) - Method in class allensoft.bug.WizardBasedBugSubmitter
Creates the wizard that should be used to submit the bug report.
createWizard(BugReport) - Method in class allensoft.bug.EMailBugSubmitter
 
createWizard(BugReport) - Method in class allensoft.bug.RMIBugSubmitter
 
createWorkingDirectory(File, RepositoryLocation, String) - Static method in class allensoft.javacvs.client.WorkingDirectory
Creates a new CVS working directory.
cTypes - Static variable in class allensoft.gui.treetable.FileSystemModel2
 
CVSAction - interface allensoft.javacvs.client.ui.swing.CVSAction.
 
CVSActionPool - class allensoft.javacvs.client.ui.swing.CVSActionPool.
Defines a pool of actions that perform the tasks of a graphical client.
CVSActionPool() - Constructor for class allensoft.javacvs.client.ui.swing.CVSActionPool
 
CVSBrowser - class allensoft.javacvs.client.ui.swing.CVSBrowser.
A component that allows one to browse through directories and see the files in them and perform CVS operations on them.
CVSBrowser(GraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.CVSBrowser
 
CVSBrowser(GraphicalClient, File) - Constructor for class allensoft.javacvs.client.ui.swing.CVSBrowser
 
CVSBrowserTree - class allensoft.javacvs.client.ui.swing.CVSBrowserTree.
Tree component that displays directories and allows the user to perform CVS requests on them.
CVSBrowserTree(GraphicalClient, FileSystemTreeModel.FileNode) - Constructor for class allensoft.javacvs.client.ui.swing.CVSBrowserTree
 
CVSBrowserWindow - class allensoft.javacvs.client.ui.swing.CVSBrowserWindow.
A Window that displays a CVSBrowser with a menu and tool bar.
CVSBrowserWindow(GraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.CVSBrowserWindow
 
CVSBrowserWindow(GraphicalClient, File) - Constructor for class allensoft.javacvs.client.ui.swing.CVSBrowserWindow
 
CVSBrowserWindow(GraphicalClient, File, String) - Constructor for class allensoft.javacvs.client.ui.swing.CVSBrowserWindow
 
CVSClient - class allensoft.javacvs.client.CVSClient.
This is the main class that implements the CVS client/server protocol.
CVSClient(CVSConnectionManager, LoginManager) - Constructor for class allensoft.javacvs.client.CVSClient
Creates a new CVS client that uses the supllied connection manager for creating connections and the supplied login manger for getting login details from the user.
CVSClient(LoginManager) - Constructor for class allensoft.javacvs.client.CVSClient
Creates a new CVS client that uses the default connection manager for creating connections and the supplied login manger for getting login details from the user.
CVSClientAdapter - class allensoft.javacvs.client.event.CVSClientAdapter.
 
CVSClientAdapter() - Constructor for class allensoft.javacvs.client.event.CVSClientAdapter
 
CVSClientEvent - class allensoft.javacvs.client.event.CVSClientEvent.
 
CVSClientEvent(CVSClient) - Constructor for class allensoft.javacvs.client.event.CVSClientEvent
 
CVSClientListener - interface allensoft.javacvs.client.event.CVSClientListener.
The listener interface for events that are fired by a CVSClient.
CVSClientResponseEvent - class allensoft.javacvs.client.event.CVSClientResponseEvent.
 
CVSClientResponseEvent(CVSClient, CVSResponse) - Constructor for class allensoft.javacvs.client.event.CVSClientResponseEvent
 
CVSClientTextEvent - class allensoft.javacvs.client.event.CVSClientTextEvent.
The event fired when text is sent to, or received from, the server.
CVSClientTextEvent(CVSClient, String) - Constructor for class allensoft.javacvs.client.event.CVSClientTextEvent
 
CVSCommunicationsObject - class allensoft.javacvs.client.CVSCommunicationsObject.
The base class for any object that wants to do communications with a CVS server.
CVSCommunicationsObject() - Constructor for class allensoft.javacvs.client.CVSCommunicationsObject
 
CVSConnection - class allensoft.javacvs.client.CVSConnection.
Defines a connection with a CVS server.
CVSConnection(CVSClient, RepositoryLocation) - Constructor for class allensoft.javacvs.client.CVSConnection
 
CVSConnectionException - exception allensoft.javacvs.client.CVSConnectionException.
Exception that is thrown when creating a connection to a server.
CVSConnectionException(Exception) - Constructor for class allensoft.javacvs.client.CVSConnectionException
 
CVSConnectionException(String) - Constructor for class allensoft.javacvs.client.CVSConnectionException
 
CVSConnectionManager - interface allensoft.javacvs.client.CVSConnectionManager.
Creates connections to CVS servers for a given repository location.
CVSConnectionMethod - class allensoft.javacvs.client.CVSConnectionMethod.
Defines the possible types of connection methods.
CVSException - exception allensoft.javacvs.client.CVSException.
The base class for all exceptions relating to CVS problems.
CVSException(Exception) - Constructor for class allensoft.javacvs.client.CVSException
 
CVSException(String) - Constructor for class allensoft.javacvs.client.CVSException
 
CVSException(String, Exception) - Constructor for class allensoft.javacvs.client.CVSException
 
CVSFilesAction - interface allensoft.javacvs.client.ui.swing.CVSFilesAction.
Interface for all actions that perofrm a CVS request on some files.
CVSFilesFilter - class allensoft.javacvs.client.CVSFilesFilter.
A file filter which accepts files which are under CVS control.
CVSFilesFilter() - Constructor for class allensoft.javacvs.client.CVSFilesFilter
 
CVSGUIBuilder - class allensoft.javacvs.client.ui.swing.CVSGUIBuilder.
Builds GUI components from XML files.
CVSGUIBuilder() - Constructor for class allensoft.javacvs.client.ui.swing.CVSGUIBuilder
 
CVSIgnoreFile - class allensoft.javacvs.client.CVSIgnoreFile.
Defines a pattern based file filter whose patterns are taken from a file.
CVSIgnoreFileFilter - class allensoft.javacvs.client.CVSIgnoreFileFilter.
A file filter that decides if a file should be accepted based on rules for CVS ignoring files.
CVSIgnoreFileFilter() - Constructor for class allensoft.javacvs.client.CVSIgnoreFileFilter
 
CVSMessagesDocument - class allensoft.javacvs.client.ui.swing.CVSMessagesDocument.
A StyledDocument that displays messages and status of a CVSClient.
CVSMessagesDocument(CVSClient) - Constructor for class allensoft.javacvs.client.ui.swing.CVSMessagesDocument
 
CVSProtocolException - exception allensoft.javacvs.client.CVSProtocolException.
 
CVSProtocolException(Exception) - Constructor for class allensoft.javacvs.client.CVSProtocolException
 
CVSProtocolException(String) - Constructor for class allensoft.javacvs.client.CVSProtocolException
 
CVSProtocolException(String, Exception) - Constructor for class allensoft.javacvs.client.CVSProtocolException
 
CVSRequest - class allensoft.javacvs.client.CVSRequest.
The base class for all requests to a CVS server.
CVSRequest() - Constructor for class allensoft.javacvs.client.CVSRequest
 
CVSRequestBatch - class allensoft.javacvs.client.CVSRequestBatch.
Defines a sequential list of requests that should be performed.
CVSRequestBatch.RequestInstantiator - interface allensoft.javacvs.client.CVSRequestBatch.RequestInstantiator.
Instantiates request objects for use by the addRequests method.
CVSRequestBatch() - Constructor for class allensoft.javacvs.client.CVSRequestBatch
 
CVSRequestBatch(CVSRequest) - Constructor for class allensoft.javacvs.client.CVSRequestBatch
Creates a new request batch with the supplied request added to it.
CVSResponse - class allensoft.javacvs.client.CVSResponse.
The base class for all responses from the server.
CVSResponse.Message - class allensoft.javacvs.client.CVSResponse.Message.
Defines a message that was received from the server that should be displayed to the user.
CVSResponse.Message(boolean, String) - Constructor for class allensoft.javacvs.client.CVSResponse.Message
 
CVSResponse(CVSRequest) - Constructor for class allensoft.javacvs.client.CVSResponse
 
CVSResponse(CVSRequest, boolean) - Constructor for class allensoft.javacvs.client.CVSResponse
Creates a new CVSResponse.
CVSResponseException - exception allensoft.javacvs.client.CVSResponseException.
Exception that indicates an error has occurred with a response.
CVSResponseException(CVSResponse) - Constructor for class allensoft.javacvs.client.CVSResponseException
 
CVSResponseException(CVSResponse, String) - Constructor for class allensoft.javacvs.client.CVSResponseException
 
CVSResponseMessageReader - class allensoft.javacvs.client.CVSResponseMessageReader.
A Reader which can be used to read the messages that come back from the server for a response.
CVSResponseMessageReader(CVSResponse, int) - Constructor for class allensoft.javacvs.client.CVSResponseMessageReader
 
CVSResponseMessageReader(CVSResponse, int, int) - Constructor for class allensoft.javacvs.client.CVSResponseMessageReader
 
CVSResponseMessageReader(CVSResponse, int, int, int) - Constructor for class allensoft.javacvs.client.CVSResponseMessageReader
 
CVSUtilities - class allensoft.javacvs.client.CVSUtilities.
A collection of useful utility functions.

D

DatabaseBugServer - class allensoft.bug.server.DatabaseBugServer.
A bug server which inserts bug reports into a database.
DatabaseBugServer(Connection) - Constructor for class allensoft.bug.server.DatabaseBugServer
 
DateSelector - class allensoft.gui.DateSelector.
Allows the user to select a date.
DateSelector() - Constructor for class allensoft.gui.DateSelector
 
DateSelector(Date) - Constructor for class allensoft.gui.DateSelector
 
decrement() - Method in class allensoft.gui.NumericRangePopup
 
DefaultConnectionManager - class allensoft.javacvs.client.DefaultConnectionManager.
Creates connections to repository locations.
DefaultConnectionManager.ConnectionInstantiator - interface allensoft.javacvs.client.DefaultConnectionManager.ConnectionInstantiator.
Interface used by createLoginConnection method to instantiate a connection with some login details.
DefaultConnectionManager() - Constructor for class allensoft.javacvs.client.DefaultConnectionManager
Creates a new DefaultConnectionManager.
DefaultCrashHandler - class allensoft.bug.DefaultCrashHandler.
Handles crashes by displaying a CrahReportDialog to inform the user and allowing the user to submitt a bug report if a BugSubmitter has been supplied during construction.
DefaultCrashHandler() - Constructor for class allensoft.bug.DefaultCrashHandler
Creates a new DefaultCrashHandler that displays crashes and allows trhe user to save crash reports to a text file.
DefaultCrashHandler(BugSubmitter) - Constructor for class allensoft.bug.DefaultCrashHandler
Creates a new DefaultCrashHandler that displays crashes and allows the user to submit crash reports to the supplied bug submitter.
DefaultGraphicalClient - class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient.
Provides the features and implementation for the default graphical client.
DefaultGraphicalClient(CVSClient) - Constructor for class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Creates a DefaultGraphicalClient that will perfrom requests using the supplied client.
DefaultGraphicalClientAction - class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction.
The base class for actions that perform CVS opertions using a default graphical client.
DefaultGraphicalClientAction(DefaultGraphicalClient, String, String, String) - Constructor for class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
DefaultGraphicalClientAction(DefaultGraphicalClient, String, String, String, Icon, Icon, Icon) - Constructor for class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
DefaultGraphicalClientFilesAction - class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction.
The base class for actions that perform CVS requests through a CVSClient.
DefaultGraphicalClientFilesAction(DefaultGraphicalClient, String, String, String) - Constructor for class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
 
DefaultGraphicalClientFilesAction(DefaultGraphicalClient, String, String, String, Icon, Icon, Icon) - Constructor for class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
 
DefaultKeywordSubstitutionModeClassifier - class allensoft.javacvs.client.DefaultKeywordSubstitutionModeClassifier.
Classifies the keyword substitution modes for files.
DefaultKeywordSubstitutionModeClassifier() - Constructor for class allensoft.javacvs.client.DefaultKeywordSubstitutionModeClassifier
 
DefaultKeywordSubstitutionModeClassifier(Settings) - Constructor for class allensoft.javacvs.client.DefaultKeywordSubstitutionModeClassifier
 
DefaultLoginManager - class allensoft.javacvs.client.DefaultLoginManager.
Gets login details from the user by displaying a dialog.
DefaultLoginManager() - Constructor for class allensoft.javacvs.client.DefaultLoginManager
 
delayedFireTableDataChanged() - Method in class allensoft.gui.treetable.TreeTableModelAdapter
Invokes fireTableDataChanged after all the pending events have been processed.
deleteFiles(File) - Static method in class allensoft.util.FileUtilities
Deletes a file recursively.
Deletion - class allensoft.diff.Deletion.
 
DELETION - Static variable in class allensoft.diff.DiffType
 
Deletion(int, int, int, String) - Constructor for class allensoft.diff.Deletion
 
descendLinks - Variable in class allensoft.gui.treetable.FileSystemModel2
Returns true if links are to be descended.
DialogLoginManager - class allensoft.javacvs.client.ui.swing.DialogLoginManager.
Gets login details from the user by displaying a dialog.
DialogLoginManager() - Constructor for class allensoft.javacvs.client.ui.swing.DialogLoginManager
 
DIFF - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
diff(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
DiffAction - class allensoft.javacvs.client.ui.swing.DiffAction.
Action that displays differences for the selected files.
DiffAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.DiffAction
 
DiffDisplay - class allensoft.diff.DiffDisplay.
 
DiffDisplay.Style - class allensoft.diff.DiffDisplay.Style.
 
DiffDisplay.Style(Color, Color) - Constructor for class allensoft.diff.DiffDisplay.Style
 
DiffDisplay() - Constructor for class allensoft.diff.DiffDisplay
 
DiffDisplay(Font, int) - Constructor for class allensoft.diff.DiffDisplay
 
DiffDisplay(int) - Constructor for class allensoft.diff.DiffDisplay
 
Difference - class allensoft.diff.Difference.
The base class for a difference between two files.
Difference(int, int) - Constructor for class allensoft.diff.Difference
 
DiffException - exception allensoft.diff.DiffException.
 
DiffException(String) - Constructor for class allensoft.diff.DiffException
 
DiffException(String, Exception) - Constructor for class allensoft.diff.DiffException
 
DiffOptions - class allensoft.javacvs.client.DiffOptions.
Defines the options for a DiffRequest.
DiffOptions() - Constructor for class allensoft.javacvs.client.DiffOptions
 
DiffOptionsDialog - class allensoft.javacvs.client.ui.swing.DiffOptionsDialog.
Dialog used for editing diff options.
DiffOptionsDialog.Contents - class allensoft.javacvs.client.ui.swing.DiffOptionsDialog.Contents.
 
DiffOptionsDialog.Contents(DiffOptions) - Constructor for class allensoft.javacvs.client.ui.swing.DiffOptionsDialog.Contents
 
DiffOptionsDialog.Contents(DiffOptions, CVSClient, File) - Constructor for class allensoft.javacvs.client.ui.swing.DiffOptionsDialog.Contents
 
DiffOptionsDialog() - Constructor for class allensoft.javacvs.client.ui.swing.DiffOptionsDialog
 
DiffOptionsDialog(DiffOptions) - Constructor for class allensoft.javacvs.client.ui.swing.DiffOptionsDialog
 
DiffOptionsDialog(DiffOptions, CVSClient, File) - Constructor for class allensoft.javacvs.client.ui.swing.DiffOptionsDialog
 
DiffOptionsDialog(DiffOptionsDialog.Contents) - Constructor for class allensoft.javacvs.client.ui.swing.DiffOptionsDialog
 
DiffOptionsDialog(Frame, DiffOptionsDialog.Contents) - Constructor for class allensoft.javacvs.client.ui.swing.DiffOptionsDialog
 
DiffOptionsParser - class allensoft.javacvs.client.ui.command.DiffOptionsParser.
 
DiffOptionsParser() - Constructor for class allensoft.javacvs.client.ui.command.DiffOptionsParser
 
DiffParser - interface allensoft.diff.DiffParser.
Defines the interface for parsing differences.
DiffProcessor - class allensoft.diff.DiffProcessor.
Proceses differences and applies them to a Reader.
DiffProcessor(Reader, DiffParser) - Constructor for class allensoft.diff.DiffProcessor
Creates a new DiffProcessor that applies the differnces returned from diffParser to file1.
DiffRequest - class allensoft.javacvs.client.DiffRequest.
 
DiffRequest() - Constructor for class allensoft.javacvs.client.DiffRequest
 
DiffRequest(DiffOptions) - Constructor for class allensoft.javacvs.client.DiffRequest
 
DiffRequest(File) - Constructor for class allensoft.javacvs.client.DiffRequest
 
DiffRequest(File[]) - Constructor for class allensoft.javacvs.client.DiffRequest
 
DiffRequest(File[], DiffOptions) - Constructor for class allensoft.javacvs.client.DiffRequest
 
DiffRequest(File, DiffOptions) - Constructor for class allensoft.javacvs.client.DiffRequest
 
DiffResponse - class allensoft.javacvs.client.DiffResponse.
 
DiffResponse.Differences - class allensoft.javacvs.client.DiffResponse.Differences.
Defines the differences for one file.
DiffResponse(DiffRequest) - Constructor for class allensoft.javacvs.client.DiffResponse
 
DiffType - class allensoft.diff.DiffType.
 
DiffViewer - class allensoft.diff.DiffViewer.
Views differences side by side in a JSplitPane.
DiffViewer(String, String, Reader, DiffParser) - Constructor for class allensoft.diff.DiffViewer
 
DiffViewer(String, String, Reader, DiffParser, boolean) - Constructor for class allensoft.diff.DiffViewer
 
DiffViewerDialog - class allensoft.diff.DiffViewerDialog.
A dialog that can view the differences between two files side by side.
DiffViewerDialog(Frame, String, boolean, String, String, Reader, DiffParser) - Constructor for class allensoft.diff.DiffViewerDialog
 
DiffViewerDialog(Frame, String, boolean, String, String, Reader, DiffParser, boolean) - Constructor for class allensoft.diff.DiffViewerDialog
 
DIRECTORIES_ONLY - Static variable in class allensoft.io.FileFilters
 
DirectoriesFileFilter - class allensoft.util.DirectoriesFileFilter.
A file filter which will only accept files which are also accepted by another filter.
DirectoriesFileFilter(FileFilter) - Constructor for class allensoft.util.DirectoriesFileFilter
 
DIRECTORY_PROPERTY - Static variable in class allensoft.javacvs.client.ui.swing.CVSBrowser
 
DirectoryContentsTable - class allensoft.gui.DirectoryContentsTable.
 
DirectoryContentsTable.FileCellRenderer - class allensoft.gui.DirectoryContentsTable.FileCellRenderer.
CellRenderer used to display file names.
DirectoryContentsTable.FileCellRenderer() - Constructor for class allensoft.gui.DirectoryContentsTable.FileCellRenderer
 
DirectoryContentsTable.FileComparator - class allensoft.gui.DirectoryContentsTable.FileComparator.
A comparator that organizes directories first and then files in alphabetical order.
DirectoryContentsTable.FileComparator() - Constructor for class allensoft.gui.DirectoryContentsTable.FileComparator
 
DirectoryContentsTable() - Constructor for class allensoft.gui.DirectoryContentsTable
 
DirectoryContentsTable(File) - Constructor for class allensoft.gui.DirectoryContentsTable
 
DirectoryContentsTable(File, FileFilter) - Constructor for class allensoft.gui.DirectoryContentsTable
 
DirectoryContentsTable(File, FileFilter, Comparator) - Constructor for class allensoft.gui.DirectoryContentsTable
 
DirectoryContentsTableModel - class allensoft.gui.DirectoryContentsTableModel.
A table model that defines the contents of a directory.
DirectoryContentsTableModel() - Constructor for class allensoft.gui.DirectoryContentsTableModel
 
DirectoryContentsTableModel(File) - Constructor for class allensoft.gui.DirectoryContentsTableModel
 
DirectoryContentsTableModel(File, FileFilter) - Constructor for class allensoft.gui.DirectoryContentsTableModel
 
DirectoryEntry - class allensoft.javacvs.client.DirectoryEntry.
Represents an entry with the "Entries" file for a directory.
disable(Component) - Static method in class allensoft.util.AWTUtilities
Disables all components recursively.
disableAllActions() - Method in class allensoft.javacvs.client.ui.swing.CVSActionPool
 
dispatchEvent(AWTEvent) - Method in class allensoft.bug.CrashReportingEventQueue
 
DISPLAY_MODE_PROPERTY - Static variable in class allensoft.gui.EnhancedToolBar
 
displayAddHelp() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
displayCheckoutHelp() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
displayCommitHelp() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
displayDiffHelp() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
displayError(Frame, Object) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
 
displayError(Object) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
displayErrorText(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Displays error messages.
displayExportHelp() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
displayGlobalOptionsHelp() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Displays help for global options.
displayImportDirectoryHelp() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
displayInformation(Frame, Object) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
 
displayInformation(Object) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
displayKeywordSubstitutionModesHelp() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
displayParseException(ParseException) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
displayPopup() - Method in class allensoft.gui.NumericRangePopup
 
displayRemoveHelp() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
displayStatus(String) - Method in class allensoft.javacvs.client.CVSConnection
Displays any status messages during creation of the connection.
displayTagHelp() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
displayText(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Displays normal messages.
displayUpdateHelp() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
displayUsageHelp() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
dispose() - Method in class allensoft.gui.TornOffMenu
 
dispose() - Method in class allensoft.gui.TornOffMenu.MenuItem
 
dispose() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
dispose() - Method in class allensoft.javacvs.client.ui.swing.AbortAction
 
dispose() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
 
dispose() - Method in class allensoft.javacvs.client.ui.swing.CVSBrowserWindow
 
dispose() - Method in class allensoft.javacvs.client.ui.swing.CVSMessagesDocument
 
dispose() - Method in class allensoft.javacvs.client.DefaultKeywordSubstitutionModeClassifier
Disposes of this object.
dispose() - Method in class allensoft.javacvs.client.SettingBasedFileFilter
 

E

EditRepositoriesAction - class allensoft.javacvs.client.ui.swing.EditRepositoriesAction.
Action which edits the repository details.
EditRepositoriesAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.EditRepositoriesAction
 
EditRepositoriesDialog - class allensoft.javacvs.client.ui.swing.EditRepositoriesDialog.
Dialog used for editing details of repositories.
EditRepositoriesDialog.Contents - class allensoft.javacvs.client.ui.swing.EditRepositoriesDialog.Contents.
 
EditRepositoriesDialog.Contents(Frame) - Constructor for class allensoft.javacvs.client.ui.swing.EditRepositoriesDialog.Contents
 
EditRepositoriesDialog(Frame) - Constructor for class allensoft.javacvs.client.ui.swing.EditRepositoriesDialog
 
EditRepositoriesDialog(Frame, EditRepositoriesDialog.Contents) - Constructor for class allensoft.javacvs.client.ui.swing.EditRepositoriesDialog
 
editRepository() - Method in class allensoft.javacvs.client.ui.swing.EditRepositoriesDialog.Contents
 
EMailBugSubmitter - class allensoft.bug.EMailBugSubmitter.
Submits a bug report by email.
EMailBugSubmitter.EMailBugReportWizard - class allensoft.bug.EMailBugSubmitter.EMailBugReportWizard.
 
EMailBugSubmitter.EMailBugReportWizard(EMailBugSubmitter, BugReport) - Constructor for class allensoft.bug.EMailBugSubmitter.EMailBugReportWizard
 
EMailBugSubmitter(Address) - Constructor for class allensoft.bug.EMailBugSubmitter
 
EMailBugSubmitter(Address[]) - Constructor for class allensoft.bug.EMailBugSubmitter
 
EMailBugSubmitter(Session, Address) - Constructor for class allensoft.bug.EMailBugSubmitter
 
EMailBugSubmitter(Session, Address[]) - Constructor for class allensoft.bug.EMailBugSubmitter
 
EMailBugSubmitter(Session, String) - Constructor for class allensoft.bug.EMailBugSubmitter
 
EMailBugSubmitter(String) - Constructor for class allensoft.bug.EMailBugSubmitter
 
EMPTY_CHILDREN - Static variable in class allensoft.gui.treetable.FileSystemModel2
 
enable(Component) - Static method in class allensoft.util.AWTUtilities
Enables all components recursively.
endOfResponse() - Method in class allensoft.javacvs.client.CVSResponse
 
endOfResponse() - Method in class allensoft.javacvs.client.DiffResponse
 
endOfResponse() - Method in class allensoft.javacvs.client.LogResponse
Overridden to create objects represeting text from messages.
EnhancedToolBar - class allensoft.gui.EnhancedToolBar.
A toolbar that is enhanced to display either icons, text or icons and text and also different sized icons.
EnhancedToolBar.Button - class allensoft.gui.EnhancedToolBar.Button.
A button that supports the enhanced features on an EnahncedToolBar.
EnhancedToolBar.Button(Action) - Constructor for class allensoft.gui.EnhancedToolBar.Button
 
EnhancedToolBar.Button(Action, int, int) - Constructor for class allensoft.gui.EnhancedToolBar.Button
 
EnhancedToolBar.Button(String, Icon, Icon, Icon, int, int) - Constructor for class allensoft.gui.EnhancedToolBar.Button
 
EnhancedToolBar() - Constructor for class allensoft.gui.EnhancedToolBar
 
EnhancedToolBar(int) - Constructor for class allensoft.gui.EnhancedToolBar
 
EnhancedToolBar(String) - Constructor for class allensoft.gui.EnhancedToolBar
 
EnhancedToolBar(String, int) - Constructor for class allensoft.gui.EnhancedToolBar
 
enterBatchMode() - Method in class allensoft.javacvs.client.CVSClient
Puts this client in batch mode.
enteredBatchMode(CVSClientEvent) - Method in class allensoft.javacvs.client.event.CVSClientAdapter
Fired when the client starts batch mode processing.
enteredBatchMode(CVSClientEvent) - Method in interface allensoft.javacvs.client.event.CVSClientListener
Fired when the client starts batch mode processing.
Entry - class allensoft.javacvs.client.Entry.
Defines a single entry in the Entries file.
ENTRY_COLUMN - Static variable in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
Entry(WorkingDirectory) - Constructor for class allensoft.javacvs.client.Entry
 
entryAdded(WorkingDirectoryEntryEvent) - Method in interface allensoft.javacvs.client.event.WorkingDirectoryListener
Fired when a new entry is added to the wroking directory.
EntryDoesNotExistException - exception allensoft.javacvs.client.EntryDoesNotExistException.
 
EntryDoesNotExistException(File) - Constructor for class allensoft.javacvs.client.EntryDoesNotExistException
 
entryRemoved(WorkingDirectoryEntryEvent) - Method in interface allensoft.javacvs.client.event.WorkingDirectoryListener
Fired when an entry is removed.
equals(Object) - Method in class allensoft.gui.FileSystemTreeModel.DefaultFileNode
 
equals(Object) - Method in class allensoft.io.UnixFilePermissions
 
equals(Object) - Method in class allensoft.javacvs.client.FileEntry
 
equals(Object) - Method in class allensoft.javacvs.client.RepositoryLocation
 
EscapeDialog - class allensoft.gui.EscapeDialog.
A dialog that closes itself whenever the Esc key is pressed.
EscapeDialog() - Constructor for class allensoft.gui.EscapeDialog
 
EscapeDialog(Dialog) - Constructor for class allensoft.gui.EscapeDialog
 
EscapeDialog(Dialog, boolean) - Constructor for class allensoft.gui.EscapeDialog
 
EscapeDialog(Dialog, String) - Constructor for class allensoft.gui.EscapeDialog
 
EscapeDialog(Dialog, String, boolean) - Constructor for class allensoft.gui.EscapeDialog
 
EscapeDialog(Frame) - Constructor for class allensoft.gui.EscapeDialog
 
EscapeDialog(Frame, boolean) - Constructor for class allensoft.gui.EscapeDialog
 
EscapeDialog(Frame, String) - Constructor for class allensoft.gui.EscapeDialog
 
EscapeDialog(Frame, String, boolean) - Constructor for class allensoft.gui.EscapeDialog
 
escapePressed() - Method in class allensoft.gui.EscapeDialog
 
escapePressed() - Method in class allensoft.gui.OkCancelDialog
 
EXISTS - Static variable in class allensoft.io.FileFilters
 
ExistsFileFilter - class allensoft.io.ExistsFileFilter.
A file filter which will only accept files that exist which are also accepted by another filter.
ExistsFileFilter(FileFilter) - Constructor for class allensoft.io.ExistsFileFilter
 
exitBatchMode() - Method in class allensoft.javacvs.client.CVSClient
Exits batch mode.
exitedBatchMode(CVSClientEvent) - Method in class allensoft.javacvs.client.event.CVSClientAdapter
Fired when the client exits batch mode processing.
exitedBatchMode(CVSClientEvent) - Method in interface allensoft.javacvs.client.event.CVSClientListener
Fired when the client exits batch mode processing.
ExpandableButton - class allensoft.gui.ExpandableButton.
A button that has no maximum width.
ExpandableButton(String) - Constructor for class allensoft.gui.ExpandableButton
 
ExpandableButton(String, Icon) - Constructor for class allensoft.gui.ExpandableButton
 
ExpandablePasswordField - class allensoft.gui.ExpandablePasswordField.
A text filed that has no maximum width.
ExpandablePasswordField() - Constructor for class allensoft.gui.ExpandablePasswordField
 
ExpandablePasswordField(Document, String, int) - Constructor for class allensoft.gui.ExpandablePasswordField
 
ExpandablePasswordField(int) - Constructor for class allensoft.gui.ExpandablePasswordField
 
ExpandablePasswordField(String) - Constructor for class allensoft.gui.ExpandablePasswordField
 
ExpandablePasswordField(String, int) - Constructor for class allensoft.gui.ExpandablePasswordField
 
ExpandableTextField - class allensoft.gui.ExpandableTextField.
A text filed that has no maximum width.
ExpandableTextField() - Constructor for class allensoft.gui.ExpandableTextField
 
ExpandableTextField(Document, String, int) - Constructor for class allensoft.gui.ExpandableTextField
 
ExpandableTextField(int) - Constructor for class allensoft.gui.ExpandableTextField
 
ExpandableTextField(String) - Constructor for class allensoft.gui.ExpandableTextField
 
ExpandableTextField(String, int) - Constructor for class allensoft.gui.ExpandableTextField
 
expandModules(String[]) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
ExpandModulesRequest - class allensoft.javacvs.client.ExpandModulesRequest.
 
ExpandModulesRequest(RepositoryLocation, File, String[]) - Constructor for class allensoft.javacvs.client.ExpandModulesRequest
 
ExpandModulesResponse - class allensoft.javacvs.client.ExpandModulesResponse.
 
ExpandModulesResponse(CVSRequest) - Constructor for class allensoft.javacvs.client.ExpandModulesResponse
 
expandTabs(String, int) - Static method in class allensoft.util.StringUtilities
Expands the the suplied string and returns a new string where tabs have been expanded to spaces.
EXPORT - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
export(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
ExportOptions - class allensoft.javacvs.client.ExportOptions.
Defines the options for a export request.
ExportOptions() - Constructor for class allensoft.javacvs.client.ExportOptions
 
ExportOptions(Date) - Constructor for class allensoft.javacvs.client.ExportOptions
 
ExportOptions(String) - Constructor for class allensoft.javacvs.client.ExportOptions
 
ExportOptionsParser - class allensoft.javacvs.client.ui.command.ExportOptionsParser.
 
ExportOptionsParser() - Constructor for class allensoft.javacvs.client.ui.command.ExportOptionsParser
 
ExportRequest - class allensoft.javacvs.client.ExportRequest.
 
ExportRequest(RepositoryLocation, File, String, Date) - Constructor for class allensoft.javacvs.client.ExportRequest
 
ExportRequest(RepositoryLocation, File, String, ExportOptions) - Constructor for class allensoft.javacvs.client.ExportRequest
 
ExportRequest(RepositoryLocation, File, String, String) - Constructor for class allensoft.javacvs.client.ExportRequest
 
EXT - Static variable in class allensoft.javacvs.client.CVSConnectionMethod
 
ExtendedDiffOptions - class allensoft.javacvs.client.ui.command.ExtendedDiffOptions.
 
ExtendedDiffOptions() - Constructor for class allensoft.javacvs.client.ui.command.ExtendedDiffOptions
 
EXTERNAL_COMMAND - Static variable in class allensoft.javacvs.client.RepositoryDetails.ExtConnectionType
 
EXTERNAL_RSH - Static variable in class allensoft.javacvs.client.RepositoryDetails.ExtConnectionType
 
EXTERNAL_SSH - Static variable in class allensoft.javacvs.client.RepositoryDetails.ExtConnectionType
 
ExternalProcessServerConnection - class allensoft.javacvs.client.ExternalProcessServerConnection.
Defines a server connection to the local machine.
ExternalProcessServerConnection(CVSClient, RepositoryLocation, String) - Constructor for class allensoft.javacvs.client.ExternalProcessServerConnection
Creates a local server connection by running the supplied command.

F

FILE_COLUMN - Static variable in class allensoft.gui.DirectoryContentsTableModel
 
FileEntry - class allensoft.javacvs.client.FileEntry.
Represents an entry in the "CVS/Entries" file for a file.
FileEntry.Status - class allensoft.javacvs.client.FileEntry.Status.
Defines the status of a FileEntry.
FileEntryFilter - class allensoft.javacvs.client.FileEntryFilter.
This interface is used with the getEntries method to filter out entries one is interested in.
FileEntryFilter() - Constructor for class allensoft.javacvs.client.FileEntryFilter
 
FileFilters - class allensoft.io.FileFilters.
A colleaction of useful file filters.
FileFilters() - Constructor for class allensoft.io.FileFilters
 
FILES_ONLY - Static variable in class allensoft.io.FileFilters
 
FilesFileFilter - class allensoft.io.FilesFileFilter.
A file filter which will only accept files which are also accepted by another filter.
FilesFileFilter(FileFilter) - Constructor for class allensoft.io.FilesFileFilter
 
FileSystemModel2 - class allensoft.gui.treetable.FileSystemModel2.
FileSystemModel2 is a TreeTableModel representing a hierarchical file system.
FileSystemModel2() - Constructor for class allensoft.gui.treetable.FileSystemModel2
Creates a FileSystemModel2 rooted at File.separator, which is usually the root of the file system.
FileSystemModel2(String) - Constructor for class allensoft.gui.treetable.FileSystemModel2
Creates a FileSystemModel2 with the root being rootPath.
FileSystemTree - class allensoft.gui.FileSystemTree.
 
FileSystemTree.FileCellRenderer - class allensoft.gui.FileSystemTree.FileCellRenderer.
 
FileSystemTree.FileCellRenderer() - Constructor for class allensoft.gui.FileSystemTree.FileCellRenderer
 
FileSystemTree() - Constructor for class allensoft.gui.FileSystemTree
 
FileSystemTree(FileSystemTreeModel) - Constructor for class allensoft.gui.FileSystemTree
 
FileSystemTreeModel - class allensoft.gui.FileSystemTreeModel.
 
FileSystemTreeModel.DefaultComparator - class allensoft.gui.FileSystemTreeModel.DefaultComparator.
 
FileSystemTreeModel.DefaultComparator() - Constructor for class allensoft.gui.FileSystemTreeModel.DefaultComparator
 
FileSystemTreeModel.DefaultFileNode - class allensoft.gui.FileSystemTreeModel.DefaultFileNode.
The default file node.
FileSystemTreeModel.DefaultFileNode(File, FileSystemTreeModel.FileNode) - Constructor for class allensoft.gui.FileSystemTreeModel.DefaultFileNode
 
FileSystemTreeModel.DefaultFileNode(File, FileSystemTreeModel.FileNode, String) - Constructor for class allensoft.gui.FileSystemTreeModel.DefaultFileNode
 
FileSystemTreeModel.DefaultRootFileNode - class allensoft.gui.FileSystemTreeModel.DefaultRootFileNode.
The default root node.
FileSystemTreeModel.DefaultRootFileNode() - Constructor for class allensoft.gui.FileSystemTreeModel.DefaultRootFileNode
 
FileSystemTreeModel.DefaultRootFileNode(FileSystemTreeModel.FileNode) - Constructor for class allensoft.gui.FileSystemTreeModel.DefaultRootFileNode
 
FileSystemTreeModel.DefaultRootFileNode(FileSystemTreeModel.FileNode, String) - Constructor for class allensoft.gui.FileSystemTreeModel.DefaultRootFileNode
 
FileSystemTreeModel.FileNode - class allensoft.gui.FileSystemTreeModel.FileNode.
 
FileSystemTreeModel.FileNode(File, FileSystemTreeModel.FileNode) - Constructor for class allensoft.gui.FileSystemTreeModel.FileNode
 
FileSystemTreeModel.FileNode(File, FileSystemTreeModel.FileNode, String) - Constructor for class allensoft.gui.FileSystemTreeModel.FileNode
 
FileSystemTreeModel.GroupFileNode - class allensoft.gui.FileSystemTreeModel.GroupFileNode.
A file node that allows a group of files to be listed in it.
FileSystemTreeModel.GroupFileNode(FileSystemTreeModel.FileNode, String) - Constructor for class allensoft.gui.FileSystemTreeModel.GroupFileNode
 
FileSystemTreeModel.LocalFileSystemFileNode - class allensoft.gui.FileSystemTreeModel.LocalFileSystemFileNode.
A file node that represents the roots of the file system.
FileSystemTreeModel.LocalFileSystemFileNode(FileSystemTreeModel.FileNode, String) - Constructor for class allensoft.gui.FileSystemTreeModel.LocalFileSystemFileNode
 
FileSystemTreeModel() - Constructor for class allensoft.gui.FileSystemTreeModel
 
FileSystemTreeModel(File) - Constructor for class allensoft.gui.FileSystemTreeModel
 
FileSystemTreeModel(File, FileFilter) - Constructor for class allensoft.gui.FileSystemTreeModel
 
FileSystemTreeModel(File, FileFilter, Comparator) - Constructor for class allensoft.gui.FileSystemTreeModel
 
FileSystemTreeModel(FileFilter) - Constructor for class allensoft.gui.FileSystemTreeModel
 
FileSystemTreeModel(FileFilter, Comparator) - Constructor for class allensoft.gui.FileSystemTreeModel
 
FileSystemTreeModel(FileSystemTreeModel.FileNode) - Constructor for class allensoft.gui.FileSystemTreeModel
 
FileSystemTreeModel(FileSystemTreeModel.FileNode, FileFilter) - Constructor for class allensoft.gui.FileSystemTreeModel
 
FileSystemTreeModel(FileSystemTreeModel.FileNode, FileFilter, Comparator) - Constructor for class allensoft.gui.FileSystemTreeModel
 
FileUtilities - class allensoft.util.FileUtilities.
 
FileUtilities() - Constructor for class allensoft.util.FileUtilities
 
finalize() - Method in class allensoft.bug.server.DatabaseBugServer
 
finalize() - Method in class allensoft.javacvs.client.ExternalProcessServerConnection
 
finalize() - Method in class allensoft.javacvs.client.PServerConnection
 
finish() - Method in class allensoft.gui.Wizard
Finishes this wizard.
finishedRequests(CVSClientEvent) - Method in class allensoft.javacvs.client.event.CVSClientAdapter
Fired when the client has finished performing some requests or just a single request.
finishedRequests(CVSClientEvent) - Method in interface allensoft.javacvs.client.event.CVSClientListener
Fired when the client has finished performing some requests or just a single request.
fireActionPerformed(ActionEvent) - Method in class allensoft.gui.TearOffMenuItem
 
fireActionPerformed(ActionEvent) - Method in class allensoft.gui.TornOffMenu.MenuItem
 
fireEditingCanceled() - Method in class allensoft.gui.treetable.AbstractCellEditor
 
fireEditingStopped() - Method in class allensoft.gui.treetable.AbstractCellEditor
 
fireEnteredBatchMode() - Method in class allensoft.javacvs.client.CVSClient
 
fireEntryAdded(Entry) - Method in class allensoft.javacvs.client.WorkingDirectory
 
fireEntryRemoved(Entry) - Method in class allensoft.javacvs.client.WorkingDirectory
 
fireExitedBatchMode() - Method in class allensoft.javacvs.client.CVSClient
 
fireFinishedRequests() - Method in class allensoft.javacvs.client.CVSClient
 
fireInterprettingCommand(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
fireOpenedConnection() - Method in class allensoft.javacvs.client.CVSClient
 
firePropertyChange(PropertyChangeEvent) - Method in class allensoft.javacvs.client.Entry
 
firePropertyChange(String, boolean, boolean) - Method in class allensoft.javacvs.client.Entry
 
firePropertyChange(String, int, int) - Method in class allensoft.javacvs.client.Entry
 
firePropertyChange(String, Object, Object) - Method in class allensoft.javacvs.client.Entry
 
fireReceivedResponse(CVSResponse) - Method in class allensoft.javacvs.client.CVSClient
 
fireReceivedText(String) - Method in class allensoft.javacvs.client.CVSClient
 
fireReloadedEntries() - Method in class allensoft.javacvs.client.WorkingDirectory
 
fireSentText(String) - Method in class allensoft.javacvs.client.CVSClient
 
fireStartingRequests() - Method in class allensoft.javacvs.client.CVSClient
 
fireStatusUpdate(String) - Method in class allensoft.javacvs.client.CVSRequest
 
fireStatusUpdate(String) - Method in class allensoft.javacvs.client.CVSClient
 
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class allensoft.gui.treetable.AbstractTreeTableModel
 
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class allensoft.gui.treetable.AbstractTreeTableModel
 
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class allensoft.gui.FileSystemTreeModel
 
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class allensoft.gui.treetable.AbstractTreeTableModel
 
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class allensoft.gui.FileSystemTreeModel
 
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class allensoft.gui.treetable.AbstractTreeTableModel
 
flush() - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Flushes the output stream to the server.
FormLayout - class allensoft.gui.FormLayout.
A powerful layout manager that lays out componentents in a form fashion.
FormLayout() - Constructor for class allensoft.gui.FormLayout
Creates a new FlowLayout with spacings of 5 and labels left aligned and centred vertically and fields left aligned and centred vertically.
FormLayout(int, int) - Constructor for class allensoft.gui.FormLayout
Creates a new FormLayout with labels left aligned and centred vertically and fields left aligned and centred vertically.
FormLayout(int, int, float, float, float, float) - Constructor for class allensoft.gui.FormLayout
Creates a new FormLayout.
FormPanel - class allensoft.gui.FormPanel.
A panel that uses FormLayout as its layout manager.
FormPanel() - Constructor for class allensoft.gui.FormPanel
 
FormPanel(int, int) - Constructor for class allensoft.gui.FormPanel
 
FormPanel(int, int, float, float, float, float) - Constructor for class allensoft.gui.FormPanel
 
frame - Variable in class allensoft.gui.treetable.TreeTableExample2
Frame containing everything.

G

generateStackTraceString(Exception) - Static method in class allensoft.util.NestingException
 
get(int) - Static method in class allensoft.javacvs.client.RepositoryDetails
 
get(RepositoryLocation) - Static method in class allensoft.javacvs.client.RepositoryDetails
 
get(String) - Static method in class allensoft.javacvs.client.RepositoryDetails
 
get(String) - Static method in class allensoft.javacvs.client.RepositoryDetails.ExtConnectionType
Gets the ExtConnectionType that has the specified name or null if one does not exist.
getAbsoluteRepositoryPath() - Method in class allensoft.javacvs.client.Entry
 
getAbsoluteRepositoryPath() - Method in class allensoft.javacvs.client.WorkingDirectory
Gets the absolute repossitory path for this working directory in the repository on the server.
getAcceptAllFiles() - Method in class allensoft.javacvs.client.CVSIgnoreFileFilter
 
getAction() - Method in class allensoft.gui.MenuEditorDialog.MenuItemDetails
 
getAction(int) - Method in interface allensoft.gui.ActionList
 
getAction(int) - Method in class allensoft.javacvs.client.ui.swing.CVSActionPool
 
getActionCount() - Method in interface allensoft.gui.ActionList
 
getActionCount() - Method in class allensoft.javacvs.client.ui.swing.CVSActionPool
 
getActionEvent() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
Gets the ActionEvent that caused this action to run.
getActionPool() - Method in class allensoft.javacvs.client.ui.swing.CVSBrowser
 
getActionPool() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
getActionWithID(String) - Method in interface allensoft.gui.ActionPool
 
getActionWithID(String) - Method in class allensoft.javacvs.client.ui.swing.CVSActionPool
 
getAlias(int) - Method in class allensoft.util.OptionsParser.OptionDefinition
 
getAlignment() - Method in class allensoft.gui.StripPanel
 
getAlignment() - Method in class allensoft.gui.FormLayout
 
getAlignment() - Method in class allensoft.gui.FormPanel
 
getAlignment() - Method in class allensoft.gui.StripLayout
 
getAll() - Static method in class allensoft.javacvs.client.RepositoryDetails.ExtConnectionType
Gets an array of all possible external connection types.
getAllowSingleCharFlagsToBeGroupedTogether() - Method in class allensoft.util.OptionsParser
 
getApplicationName() - Method in class allensoft.bug.BugReport
Gets the name of the application that this bug report is for.
getApplicationVersion() - Method in class allensoft.bug.BugReport
Gets the version of the application that this bug report is for.
getArgs() - Method in class allensoft.util.OptionsParser.Option
 
getAuthor() - Method in class allensoft.javacvs.client.LogResponse.RevisionDetails
 
getBackground() - Method in class allensoft.diff.DiffDisplay.Style
 
getBatch() - Method in class allensoft.javacvs.client.CVSClient
Gets the request batch that will be sent when sendBatch is called.
getBestIcon(int) - Method in class allensoft.gui.EnhancedToolBar.Button
Gets the best icon (closest match) for the specified size.
getBooleanSetting(String, boolean) - Method in class allensoft.javacvs.client.Settings
 
getBranchOrTrunk() - Method in class allensoft.javacvs.client.CommitOptions
 
getBrowser() - Method in class allensoft.javacvs.client.ui.swing.CVSBrowserWindow
 
getBugReport() - Method in class allensoft.bug.BugReportWizard
 
getBugSubmitter() - Method in class allensoft.bug.DefaultCrashHandler
Gets the bug submitter used to submit crash reports.
getBundle() - Static method in class allensoft.javacvs.client.ResourceLoader
 
getCancelText(String) - Method in class allensoft.gui.Wizard
Gets the text displayed in the cancel button.
getCellEditorValue() - Method in class allensoft.gui.treetable.AbstractCellEditor
 
getCheckinProgram() - Method in class allensoft.javacvs.client.WorkingDirectory
 
getChild(int) - Method in class allensoft.gui.FileSystemTreeModel.FileNode
 
getChild(int) - Method in class allensoft.gui.FileSystemTreeModel.DefaultFileNode
 
getChild(int) - Method in class allensoft.gui.FileSystemTreeModel.GroupFileNode
 
getChild(Object, int) - Method in class allensoft.gui.treetable.FileSystemModel2
Returns the child of node at index i.
getChild(Object, int) - Method in class allensoft.gui.FileSystemTreeModel
Returns the child of parent at index index in the parent's child array.
getChildCount() - Method in class allensoft.gui.FileSystemTreeModel.FileNode
 
getChildCount() - Method in class allensoft.gui.FileSystemTreeModel.DefaultFileNode
 
getChildCount() - Method in class allensoft.gui.FileSystemTreeModel.GroupFileNode
 
getChildCount(Object) - Method in class allensoft.gui.treetable.FileSystemModel2
Returns the number of children of node.
getChildCount(Object) - Method in class allensoft.gui.FileSystemTreeModel
Returns the number of children of parent.
getChildren(Object) - Method in class allensoft.gui.treetable.FileSystemModel2
 
getClassPath() - Method in class allensoft.bug.BugReport
Gets the classpath that was being used when this bug occurred.
getClearStickyTags() - Method in class allensoft.javacvs.client.CheckoutOptions
 
getClient() - Method in class allensoft.javacvs.client.event.CVSClientEvent
 
getClient() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
Gets the client that this action will run on.
getClient() - Method in class allensoft.javacvs.client.ui.swing.CVSBrowser
 
getClient() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClient
Gets the client that requests will be used by this graphical client.
getClient() - Method in class allensoft.javacvs.client.ui.swing.DiffOptionsDialog.Contents
 
getClient() - Method in interface allensoft.javacvs.client.ui.swing.GraphicalClient
Gets the client that this graphical client provides the front end to and which actions will operate on.
getClient() - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Gets the client object that is used to communicate with the server.
getClient() - Method in class allensoft.javacvs.client.Options
 
getClient() - Method in class allensoft.javacvs.client.CVSRequest
Gets the client that this request is running on.
getClient() - Method in class allensoft.javacvs.client.CVSConnection
 
getClient() - Method in class allensoft.javacvs.client.CVSResponse
 
getColumnClass(int) - Method in class allensoft.gui.treetable.AbstractTreeTableModel
 
getColumnClass(int) - Method in class allensoft.gui.treetable.FileSystemModel2
Returns the class for the particular column.
getColumnClass(int) - Method in interface allensoft.gui.treetable.TreeTableModel
Returns the type for column number column.
getColumnClass(int) - Method in class allensoft.gui.treetable.TreeTableModelAdapter
 
getColumnClass(int) - Method in class allensoft.gui.SortedTableModel
Returns the most specific superclass for all the cell values in the m_nColumn.
getColumnClass(int) - Method in class allensoft.gui.DirectoryContentsTableModel
 
getColumnClass(int) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
getColumnCount() - Method in class allensoft.gui.treetable.FileSystemModel2
Returns the number of columns.
getColumnCount() - Method in interface allensoft.gui.treetable.TreeTableModel
Returns the number ofs availible column.
getColumnCount() - Method in class allensoft.gui.treetable.TreeTableModelAdapter
 
getColumnCount() - Method in class allensoft.gui.SortedTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class allensoft.gui.DirectoryContentsTableModel
 
getColumnCount() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
getColumnName(int) - Method in class allensoft.gui.treetable.FileSystemModel2
Returns the name for a particular column.
getColumnName(int) - Method in interface allensoft.gui.treetable.TreeTableModel
Returns the name for column number column.
getColumnName(int) - Method in class allensoft.gui.treetable.TreeTableModelAdapter
 
getColumnName(int) - Method in class allensoft.gui.SortedTableModel
Returns the name of the m_nColumn at columnIndex.
getColumnName(int) - Method in class allensoft.gui.DirectoryContentsTableModel
 
getColumnName(int) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
getCommand() - Method in class allensoft.javacvs.client.ui.command.event.InterprettingCommandEvent
 
getCommandInterpretter() - Method in class allensoft.javacvs.client.ui.command.event.CommandInterpretterEvent
 
getCommonParent(File, File) - Static method in class allensoft.util.FileUtilities
 
getComparator() - Method in class allensoft.gui.DirectoryContentsTable
 
getComparator() - Method in class allensoft.gui.SortedTableModel
 
getComparator() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
getConfigurationFile(String) - Static method in class allensoft.javacvs.client.ui.swing.CVSGUIBuilder
 
getConnectionManager() - Method in class allensoft.javacvs.client.CVSClient
Gets the connection manager this client uses to create connections to a server.
getConnectionMethod() - Method in class allensoft.javacvs.client.RepositoryLocation
Gets the connection method for this location.
getContents() - Method in class allensoft.gui.OkCancelDialog
Gets the contents of this dialog.
getCount() - Static method in class allensoft.javacvs.client.RepositoryDetails
 
getCrashHandler() - Static method in class allensoft.bug.CrashHandler
Gets the global crash handler for this application.
getCreateEmptyDirectories() - Method in class allensoft.javacvs.client.CheckoutOptions
 
getCreateEmptyDirectories() - Method in class allensoft.javacvs.client.ExportOptions
 
getCurrentDirectory() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Gets the current directory that commands are interpretted in.
getCurrentDirectory() - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Gets the current directory for this communications object.
getCurrentDirectory() - Method in class allensoft.javacvs.client.Options
 
getCurrentDirectory() - Method in class allensoft.javacvs.client.CVSRequest
Gets the directory that all file paths are specified relative to when executing this request.
getCurrentDirectory() - Method in class allensoft.javacvs.client.MultiFileCVSRequest
 
getCurrentDirectory() - Method in class allensoft.javacvs.client.CVSResponse
 
getCurrentDirectory() - Method in class allensoft.javacvs.client.CheckoutRequest
 
getCurrentDirectory() - Method in class allensoft.javacvs.client.ExpandModulesRequest
 
getCurrentDirectory() - Method in class allensoft.javacvs.client.ExportRequest
 
getCurrentDirectory() - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsRequest
 
getCurrentDirectory() - Method in class allensoft.javacvs.client.ImportRequest
 
getCurrentDirectory() - Method in class allensoft.javacvs.client.SingleFileCVSRequest
 
getCurrentDirectory() - Method in class allensoft.javacvs.client.ValidRequestsRequest
 
getCurrentPage() - Method in class allensoft.gui.Wizard
Gets the currently displayed page in this wizard.
getCurrentPageIndex() - Method in class allensoft.gui.Wizard
Gets the index of the currently displayed page in this wizard.
getCurrentRequest() - Method in class allensoft.javacvs.client.CVSClient
 
getCVSFile(String) - Method in class allensoft.javacvs.client.WorkingDirectory
 
getCVSIgnoreFile(File) - Static method in class allensoft.javacvs.client.CVSIgnoreFile
 
getDate() - Method in class allensoft.gui.DateSelector
 
getDate() - Method in class allensoft.javacvs.client.ui.swing.RevisionTagOrDateSelector
 
getDate() - Method in class allensoft.javacvs.client.ExportOptions
Gets the date that the checkout out will not retrieve later revisions of files than.
getDate() - Method in class allensoft.javacvs.client.LogResponse.RevisionDetails
 
getDate1() - Method in class allensoft.javacvs.client.DiffOptions
 
getDate2() - Method in class allensoft.javacvs.client.DiffOptions
 
getDefaultKeywordSubstitutionModeForTextFiles() - Method in class allensoft.javacvs.client.DefaultKeywordSubstitutionModeClassifier
 
getDefaultSettings() - Static method in class allensoft.javacvs.client.Settings
Gets the default settings object.
getDefaultSettingsFile() - Static method in class allensoft.javacvs.client.Settings
 
getDeletedText() - Method in class allensoft.diff.Deletion
 
getDeleteLocalFiles() - Method in class allensoft.javacvs.client.RemoveOptions
 
getDescendsLinks() - Method in class allensoft.gui.treetable.FileSystemModel2
Returns true if links are to be automatically descended.
getDescription() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
getDescription() - Method in class allensoft.javacvs.client.CVSRequest
 
getDescription() - Method in class allensoft.javacvs.client.RepositoryDetails.ExtConnectionType
Gets a locale dependant description for this connection type.
getDetails() - Method in class allensoft.bug.BugReport
Gets the details of this bug report or null if this was not supllied.
getDifferences(int) - Method in class allensoft.javacvs.client.DiffResponse
 
getDifferencesCount() - Method in class allensoft.javacvs.client.DiffResponse
 
getDiffParser() - Method in class allensoft.javacvs.client.DiffResponse.Differences
Gets a DiffParser that parses the differences for this file.
getDiffViewer() - Method in class allensoft.diff.DiffViewerDialog
 
getDirectory() - Method in class allensoft.gui.DirectoryContentsTable
 
getDirectory() - Method in class allensoft.gui.DirectoryContentsTableModel
 
getDirectory() - Method in class allensoft.javacvs.client.ui.swing.CVSBrowser
 
getDirectory() - Method in class allensoft.javacvs.client.WorkingDirectory
Gets the directory this working directory represents.
getDirectoryEntries() - Method in class allensoft.javacvs.client.WorkingDirectory
Gets all the directory entries in this working directory.
getDirectoryEntry(File) - Static method in class allensoft.javacvs.client.DirectoryEntry
 
getDisplayCommandHelp() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
getDisplayedComponent() - Method in class allensoft.gui.OkCancelDialog.JPanelContents
 
getDisplayedComponent() - Method in interface allensoft.gui.OkCancelDialog.Contents
Gets the component that should be displayed in the dialog.
getDisplayFont() - Method in class allensoft.diff.DiffDisplay
Gets the font used to display the text.
getDisplayFont() - Method in class allensoft.diff.DiffViewer
Gets the font used to display the differences.
getDisplayGUI() - Method in class allensoft.javacvs.client.ui.command.ExtendedDiffOptions
 
getDisplayMode() - Method in class allensoft.gui.EnhancedToolBar
 
getDisplayMode() - Method in class allensoft.gui.EnhancedToolBar.Button
Gets the display mode used.
getDocument(String, String) - Static method in class allensoft.javacvs.client.ui.swing.CVSGUIBuilder
Gets the XML document for the supplied name.
getEditingRow() - Method in class allensoft.gui.treetable.JTreeTable
 
getElement() - Method in class allensoft.gui.GUIBuilderException
 
getEndLineInFile1() - Method in class allensoft.diff.Change
 
getEndLineInFile1() - Method in class allensoft.diff.Deletion
 
getEndLineInFile2() - Method in class allensoft.diff.Change
 
getEndLineInFile2() - Method in class allensoft.diff.Insertion
 
getEntries() - Method in class allensoft.javacvs.client.WorkingDirectory
Gets all the entries in this working directory.
getEntriesFile() - Method in class allensoft.javacvs.client.WorkingDirectory
Gets the file object that represents the "Entries" file within this working directory.
getEntry() - Method in class allensoft.javacvs.client.event.WorkingDirectoryEntryEvent
 
getEntry(File) - Static method in class allensoft.javacvs.client.Entry
Gets the CVSEntry object for the specified file.
getEntry(File) - Method in class allensoft.javacvs.client.WorkingDirectory
Gets the Entry for the specified file.
getEntry(String) - Static method in class allensoft.javacvs.client.Entry
 
getEntry(String) - Method in class allensoft.javacvs.client.WorkingDirectory
Gets a Entry with the specified name.
getErrorCode() - Method in class allensoft.javacvs.client.CVSResponse
Gets the error code from an "error" resonse from the server.
getErrorMessage() - Method in class allensoft.javacvs.client.CVSResponse
Gets the error message from an "error" resonse from the server.
getErrorStream() - Method in class allensoft.javacvs.client.CVSConnection
Gets the stream used for displaying error messages.
getErrorStream() - Method in class allensoft.javacvs.client.ExternalProcessServerConnection
 
getException() - Method in class allensoft.bug.BugSubmissionException
 
getException() - Method in class allensoft.javacvs.client.CVSRequest
Gets the exception that occurred when this request was executed.
getExtCommand(String, RepositoryLocation) - Method in class allensoft.javacvs.client.DefaultConnectionManager
Gets the external command that should be used for the supplied repository location given the command pattern.
getExtConnectionType() - Method in class allensoft.javacvs.client.RepositoryDetails
 
getExternalCommand() - Method in class allensoft.javacvs.client.RepositoryDetails
 
getExternalRSHCommand(RepositoryLocation) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
getExternalRSHCommandPattern() - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
getExternalSSHCommand(RepositoryLocation) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
getExternalSSHCommandPattern() - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
getFieldHorizAlignment() - Method in class allensoft.gui.FormLayout
 
getFieldHorizAlignment() - Method in class allensoft.gui.FormPanel
 
getFieldVertAlignment() - Method in class allensoft.gui.FormLayout
 
getFieldVertAlignment() - Method in class allensoft.gui.FormPanel
 
getFile() - Method in class allensoft.gui.FileSystemTreeModel.FileNode
 
getFile() - Method in class allensoft.javacvs.client.CVSIgnoreFile
 
getFile() - Method in class allensoft.javacvs.client.DiffResponse.Differences
Gets the file that these differences are for.
getFile() - Method in class allensoft.javacvs.client.Entry
Gets the file that this entry represents.
getFile() - Method in class allensoft.javacvs.client.EntryDoesNotExistException
 
getFile() - Method in class allensoft.javacvs.client.LogResponse.LogDetails
 
getFile() - Method in class allensoft.javacvs.client.SingleFileCVSRequest
 
getFile() - Method in class allensoft.javacvs.client.StatusResponse.StatusDetails
Gets the status as decoded from the response.
getFile(int) - Method in class allensoft.javacvs.client.MultiFileCVSRequest
 
getFile(Object) - Method in class allensoft.gui.treetable.FileSystemModel2
 
getFile(TreePath) - Method in class allensoft.gui.FileSystemTree
 
getFileCount() - Method in class allensoft.javacvs.client.MultiFileCVSRequest
 
getFileEntries() - Method in class allensoft.javacvs.client.WorkingDirectory
Gets all the file entries in this working directory without using recursion.
getFileEntries(boolean) - Method in class allensoft.javacvs.client.WorkingDirectory
Gets all file entries in this working directory with optional recursion.
getFileEntries(FileEntryFilter, boolean) - Method in class allensoft.javacvs.client.WorkingDirectory
Gets all file entries in this working directory that are accepted by the supplied filter.
getFileEntry(File) - Static method in class allensoft.javacvs.client.FileEntry
Gets the FileEntry for the specified file.
getFileFilter() - Method in class allensoft.gui.DirectoryContentsTable
 
getFileFilter() - Method in class allensoft.gui.DirectoryContentsTableModel
 
getFileFilter() - Method in class allensoft.javacvs.client.ImportRequest
 
getFileFromPathNameResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
Gets the local file from the supplied path name that is returned with most server responses.
getFileFromRelativePath(File, String) - Static method in class allensoft.javacvs.client.CVSUtilities
Gets a file from a relative path received from the server (Unix notation).
getFileFromRelativePath(File, String) - Static method in class allensoft.util.FileUtilities
 
getFileFromRelativePath(File, String, String, String) - Static method in class allensoft.util.FileUtilities
 
getFileFromRelativePath(File, String, String, String, String) - Static method in class allensoft.util.FileUtilities
 
getFileFromRelativePath(String) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Gets a file from a relative path received from the server.
getFiles(String) - Static method in class allensoft.util.FileUtilities
 
getFiles(String, File) - Static method in class allensoft.util.FileUtilities
 
getFiles(String, File, String) - Static method in class allensoft.util.FileUtilities
 
getFiles(String, File, String, boolean) - Static method in class allensoft.util.FileUtilities
Gets an array of files from a string.
getFinishText() - Method in class allensoft.gui.Wizard
Gets the text displayed in the finish button.
getForceCommit() - Method in class allensoft.javacvs.client.CommitOptions
 
getForeground() - Method in class allensoft.diff.DiffDisplay.Style
 
getFrameAncestor(Component) - Static method in class allensoft.util.AWTUtilities
 
getFromText() - Method in class allensoft.diff.Change
 
getGlobalOptions() - Method in class allensoft.javacvs.client.CVSClient
 
getGraphicalClient() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
getGraphicalClient() - Method in class allensoft.javacvs.client.ui.swing.CVSBrowserWindow
 
getHorizSpacing() - Method in class allensoft.gui.FormLayout
Gets the spacing between labels and fields.
getHorizSpacing() - Method in class allensoft.gui.FormPanel
 
getHostName() - Method in class allensoft.javacvs.client.RepositoryLocation
Gets the host name.
getHowToReproduce() - Method in class allensoft.bug.BugReport
Gets the information on how to reproduce this bug or null if the user did not supply this.
getIcon(Entry) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable.EntryCellRenderer
Gets the icon used to display next to the file name for the supplied file.
getIcon(File) - Method in class allensoft.gui.DirectoryContentsTable.FileCellRenderer
Gets the icon used to display next to the file name for the supplied file.
getIconSize() - Method in class allensoft.gui.EnhancedToolBar
 
getIconSize() - Method in class allensoft.gui.EnhancedToolBar.Button
Gets the size used for the icon.
getID() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
getIgnoreCase() - Method in class allensoft.javacvs.client.DiffOptions
 
getIgnoreFileFilter() - Method in class allensoft.javacvs.client.CVSClient
Gets the file filter used to determine if a file should be ignored.
getIgnoreWhiteSpace() - Method in class allensoft.javacvs.client.DiffOptions
 
getImage() - Method in class allensoft.gui.Wizard
Gets the image that is displayed to the left of the wizard.
getIndexOfChild(FileSystemTreeModel.FileNode) - Method in class allensoft.gui.FileSystemTreeModel.FileNode
 
getIndexOfChild(FileSystemTreeModel.FileNode) - Method in class allensoft.gui.FileSystemTreeModel.DefaultFileNode
 
getIndexOfChild(FileSystemTreeModel.FileNode) - Method in class allensoft.gui.FileSystemTreeModel.GroupFileNode
 
getIndexOfChild(Object, Object) - Method in class allensoft.gui.treetable.AbstractTreeTableModel
 
getIndexOfChild(Object, Object) - Method in class allensoft.gui.FileSystemTreeModel
Returns the index of child in parent.
getInputStream() - Method in class allensoft.javacvs.client.CVSConnection
Gets the input stream from which the client should read server responses from.
getInputStream() - Method in class allensoft.javacvs.client.ExternalProcessServerConnection
Gets the input stream from which the client should read server responses from.
getInputStream() - Method in class allensoft.javacvs.client.MindBrightSSHConnection
 
getInputStream() - Method in class allensoft.javacvs.client.PServerConnection
Gets the input stream from which the client should read server responses from.
getInsertedText() - Method in class allensoft.diff.Insertion
 
getInsets() - Method in class allensoft.gui.WizardPage
 
getInstance() - Static method in class allensoft.javacvs.client.CVSIgnoreFileFilter
 
getIntSetting(String, int) - Method in class allensoft.javacvs.client.Settings
 
getInvalidFormat() - Method in class allensoft.javacvs.client.InvalidEntryFormatException
Gets the invalid format that caused this exception to be thrown.
getJavaClassVersion() - Method in class allensoft.bug.BugReport
Gets the Java class version that was being used when this bug occurred.
getJavaHome() - Method in class allensoft.bug.BugReport
Gets the home directory of the JVM that was being used when this bug occurred.
getJavaVendor() - Method in class allensoft.bug.BugReport
Gets the vendor of the JVM that was being used when this bug occurred.
getJavaVersion() - Method in class allensoft.bug.BugReport
Gets the version of the JVM that was being used when this bug occurred.
getKeyStroke() - Method in class allensoft.gui.KeyStrokeEditor
 
getKeyStrokeString(KeyStroke) - Static method in class allensoft.util.AWTUtilities
Converts the keystroke to a string which can be used by KeyStroke.getKeyStroke(String).
getKeywordSubstitutionMode() - Method in class allensoft.javacvs.client.DiffOptions
 
getKeywordSubstitutionMode() - Method in class allensoft.javacvs.client.AddOptions
 
getKeywordSubstitutionMode() - Method in class allensoft.javacvs.client.ExportOptions
 
getKeywordSubstitutionMode() - Method in class allensoft.javacvs.client.FileEntry
Gets the keyword substitution mode for this file entry.
getKeywordSubstitutionMode() - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsResponse.RCSOption
 
getKeywordSubstitutionMode() - Method in class allensoft.javacvs.client.ImportOptions
 
getKeywordSubstitutionMode(File) - Method in class allensoft.javacvs.client.DefaultKeywordSubstitutionModeClassifier
Determines what keyword expansion mode should be used for the specified file.
getKeywordSubstitutionMode(File) - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsResponse
Gets the options that should be used for the supplied file name.
getKeywordSubstitutionMode(File) - Method in interface allensoft.javacvs.client.KeywordSubstitutionModeClassifier
Determines what keyword expansion mode should be used for the specified file.
getKeywordSubstitutionMode(String) - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsResponse
Gets the options that should be used for the supplied file name.
getKeywordSubstitutionModeClassifier() - Method in class allensoft.javacvs.client.AddRequest
Gets the KeywordSubstitutionModeClassifier used to determine the keyword substitution mode for files added.
getKeywordSubstitutionModeClassifier() - Method in class allensoft.javacvs.client.ImportRequest
 
getLabelHorizAlignment() - Method in class allensoft.gui.FormLayout
Gets the horizontal alignment for labels.
getLabelHorizAlignment() - Method in class allensoft.gui.FormPanel
 
getLabelVertAlignment() - Method in class allensoft.gui.FormLayout
 
getLabelVertAlignment() - Method in class allensoft.gui.FormPanel
 
getLargeIcon() - Method in class allensoft.gui.EnhancedToolBar.Button
 
getLargeIcon() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
getLayoutAlignmentX(Container) - Method in class allensoft.gui.FormLayout
 
getLayoutAlignmentX(Container) - Method in class allensoft.gui.StripLayout
 
getLayoutAlignmentY(Container) - Method in class allensoft.gui.FormLayout
 
getLayoutAlignmentY(Container) - Method in class allensoft.gui.StripLayout
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class allensoft.gui.MenuEditorDialog.ActionCellRenderer
 
getLocalServerCommand() - Method in class allensoft.javacvs.client.DefaultConnectionManager
Gets the command that is used to run the local server.
getLogDetails() - Method in class allensoft.javacvs.client.ui.swing.LogDetailsGraphPanel
 
getLogDetails(int) - Method in class allensoft.javacvs.client.LogResponse
 
getLogDetailsCount() - Method in class allensoft.javacvs.client.LogResponse
 
getLoginDetails(RepositoryLocation) - Method in class allensoft.javacvs.client.ui.command.TerminalLoginManager
 
getLoginDetails(RepositoryLocation) - Method in class allensoft.javacvs.client.ui.swing.DialogLoginManager
 
getLoginDetails(RepositoryLocation) - Method in class allensoft.javacvs.client.DefaultLoginManager
 
getLoginDetails(RepositoryLocation) - Method in interface allensoft.javacvs.client.LoginManager
Gets the details that should be used for logging in.
getLoginManager() - Method in class allensoft.javacvs.client.CVSClient
Gets the login manager this client uses to get login details from the user when necessary.
getLogMessage() - Method in class allensoft.javacvs.client.LogResponse.RevisionDetails
 
getMakeCheckedOutFilesReadOnly() - Method in class allensoft.javacvs.client.GlobalOptions
 
getMaxDotDotLevel() - Method in class allensoft.javacvs.client.CVSClient
 
getMaximumSize() - Method in class allensoft.gui.ExpandableButton
 
getMaximumSize() - Method in class allensoft.gui.ExpandablePasswordField
 
getMaximumSize() - Method in class allensoft.gui.ExpandableTextField
 
getMaximumValue() - Method in class allensoft.gui.NumericRangePopup
 
getMaxNumOfArgs() - Method in class allensoft.util.OptionsParser.OptionDefinition
 
getMaxNumOfTimesOptionCanBeSpecified() - Method in class allensoft.util.OptionsParser.OptionDefinition
 
getMediumIcon() - Method in class allensoft.gui.EnhancedToolBar.Button
 
getMediumIcon() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
getMergeFrom() - Method in class allensoft.javacvs.client.UpdateOptions
 
getMergeTo() - Method in class allensoft.javacvs.client.UpdateOptions
 
getMessage() - Method in class allensoft.javacvs.client.AddOptions
 
getMessage() - Method in class allensoft.javacvs.client.CommitOptions
 
getMessage() - Method in class allensoft.javacvs.client.ImportOptions
 
getMessage() - Method in class allensoft.util.NestingException
 
getMessage(int) - Method in class allensoft.javacvs.client.CVSResponse
 
getMessageBody(BugReport) - Method in class allensoft.bug.EMailBugSubmitter
Generates the body of the message from the bug report.
getMessageCount() - Method in class allensoft.javacvs.client.CVSResponse
Gets the number of messages that were received from the server that should be displayed to the user.
getMessageInHTML() - Method in class allensoft.bug.CrashReportDialog
Gets the message displayed to the user in HTML.
getMinimumValue() - Method in class allensoft.gui.NumericRangePopup
 
getMinNumOfArgs() - Method in class allensoft.util.OptionsParser.OptionDefinition
 
getMode(String) - Static method in class allensoft.javacvs.client.KeywordSubstitutionMode
Gets a keyword substitution mode from the supplied string (e.g "-kb").
getModel() - Method in class allensoft.gui.SortedTableModel
 
getModel() - Method in class allensoft.gui.FileSystemTreeModel.FileNode
 
getModuleExpansion(int) - Method in class allensoft.javacvs.client.ExpandModulesResponse
 
getModuleExpansionCount() - Method in class allensoft.javacvs.client.ExpandModulesResponse
 
getModuleExpansionDirectory(int) - Method in class allensoft.javacvs.client.ExpandModulesResponse
 
getModulePath() - Method in class allensoft.javacvs.client.WorkingDirectory
Gets the module path for this working directory.
getMultipart(BugReport) - Method in class allensoft.bug.EMailBugSubmitter
Creates a Multipart for the message.
getName() - Method in class allensoft.gui.LoginDialog
 
getName() - Method in class allensoft.gui.LoginDialog.Contents
 
getName() - Method in class allensoft.gui.MenuEditorDialog.MenuItemDetails
 
getName() - Method in class allensoft.javacvs.client.Entry
Gets the name of this entry.
getName() - Method in class allensoft.javacvs.client.RepositoryDetails
 
getName() - Method in class allensoft.javacvs.client.RepositoryDetails.ExtConnectionType
Gets a locale independant name for this connection type.
getName() - Method in class allensoft.util.OptionsParser.OptionDefinition
 
getName() - Method in class allensoft.util.OptionsParser.Option
 
getNestedException() - Method in class allensoft.diff.DiffException
 
getNestedException() - Method in class allensoft.javacvs.client.CVSException
 
getNestedException() - Method in class allensoft.util.NestingException
 
getNextDifference() - Method in interface allensoft.diff.DiffParser
Gets the next difference or null if end of differences.
getNextDifference() - Method in class allensoft.diff.UnixDiffParser
 
getNextPages() - Method in class allensoft.gui.WizardPage
If this page dynamically creates decides what pages should follow it in the wizard then this method should be overridden to return the pages that follow it.
getNextText() - Method in class allensoft.gui.Wizard
Gets the text displayed in the next button.
getNodeLoading() - Method in class allensoft.gui.treetable.FileSystemModel2
Returns the node being loaded.
getNonExistantStyle() - Method in class allensoft.diff.DiffDisplay
 
getNumOfAliases() - Method in class allensoft.util.OptionsParser.OptionDefinition
 
getOption() - Method in class allensoft.javacvs.client.ui.command.BadOptionException
 
getOption() - Method in class allensoft.util.BadOptionException
 
getOption(int) - Method in class allensoft.util.OptionsParser.ListOfOptions
 
getOptionCount() - Method in class allensoft.util.OptionsParser.ListOfOptions
 
getOptionDefinition(int) - Method in class allensoft.util.OptionsParser
 
getOptionDefinition(int) - Method in class allensoft.util.OptionsParser.OptionGroup
 
getOptionDefinition(String) - Method in class allensoft.util.OptionsParser
 
getOptionDefinitionCount() - Method in class allensoft.util.OptionsParser
 
getOptionDefinitionCount() - Method in class allensoft.util.OptionsParser.OptionGroup
 
getOptionGroup() - Method in class allensoft.util.OptionsParser.OptionDefinition
 
getOptionIdentifier() - Method in class allensoft.util.OptionsParser
 
getOptions() - Method in class allensoft.javacvs.client.ui.swing.DiffOptionsDialog
 
getOptions() - Method in class allensoft.javacvs.client.ui.swing.DiffOptionsDialog.Contents
 
getOptions() - Method in class allensoft.javacvs.client.AddRequest
Gets the options used for this add request.
getOptions() - Method in class allensoft.javacvs.client.CommitRequest
 
getOptions() - Method in class allensoft.javacvs.client.DiffRequest
 
getOptions() - Method in class allensoft.javacvs.client.ImportRequest
 
getOptions() - Method in class allensoft.javacvs.client.LogRequest
 
getOptions() - Method in class allensoft.javacvs.client.TagRequest
 
getOptions() - Method in class allensoft.javacvs.client.UpdateRequest
 
getOSArchitecture() - Method in class allensoft.bug.BugReport
Gets the OS architecture that was being used when this bug occurred.
getOSName() - Method in class allensoft.bug.BugReport
Gets the OS name that was being used when this bug occurred.
getOSVersion() - Method in class allensoft.bug.BugReport
Gets the OS version that was being used when this bug occurred.
getOutputStream() - Method in class allensoft.javacvs.client.CVSConnection
Gets the output stream over which the client should send its requests to the server.
getOutputStream() - Method in class allensoft.javacvs.client.ExternalProcessServerConnection
Gets the output stream over which the client should send its requests to the server.
getOutputStream() - Method in class allensoft.javacvs.client.MindBrightSSHConnection
 
getOutputStream() - Method in class allensoft.javacvs.client.PServerConnection
Gets the output stream over which the client should send its requests to the server.
getPage(int) - Method in class allensoft.gui.Wizard
Gets the page specified by the supplied index for this wizard.
getPageCount() - Method in class allensoft.gui.Wizard
Gets the number of pages in this wizard.
getParent() - Method in class allensoft.gui.FileSystemTreeModel.FileNode
 
getParentFrameForDialog() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
Gets a frame that can be used as the parent frame for a dialog based on the component that caused this action to fire.
getPassword() - Method in class allensoft.gui.LoginDialog
 
getPassword() - Method in class allensoft.gui.LoginDialog.Contents
 
getPassword() - Method in class allensoft.javacvs.client.LoginDetails
 
getPath() - Method in class allensoft.gui.FileSystemTreeModel.FileNode
Gets the path to this file node.
getPath(Object) - Method in class allensoft.gui.treetable.FileSystemModel2
Returns the path node represents.
getPathLoading() - Method in class allensoft.gui.treetable.FileSystemModel2
Returns the path to the node that is being loaded.
getPathToFile(File) - Method in class allensoft.gui.FileSystemTreeModel.FileNode
Gets the path to the specified file or null if the file is not below this file node.
getPattern() - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsResponse.RCSOption
 
getPattern(int) - Method in class allensoft.io.PatternBasedFileFilter
 
getPatternCount() - Method in class allensoft.io.PatternBasedFileFilter
 
getPermissions() - Method in class allensoft.io.UnixFilePermissions
Gets the permissions as an integer bit mask.
getPermissions(File) - Static method in class allensoft.io.UnixFileSupport
Gets the Unix file permissions for the specified file.
getPort() - Method in class allensoft.javacvs.client.PServerConnection
 
getPreferredScrollableViewportSize() - Method in class allensoft.diff.DiffDisplay
 
getPreviousText() - Method in class allensoft.gui.Wizard
Gets the text displayed in the previous button.
getPruneEmptyDirectories() - Method in class allensoft.javacvs.client.CheckoutOptions
 
getRCSOption(File) - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsResponse
Gets the RCS option that matches the supplied file.
getRCSOption(int) - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsResponse
 
getRCSOption(String) - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsResponse
Gets the RCS option that matches the supplied file name.
getRCSOptionCount() - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsResponse
 
getReader() - Method in class allensoft.javacvs.client.DiffResponse.Differences
Gets a Reader that reads the differences for this file.
getRecursive() - Method in class allensoft.javacvs.client.DiffOptions
 
getRecursive() - Method in class allensoft.javacvs.client.ExportOptions
 
getRecursive() - Method in class allensoft.javacvs.client.LogOptions
 
getRecursive() - Method in class allensoft.javacvs.client.RemoveOptions
 
getRelativePath(File) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Gets the relative path from this request's working directory to the supplied file.
getRelativePath(FileEntry) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Gets a relative path to the supplied file entry from this request's working directory.
getRelativePath(File, File) - Static method in class allensoft.javacvs.client.CVSUtilities
Gets the relative path from a current directory to the supplied file in Unix notation.
getRelativePath(File, File) - Static method in class allensoft.util.FileUtilities
 
getRelativePath(File, File, String) - Static method in class allensoft.util.FileUtilities
Gets the realtive path from the supplied current directory to the supplied file.
getRelativePath(File, File, String, String) - Static method in class allensoft.util.FileUtilities
Gets the realtive path from the supplied current directory to the supplied file.
getRelativePath(WorkingDirectory) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Gets a relative path to the supplied working directory from this request's working directory.
getRepositoryDetails() - Method in class allensoft.javacvs.client.ui.swing.RepositoryDetailsDialog
Gets the repository details that this dialog is editing.
getRepositoryDetails() - Method in class allensoft.javacvs.client.ui.swing.RepositoryDetailsDialog.Contents
Gets the repository details that this dialog is editing.
getRepositoryDetailsForExtConnection(RepositoryLocation) - Method in class allensoft.javacvs.client.ui.swing.BrowserConnectionManager
 
getRepositoryDetailsForExtConnection(RepositoryLocation) - Method in class allensoft.javacvs.client.DefaultConnectionManager
Gets the repository details for the supplied location.
getRepositoryFile() - Method in class allensoft.javacvs.client.WorkingDirectory
Gets the file object that represents the "Repository" file within this working directory.
getRepositoryLocation() - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Gets the repository location used for command such as checkout.
getRepositoryLocation() - Method in class allensoft.javacvs.client.CVSRequest
Gets the repository location that the client must connect to in order to perform this request.
getRepositoryLocation() - Method in class allensoft.javacvs.client.MultiFileCVSRequest
 
getRepositoryLocation() - Method in class allensoft.javacvs.client.CVSConnection
Gets the repository location that this connection is connected to.
getRepositoryLocation() - Method in class allensoft.javacvs.client.CheckoutRequest
 
getRepositoryLocation() - Method in class allensoft.javacvs.client.ExpandModulesRequest
 
getRepositoryLocation() - Method in class allensoft.javacvs.client.ExportRequest
 
getRepositoryLocation() - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsRequest
 
getRepositoryLocation() - Method in class allensoft.javacvs.client.ImportRequest
 
getRepositoryLocation() - Method in class allensoft.javacvs.client.RepositoryDetails
 
getRepositoryLocation() - Method in class allensoft.javacvs.client.SingleFileCVSRequest
 
getRepositoryLocation() - Method in class allensoft.javacvs.client.ValidRequestsRequest
 
getRepositoryLocation() - Method in class allensoft.javacvs.client.WorkingDirectory
Gets the repository location for this working directory.
getRepositoryPath() - Method in class allensoft.javacvs.client.RepositoryLocation
Gets the path to the repository.
getRepositoryPath() - Method in class allensoft.javacvs.client.StatusResponse.StatusDetails
 
getRepositoryRevision() - Method in class allensoft.javacvs.client.DiffResponse.Differences
Gets the repository revision that these differences are from.
getRepositoryRevision() - Method in class allensoft.javacvs.client.StatusResponse.StatusDetails
 
getRequest() - Method in class allensoft.javacvs.client.CVSRequest
Required for the implementation of CVSCommunicationsObject.
getRequest() - Method in class allensoft.javacvs.client.CVSResponse
Gets the request that this response is for.
getRequestCount() - Method in class allensoft.javacvs.client.CVSRequestBatch
Gets the number of requests added to this CVSRequests object.
getRequests() - Method in class allensoft.javacvs.client.CVSRequestBatch
Gets all requests added to this request batch.
getResourceString(ResourceBundle, Object, Class, String) - Static method in class allensoft.util.MiscUtilities
Gets a resource string from a ResourceBundle for the supplied object.
getResourceString(String) - Method in class allensoft.bug.BugReportWizard
 
getResourceString(String) - Method in class allensoft.bug.CrashReportDialog
Gets a resource string from the resources.
getResourceString(String) - Method in class allensoft.javacvs.client.CVSRequest
 
getResourceString(String) - Method in class allensoft.javacvs.client.CVSClient
 
getResponse() - Method in class allensoft.javacvs.client.event.CVSClientResponseEvent
 
getResponse() - Method in class allensoft.javacvs.client.CVSRequest
Gets the response from the server for this request.
getResponse() - Method in class allensoft.javacvs.client.CVSResponseException
 
getResponse() - Method in class allensoft.javacvs.client.UnsupportedResponseException
 
getResponsesOfType(Class) - Method in class allensoft.javacvs.client.CVSRequestBatch
Gets all responses of the specified type.
getRetrieveFilesThatDontMatchTagOrDate() - Method in class allensoft.javacvs.client.CheckoutOptions
 
getRetrieveFilesThatDontMatchTagOrDate() - Method in class allensoft.javacvs.client.ExportOptions
 
getRevision() - Method in class allensoft.javacvs.client.FileEntry
Gets the revision of this file entry.
getRevision() - Method in class allensoft.javacvs.client.LogResponse.RevisionDetails
 
getRevision() - Method in class allensoft.javacvs.client.StatusResponse.Tag
 
getRevision(int) - Method in class allensoft.javacvs.client.LogResponse.LogDetails
 
getRevision(String) - Method in class allensoft.javacvs.client.LogResponse.LogDetails
 
getRevision1() - Method in class allensoft.javacvs.client.DiffOptions
 
getRevision2() - Method in class allensoft.javacvs.client.DiffOptions
 
getRevisionCount() - Method in class allensoft.javacvs.client.LogResponse.LogDetails
 
getRevisionOrTag() - Method in class allensoft.javacvs.client.ui.swing.RevisionOrTagSelector
 
getRevisionOrTag() - Method in class allensoft.javacvs.client.ui.swing.RevisionTagOrDateSelector
 
getRoot() - Method in class allensoft.gui.treetable.AbstractTreeTableModel
 
getRoot() - Method in class allensoft.gui.FileSystemTreeModel
Returns the root of the tree.
getRoot(Component, Class) - Static method in class allensoft.util.AWTUtilities
Returns the root component for the current component tree.
getRootFile() - Method in class allensoft.javacvs.client.WorkingDirectory
Gets the file object that represents the "Root" file within this working directory.
getRowCount() - Method in class allensoft.gui.treetable.TreeTableModelAdapter
 
getRowCount() - Method in class allensoft.gui.SortedTableModel
Returns the number of rows in the model.
getRowCount() - Method in class allensoft.gui.DirectoryContentsTableModel
 
getRowCount() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
getRunModuleProgram() - Method in class allensoft.javacvs.client.CommitOptions
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class allensoft.diff.DiffDisplay
 
getScrollableTracksViewportHeight() - Method in class allensoft.diff.DiffDisplay
 
getScrollableTracksViewportWidth() - Method in class allensoft.diff.DiffDisplay
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class allensoft.diff.DiffDisplay
 
getSelectedEntries() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
getSelectedEntry() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
getSelectedFile() - Method in class allensoft.gui.DirectoryContentsTable
 
getSelectedFile() - Method in class allensoft.gui.FileSystemTree
 
getSelectedFile() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
getSelectedFiles() - Method in class allensoft.gui.DirectoryContentsTable
 
getSelectedFiles() - Method in class allensoft.gui.FileSystemTree
 
getSelectedFiles() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
Gets the currently selected files for this action.
getSelectedFiles() - Method in class allensoft.javacvs.client.ui.swing.CVSBrowser
 
getSelectedFiles() - Method in interface allensoft.javacvs.client.ui.swing.CVSFilesAction
Gets the files that this action will operate on when it is performed.
getSelectedFiles() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog
 
getSelectedFiles() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog.Contents
 
getSelectedFiles() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog
 
getSelectedFiles() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog.Contents
 
getSelectedFiles() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
getSendQuestionableCommands() - Method in class allensoft.javacvs.client.CVSRequest
 
getSendQuestionableCommands() - Method in class allensoft.javacvs.client.AddRequest
Overridden so we don't send questionable commands to the server for files not added.
getSetting(String) - Method in class allensoft.javacvs.client.Settings
 
getSetting(String, String) - Method in class allensoft.javacvs.client.Settings
 
getSettings() - Method in class allensoft.javacvs.client.ui.swing.CVSBrowser
 
getShortClassName(Class) - Static method in class allensoft.util.MiscUtilities
 
getShortClassName(String) - Static method in class allensoft.util.MiscUtilities
Gets the shortened class name given the fully qualified class name.
getShortcut() - Method in class allensoft.gui.MenuEditorDialog.MenuItemDetails
 
getSizeSorter() - Static method in class allensoft.gui.treetable.FileSystemModel2
Returns a MergeSort that can sort on the totalSize of a FileNode.
getSmallIcon() - Method in class allensoft.gui.EnhancedToolBar.Button
 
getSmallIcon() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
getSortColumn() - Method in class allensoft.gui.SortedTableModel
 
getSourceComponent() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
Gets the component that caused this action to fire.
getSourceWindow() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
Gets the window that the component that fired this event belongs to.
getSpacing() - Method in class allensoft.gui.StripPanel
 
getSpacing() - Method in class allensoft.gui.StripLayout
 
getStackTrace() - Method in class allensoft.bug.CrashReport
Gets the stack trace for this bug report or null if this bug report is not for an uncaught exception.
getStackTraceString() - Method in class allensoft.util.NestingException
 
getStartLineInFile1() - Method in class allensoft.diff.Difference
 
getStartLineInFile2() - Method in class allensoft.diff.Difference
 
getStartOfOption() - Method in class allensoft.util.OptionsParser.Option
 
getStatus() - Method in class allensoft.javacvs.client.FileEntry
Gets the status of this file entry.
getStatus() - Method in class allensoft.javacvs.client.StatusResponse.StatusDetails
 
getStatusDetails(int) - Method in class allensoft.javacvs.client.StatusResponse
 
getStatusDetailsCount() - Method in class allensoft.javacvs.client.StatusResponse
 
getStatusRequest() - Method in class allensoft.javacvs.client.StatusResponse
 
getStickyDate() - Method in class allensoft.javacvs.client.CheckoutOptions
Gets the date that the checkout out will not retrieve later revisions of files than.
getStickyDate() - Method in class allensoft.javacvs.client.FileEntry
Gets the sticky date for this file entry.
getStickyDate() - Method in class allensoft.javacvs.client.StatusResponse.StatusDetails
 
getStickyOptions() - Method in class allensoft.javacvs.client.StatusResponse.StatusDetails
 
getStickyTag() - Method in class allensoft.javacvs.client.CheckoutOptions
Gets the tag that the checkout out will not retrieve later revisions of files than.
getStickyTag() - Method in class allensoft.javacvs.client.FileEntry
Gets the sticky tag for this file entry.
getStickyTag() - Method in class allensoft.javacvs.client.StatusResponse.StatusDetails
 
getStickyTagSpec() - Method in class allensoft.javacvs.client.WorkingDirectory
Gets the sticky tag spec for this working directory.
getStyle(DiffType) - Method in class allensoft.diff.DiffDisplay
 
getStyle(DiffType) - Method in class allensoft.diff.DiffViewer
Gets the style used to display differences of the supplied type.
getSubject(BugReport) - Method in class allensoft.bug.EMailBugSubmitter
Generates the subject of the message from the bug report.
getSummary() - Method in class allensoft.bug.BugReport
Gets a summary of this bug.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class allensoft.gui.treetable.JTreeTable.TreeTableCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class allensoft.gui.treetable.JTreeTable.TreeTableCellRenderer
TreeCellRenderer method.
getTabSize() - Method in class allensoft.diff.DiffDisplay
 
getTabSize() - Method in class allensoft.diff.DiffViewer
Gets the tab size.
getTag() - Method in class allensoft.javacvs.client.ExportOptions
Gets the tag that the checkout out will not retrieve later revisions of files than.
getTag(int) - Method in class allensoft.javacvs.client.LogResponse.RevisionDetails
 
getTag(int) - Method in class allensoft.javacvs.client.StatusResponse.StatusDetails
 
getTagCount() - Method in class allensoft.javacvs.client.LogResponse.RevisionDetails
 
getTagCount() - Method in class allensoft.javacvs.client.StatusResponse.StatusDetails
 
getTagName() - Method in class allensoft.javacvs.client.StatusResponse.Tag
 
getText() - Method in class allensoft.javacvs.client.event.CVSClientTextEvent
Gets the text for this event.
getText() - Method in class allensoft.javacvs.client.CVSResponse.Message
Gets the text of the message.
getThreadName() - Method in class allensoft.bug.CrashReport
Gets the name of the thread that was executing when this report was created.
getThrowable() - Method in class allensoft.bug.CrashReport
Gets the uncaught throwable object that caused the thread to crash.
getTotalSize(Object) - Method in class allensoft.gui.treetable.FileSystemModel2
Returns the total size of the receiver.
getToText() - Method in class allensoft.diff.Change
 
getTree() - Method in class allensoft.gui.treetable.JTreeTable
Returns the tree that is being shared between the model.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class allensoft.gui.MenuEditorDialog.MenuTreeCellRenderer
 
getTreePath(File) - Method in class allensoft.gui.FileSystemTree
 
getUnselectedFiles() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog
 
getUnselectedFiles() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog.Contents
 
getUnselectedFiles() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog
 
getUnselectedFiles() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog.Contents
 
getUpdateProgram() - Method in class allensoft.javacvs.client.WorkingDirectory
 
getUserEMail() - Method in class allensoft.bug.BugReport
Gets the email address of the user who submitted this bug report or null if this was not supplied.
getUserName() - Method in class allensoft.bug.BugReport
Gets the name of the user who logged this bug or null if this was not supllied.
getUserName() - Method in class allensoft.javacvs.client.LoginDetails
 
getUserName() - Method in class allensoft.javacvs.client.RepositoryLocation
Gets the user name.
getUseUnchanged() - Method in class allensoft.javacvs.client.CVSClient
 
getValidRequests() - Method in class allensoft.javacvs.client.ValidRequestsResponse
 
getValidResponses() - Method in class allensoft.javacvs.client.CVSClient
 
getValue() - Method in class allensoft.gui.NumericRangePopup
 
getValue() - Method in class allensoft.gui.NumericTextField
 
getValueAt(int, int) - Method in class allensoft.gui.treetable.TreeTableModelAdapter
 
getValueAt(int, int) - Method in class allensoft.gui.SortedTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(int, int) - Method in class allensoft.gui.DirectoryContentsTableModel
 
getValueAt(int, int) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
getValueAt(Object, int) - Method in class allensoft.gui.treetable.FileSystemModel2
Returns the value of the particular column.
getValueAt(Object, int) - Method in interface allensoft.gui.treetable.TreeTableModel
Returns the value to be displayed for node node, at column number column.
getVendorBranch() - Method in class allensoft.javacvs.client.ImportOptions
 
getVertSpacing() - Method in class allensoft.gui.FormLayout
Gets the vertical spacing between fields.
getVertSpacing() - Method in class allensoft.gui.FormPanel
 
getVisibleChildIndex() - Method in class allensoft.gui.CardPanel
Return the index of the first (and one would hope - only) visible child.
getWeight(Component) - Method in class allensoft.gui.StripPanel
 
getWeight(Component) - Method in class allensoft.gui.FormLayout
 
getWeight(Component) - Method in class allensoft.gui.FormPanel
Gets the weighting value assigned to the supplied component.
getWeight(Component) - Method in class allensoft.gui.StripLayout
 
getWindowAncestor(Component) - Static method in class allensoft.util.AWTUtilities
 
getWizard() - Method in class allensoft.gui.WizardPage
Gets the wizard this page is displayed in.
getWizardImage() - Static method in class allensoft.gui.Wizard
 
getWorkingDirectory() - Method in class allensoft.javacvs.client.event.WorkingDirectoryEvent
 
getWorkingDirectory() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
getWorkingDirectory() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
getWorkingDirectory() - Method in class allensoft.javacvs.client.Entry
Gets the working directory this entry belongs to.
getWorkingDirectory(DirectoryEntry) - Static method in class allensoft.javacvs.client.WorkingDirectory
Gets the WorkingDirectory object for the specified directory.
getWorkingDirectory(File) - Static method in class allensoft.javacvs.client.WorkingDirectory
Gets the WorkingDirectory object for the specified directory.
getWorkingDirectory(String) - Static method in class allensoft.javacvs.client.WorkingDirectory
Gets the WorkingDirectory object for the specified directory.
getWorkingDirectoryForFile(File) - Method in class allensoft.javacvs.client.MultiFileCVSRequest
Gets the directory that corresponds to the working directory for files added to this request.
getWorkingDirectoryForFile(File) - Method in class allensoft.javacvs.client.AddRequest
Gets the directory that corresponds to the working directory for files added to this request.
getWorkingRevision() - Method in class allensoft.javacvs.client.StatusResponse.StatusDetails
 
getWrapperRCSOptions() - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
GetWrapperRCSOptionsRequest - class allensoft.javacvs.client.GetWrapperRCSOptionsRequest.
 
GetWrapperRCSOptionsRequest(RepositoryLocation) - Constructor for class allensoft.javacvs.client.GetWrapperRCSOptionsRequest
 
GetWrapperRCSOptionsResponse - class allensoft.javacvs.client.GetWrapperRCSOptionsResponse.
 
GetWrapperRCSOptionsResponse.RCSOption - class allensoft.javacvs.client.GetWrapperRCSOptionsResponse.RCSOption.
 
GetWrapperRCSOptionsResponse.RCSOption(String, KeywordSubstitutionMode) - Constructor for class allensoft.javacvs.client.GetWrapperRCSOptionsResponse.RCSOption
 
GetWrapperRCSOptionsResponse(CVSRequest) - Constructor for class allensoft.javacvs.client.GetWrapperRCSOptionsResponse
 
getYear() - Method in class allensoft.gui.YearSelector
 
getZipCompressionLevel() - Method in class allensoft.javacvs.client.GlobalOptions
 
giveNameFocus() - Method in class allensoft.gui.LoginDialog
 
giveNameFocus() - Method in class allensoft.gui.LoginDialog.Contents
 
givePasswordFocus() - Method in class allensoft.gui.LoginDialog
 
givePasswordFocus() - Method in class allensoft.gui.LoginDialog.Contents
 
GlobalOptions - class allensoft.javacvs.client.GlobalOptions.
 
GlobalOptions() - Constructor for class allensoft.javacvs.client.GlobalOptions
 
GlobalOptionsParser - class allensoft.javacvs.client.ui.command.GlobalOptionsParser.
 
GlobalOptionsParser(CommandInterpretter) - Constructor for class allensoft.javacvs.client.ui.command.GlobalOptionsParser
 
GraphicalClient - interface allensoft.javacvs.client.ui.swing.GraphicalClient.
This interface defines the behaviour of a graphical client.
GROUP_EXECUTABLE - Static variable in class allensoft.io.UnixFilePermissions
 
GROUP_READABLE - Static variable in class allensoft.io.UnixFilePermissions
 
GROUP_WRITABLE - Static variable in class allensoft.io.UnixFilePermissions
 
GUIBuilder - class allensoft.gui.GUIBuilder.
Builds toolbars, menus, menu bars and menuitems from XML based documents.
GUIBuilder() - Constructor for class allensoft.gui.GUIBuilder
 
GUIBuilderException - exception allensoft.gui.GUIBuilderException.
Exception thrown when building menus from XML documents using GUIBuilder.
GUIBuilderException(String, Element) - Constructor for class allensoft.gui.GUIBuilderException
 

H

hadError() - Method in class allensoft.javacvs.client.CVSResponse
Checks if this reply had an error (i.e.
handleCrash(Throwable) - Method in class allensoft.bug.CrashHandler
Handles a crash in a thread that is the result of the supplied Throwable object.
handleCrash(Throwable) - Method in class allensoft.bug.DefaultCrashHandler
 
hasCompletedSuccessfully() - Method in class allensoft.javacvs.client.CVSRequest
Checks if this request has completed successfully or not.
hasFileEntries(FileEntryFilter, boolean) - Method in class allensoft.javacvs.client.WorkingDirectory
Checks if this working firectory has any file entries that match the filter.
hashCode() - Method in class allensoft.io.UnixFilePermissions
 
hashCode() - Method in class allensoft.javacvs.client.Entry
 
hashCode() - Method in class allensoft.javacvs.client.RepositoryLocation
 
hashCode() - Method in class allensoft.javacvs.client.WorkingDirectory
 
hasMoreTokens() - Method in class allensoft.util.Tokenizer
 
hasOptionBeenSpecified(String) - Method in class allensoft.util.OptionsParser.ListOfOptions
 
haveBothTagsBeenSpecified() - Method in class allensoft.javacvs.client.DiffOptions
 

I

ICON_SIZE_PROPERTY - Static variable in class allensoft.gui.EnhancedToolBar
 
ICONS_AND_TEXT - Static variable in class allensoft.gui.EnhancedToolBar
Display mode that shows icons and text.
ICONS_ONLY - Static variable in class allensoft.gui.EnhancedToolBar
Display mode that shows icons only (the default).
IMPORT - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
importDirectory(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
ImportOptions - class allensoft.javacvs.client.ImportOptions.
 
ImportOptions() - Constructor for class allensoft.javacvs.client.ImportOptions
 
ImportOptionsParser - class allensoft.javacvs.client.ui.command.ImportOptionsParser.
 
ImportOptionsParser() - Constructor for class allensoft.javacvs.client.ui.command.ImportOptionsParser
 
ImportRequest - class allensoft.javacvs.client.ImportRequest.
Request object that adds files/directories to a repository.
ImportRequest(File, RepositoryLocation, String, String, String[], ImportOptions) - Constructor for class allensoft.javacvs.client.ImportRequest
Creates a new AddRequest that adds the supplied files to the repository using the supplied options.
increment() - Method in class allensoft.gui.NumericRangePopup
 
InitDatabase - class allensoft.bug.server.InitDatabase.
Creates the tables required for storing bugs and crashes in a database as used by the DatabaseBugServer.
InitDatabase() - Constructor for class allensoft.bug.server.InitDatabase
 
insertBugReport(BugReport) - Method in class allensoft.bug.server.DatabaseBugServer
 
insertCrashReport(CrashReport) - Method in class allensoft.bug.server.DatabaseBugServer
 
Insertion - class allensoft.diff.Insertion.
 
INSERTION - Static variable in class allensoft.diff.DiffType
 
Insertion(int, int, int, String) - Constructor for class allensoft.diff.Insertion
 
install() - Static method in class allensoft.bug.CrashReportingEventQueue
 
install(String, String) - Static method in class allensoft.bug.CrashHandler
Installs a crash handler that can't submit bug reports but just displays them and allows the user to save them to a file.
install(String, String, BugSubmitter) - Static method in class allensoft.bug.CrashHandler
Installs a crash handler that submits bug reports using the supplied BugSubmitter.
install(String, String, CrashHandler) - Static method in class allensoft.bug.CrashHandler
Installs a crash handler to handle crashes reported by a CrashReportingThread.
INTERNAL_SSH - Static variable in class allensoft.javacvs.client.RepositoryDetails.ExtConnectionType
 
interpretCommand(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Interprets a command and executes it using the CVSClient specified during construction.
interpretCommand(String[]) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Interprets a command from an array of strings.
interprettingCommand(InterprettingCommandEvent) - Method in interface allensoft.javacvs.client.ui.command.event.CommandInterpretterListener
 
InterprettingCommandEvent - class allensoft.javacvs.client.ui.command.event.InterprettingCommandEvent.
 
InterprettingCommandEvent(CommandInterpretter, String) - Constructor for class allensoft.javacvs.client.ui.command.event.InterprettingCommandEvent
 
invalidateLayout(Container) - Method in class allensoft.gui.FormLayout
 
invalidateLayout(Container) - Method in class allensoft.gui.StripLayout
 
InvalidEntryFormatException - exception allensoft.javacvs.client.InvalidEntryFormatException.
This excepion is thrown when a CVSEntry object is constructed from a string and the string is not of the required format for a cvs entry.
InvalidEntryFormatException(String, String) - Constructor for class allensoft.javacvs.client.InvalidEntryFormatException
 
InvalidKeywordSubstitutionModeException - exception allensoft.javacvs.client.InvalidKeywordSubstitutionModeException.
 
InvalidKeywordSubstitutionModeException(String) - Constructor for class allensoft.javacvs.client.InvalidKeywordSubstitutionModeException
 
InvalidRepositoryLocationException - exception allensoft.javacvs.client.InvalidRepositoryLocationException.
This exception is thrown when the user tries to construct a RepositoryLocation object and the format of the location is invalid.
InvalidRepositoryLocationException(String) - Constructor for class allensoft.javacvs.client.InvalidRepositoryLocationException
 
invoke() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
Invokes this action by calling the actionPerformed method.
isAscending() - Method in class allensoft.gui.SortedTableModel
 
isBinary() - Method in class allensoft.javacvs.client.FileEntry
A convienience method to see if this file entry is binary.
isBinary() - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsResponse.RCSOption
 
isBinary(File) - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog.Contents
 
isBinaryFile(File) - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsResponse
Tests if the supplied file should be considered a binary file.
isBinaryFile(String) - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsResponse
Tests if the supplied file name should be considered a binary file.
isCellEditable(EventObject) - Method in class allensoft.gui.treetable.AbstractCellEditor
 
isCellEditable(EventObject) - Method in class allensoft.gui.treetable.JTreeTable.TreeTableCellEditor
Overridden to return false, and if the event is a mouse event it is forwarded to the tree.
isCellEditable(int, int) - Method in class allensoft.gui.treetable.TreeTableModelAdapter
 
isCellEditable(int, int) - Method in class allensoft.gui.SortedTableModel
Returns true if the cell at rowIndex and columnIndex is editable.
isCellEditable(Object, int) - Method in class allensoft.gui.treetable.AbstractTreeTableModel
By default, make the column with the Tree in it the only editable one.
isCellEditable(Object, int) - Method in interface allensoft.gui.treetable.TreeTableModel
Indicates whether the the value for node node, at column number column is editable.
isDynamicPage() - Method in class allensoft.gui.WizardPage
If this wizard page dynamically decides what pages should follow it in the wizard then this method should be overridden to return true.
isEMailAddressValid(String) - Method in class allensoft.bug.BugReportWizard
Determines if the email address is valid.
isEMailAddressValid(String) - Method in class allensoft.bug.EMailBugSubmitter.EMailBugReportWizard
 
isEnabled() - Static method in class allensoft.io.UnixFileSupport
Checks if support for UNIX file handling is enabled on the host operating system.
isGroupExecutable() - Method in class allensoft.io.UnixFilePermissions
 
isGroupReadable() - Method in class allensoft.io.UnixFilePermissions
 
isGroupWritable() - Method in class allensoft.io.UnixFilePermissions
 
isInBatchMode() - Method in class allensoft.javacvs.client.CVSClient
Checks if this client is in batch mode.
isLeaf() - Method in class allensoft.gui.FileSystemTreeModel.FileNode
 
isLeaf(Object) - Method in class allensoft.gui.treetable.AbstractTreeTableModel
 
isLeaf(Object) - Method in class allensoft.gui.treetable.FileSystemModel2
Returns true if the passed in object represents a leaf, false otherwise.
isLeaf(Object) - Method in class allensoft.gui.FileSystemTreeModel
Returns true if node is a leaf.
isModified() - Method in class allensoft.javacvs.client.FileEntry
Checks if this file has been modified.
isOtherExecutable() - Method in class allensoft.io.UnixFilePermissions
 
isOtherReadable() - Method in class allensoft.io.UnixFilePermissions
 
isOtherWritable() - Method in class allensoft.io.UnixFilePermissions
 
isOwnerExecutable() - Method in class allensoft.io.UnixFilePermissions
 
isOwnerReadable() - Method in class allensoft.io.UnixFilePermissions
 
isOwnerWritable() - Method in class allensoft.io.UnixFilePermissions
 
isPageValid() - Method in class allensoft.bug.BugReportWizard.UserDetailsPage
 
isPageValid() - Method in class allensoft.bug.BugReportWizard.SummaryPage
 
isPageValid() - Method in class allensoft.gui.WizardPage
Checks if this page is valid before moving to another page in the wizard.
isParentOf(File, File) - Static method in class allensoft.util.FileUtilities
 
isPerformingRequests() - Method in class allensoft.javacvs.client.CVSClient
 
isRecursive() - Method in class allensoft.javacvs.client.CheckoutOptions
 
isRecursive() - Method in class allensoft.javacvs.client.CommitOptions
 
isReloading() - Method in class allensoft.gui.treetable.FileSystemModel2
Returns true if the receiver is loading any children.
isRequestValid(String) - Method in class allensoft.javacvs.client.CVSClient
 
isRevisionOrTagSelected() - Method in class allensoft.javacvs.client.ui.swing.RevisionTagOrDateSelector
 
isSelected(File) - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog.Contents
 
isSelected(File) - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog.Contents
 
isStaticDirectory() - Method in class allensoft.javacvs.client.WorkingDirectory
Checks if this working directory is a static directory.
isStdErrMessage() - Method in class allensoft.javacvs.client.CVSResponse.Message
Determines if this message should be displayed on stderr or not.
isTearable() - Method in class allensoft.gui.TearableMenu
 
isUnderCVSControl(File) - Static method in class allensoft.javacvs.client.CVSUtilities
Checks if the supplied file is under CVS control.
isValid - Variable in class allensoft.gui.treetable.FileSystemModel2
True if the receiver is valid, once set to false all Threads loading files will stop.
isWorkingDirectory(File) - Static method in class allensoft.javacvs.client.WorkingDirectory
Tests whether a particular directory is a CVS working directory or not.

J

JTreeTable - class allensoft.gui.treetable.JTreeTable.
This example shows how to create a simple JTreeTable component, by using a JTree as a renderer (and editor) for the cells in a particular column in the JTable.
JTreeTable.TreeTableCellEditor - class allensoft.gui.treetable.JTreeTable.TreeTableCellEditor.
TreeTableCellEditor implementation.
JTreeTable.TreeTableCellEditor(JTreeTable) - Constructor for class allensoft.gui.treetable.JTreeTable.TreeTableCellEditor
 
JTreeTable.TreeTableCellRenderer - class allensoft.gui.treetable.JTreeTable.TreeTableCellRenderer.
A TreeCellRenderer that displays a JTree.
JTreeTable.TreeTableCellRenderer(JTreeTable, TreeModel) - Constructor for class allensoft.gui.treetable.JTreeTable.TreeTableCellRenderer
 
JTreeTable(TreeTableModel) - Constructor for class allensoft.gui.treetable.JTreeTable
 

K

KB - Static variable in class allensoft.javacvs.client.KeywordSubstitutionMode
 
KEY_STROKE_PROPERTY - Static variable in class allensoft.gui.KeyStrokeEditor
 
KeyStrokeEditor - class allensoft.gui.KeyStrokeEditor.
Component that can be used to key key strokes.
KeyStrokeEditor() - Constructor for class allensoft.gui.KeyStrokeEditor
 
KeyStrokeEditor(KeyStroke) - Constructor for class allensoft.gui.KeyStrokeEditor
 
KEYWORD_SUBSTITUTION_COLUMN - Static variable in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
KEYWORD_SUBSTITUTION_MODE_PROPERTY - Static variable in class allensoft.javacvs.client.FileEntry
 
KeywordSubstitutionMode - class allensoft.javacvs.client.KeywordSubstitutionMode.
Defines the keyword substituation modes.
KeywordSubstitutionModeClassifier - interface allensoft.javacvs.client.KeywordSubstitutionModeClassifier.
Classifies the keyword expansion mode for a particular file.
KK - Static variable in class allensoft.javacvs.client.KeywordSubstitutionMode
 
KKV - Static variable in class allensoft.javacvs.client.KeywordSubstitutionMode
 
KKVL - Static variable in class allensoft.javacvs.client.KeywordSubstitutionMode
 
KO - Static variable in class allensoft.javacvs.client.KeywordSubstitutionMode
 
KV - Static variable in class allensoft.javacvs.client.KeywordSubstitutionMode
 

L

LARGE_ICON - Static variable in class allensoft.gui.EnhancedToolBar
 
LARGE_ICON - Static variable in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
layoutContainer(Container) - Method in class allensoft.gui.FormLayout
 
layoutContainer(Container) - Method in class allensoft.gui.StripLayout
 
limitSizes(Window) - Static method in class allensoft.gui.WindowResizer
 
limitToScreenSize(Component) - Static method in class allensoft.util.AWTUtilities
Limits the size of the component to be no greater than the screen size.
listenerList - Variable in class allensoft.gui.treetable.AbstractCellEditor
 
listenerList - Variable in class allensoft.gui.treetable.AbstractTreeTableModel
 
listenerList - Variable in class allensoft.gui.FileSystemTreeModel
 
listFiles() - Method in class allensoft.gui.FileSystemTreeModel.DefaultFileNode
 
listFiles() - Method in class allensoft.gui.FileSystemTreeModel.LocalFileSystemFileNode
 
listFilesRecursively(File, FileFilter, Collection, FileFilter) - Static method in class allensoft.util.FileUtilities
Lists files recursively adding them to the specified collection.
listFilesRecursively(File, FileFilter, FileFilter) - Static method in class allensoft.util.FileUtilities
Lists all files that match the filter recursively.
loadEntriesFile() - Method in class allensoft.javacvs.client.WorkingDirectory
Loads the entries file and parses it.
loadIcon(String) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
LOCAL - Static variable in class allensoft.javacvs.client.CVSConnectionMethod
 
LOCALLY_ADDED - Static variable in class allensoft.javacvs.client.FileEntry.Status
 
LOCALLY_REMOVED - Static variable in class allensoft.javacvs.client.FileEntry.Status
 
LOG - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
LogAction - class allensoft.javacvs.client.ui.swing.LogAction.
Action that performs a log request
LogAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.LogAction
 
LogDetailsGraphPanel - class allensoft.javacvs.client.ui.swing.LogDetailsGraphPanel.
 
LogDetailsGraphPanel() - Constructor for class allensoft.javacvs.client.ui.swing.LogDetailsGraphPanel
 
LogDetailsGraphWindow - class allensoft.javacvs.client.ui.swing.LogDetailsGraphWindow.
A window that displays log details for one or more files.
LogDetailsGraphWindow(LogResponse.LogDetails[]) - Constructor for class allensoft.javacvs.client.ui.swing.LogDetailsGraphWindow
 
LoginDetails - class allensoft.javacvs.client.LoginDetails.
Defines details needed for logging in to servers that require password authorization.
LoginDetails(String, String) - Constructor for class allensoft.javacvs.client.LoginDetails
 
LoginDialog - class allensoft.gui.LoginDialog.
A dialog that can be used to get login details (a name and a password).
LoginDialog.Contents - class allensoft.gui.LoginDialog.Contents.
Defines the contents of a login dialog.
LoginDialog.Contents() - Constructor for class allensoft.gui.LoginDialog.Contents
 
LoginDialog(Frame, String, boolean) - Constructor for class allensoft.gui.LoginDialog
 
LoginDialog(Frame, String, boolean, LoginDialog.Contents) - Constructor for class allensoft.gui.LoginDialog
 
LoginManager - interface allensoft.javacvs.client.LoginManager.
Responsible for obtaining login details from the user.
LogOptions - class allensoft.javacvs.client.LogOptions.
Options for LogRequest.
LogOptions() - Constructor for class allensoft.javacvs.client.LogOptions
Creates a default LogOptions.
LogRequest - class allensoft.javacvs.client.LogRequest.
Request object that performs a log command.
LogRequest() - Constructor for class allensoft.javacvs.client.LogRequest
 
LogRequest(File) - Constructor for class allensoft.javacvs.client.LogRequest
 
LogRequest(File[]) - Constructor for class allensoft.javacvs.client.LogRequest
 
LogRequest(File[], LogOptions) - Constructor for class allensoft.javacvs.client.LogRequest
 
LogRequest(File, LogOptions) - Constructor for class allensoft.javacvs.client.LogRequest
 
LogRequest(LogOptions) - Constructor for class allensoft.javacvs.client.LogRequest
 
LogResponse - class allensoft.javacvs.client.LogResponse.
Defines a response for a log request.
LogResponse.LogDetails - class allensoft.javacvs.client.LogResponse.LogDetails.
 
LogResponse.RevisionDetails - class allensoft.javacvs.client.LogResponse.RevisionDetails.
 
LogResponse(LogRequest) - Constructor for class allensoft.javacvs.client.LogResponse
 

M

m_bEntriesModified - Variable in class allensoft.javacvs.client.WorkingDirectory
true if the entries have been modified and need to be written to disk.
m_Event - Variable in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
m_sName - Variable in class allensoft.javacvs.client.Entry
 
Main - class allensoft.javacvs.client.ui.command.Main.
 
Main - class allensoft.javacvs.client.ui.swing.Main.
 
Main() - Constructor for class allensoft.javacvs.client.ui.command.Main
 
Main() - Constructor for class allensoft.javacvs.client.ui.swing.Main
 
main(String[]) - Static method in class allensoft.bug.server.DatabaseBugServer
Main entry point for the bug server.
main(String[]) - Static method in class allensoft.bug.server.InitDatabase
 
main(String[]) - Static method in class allensoft.bug.Test
 
main(String[]) - Static method in class allensoft.diff.UnixDiffParser
 
main(String[]) - Static method in class allensoft.gui.treetable.TreeTableExample2
 
main(String[]) - Static method in class allensoft.gui.StripPanel
 
main(String[]) - Static method in class allensoft.gui.NumericRangePopup
 
main(String[]) - Static method in class allensoft.javacvs.client.ui.command.Main
 
main(String[]) - Static method in class allensoft.javacvs.client.ui.swing.Main
 
markAsModified() - Method in class allensoft.javacvs.client.FileEntry
 
markAsUnmodified() - Method in class allensoft.javacvs.client.FileEntry
Marks this file entry as unmodified by updating its timestamp to that of when the file was last modified.
matchesPattern(String, String) - Static method in class allensoft.util.StringUtilities
Determines if a string matches a pattern with case sensitivity.
matchesPattern(String, String, boolean) - Static method in class allensoft.util.StringUtilities
Determines if a string matches a pattern with or without case sensitivity.
maximumLayoutSize(Container) - Method in class allensoft.gui.FormLayout
 
maximumLayoutSize(Container) - Method in class allensoft.gui.StripLayout
 
MEDIUM_ICON - Static variable in class allensoft.gui.EnhancedToolBar
 
MEDIUM_ICON - Static variable in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
MenuEditorDialog - class allensoft.gui.MenuEditorDialog.
Dialog which edits menus and can create a XML document.
MenuEditorDialog.ActionCellRenderer - class allensoft.gui.MenuEditorDialog.ActionCellRenderer.
 
MenuEditorDialog.ActionCellRenderer() - Constructor for class allensoft.gui.MenuEditorDialog.ActionCellRenderer
 
MenuEditorDialog.Contents - class allensoft.gui.MenuEditorDialog.Contents.
 
MenuEditorDialog.Contents(ActionList, ActionPool, Element, boolean) - Constructor for class allensoft.gui.MenuEditorDialog.Contents
 
MenuEditorDialog.MenuItemDetails - class allensoft.gui.MenuEditorDialog.MenuItemDetails.
Defines the details for a menu item.
MenuEditorDialog.MenuItemDetails(Action, KeyStroke) - Constructor for class allensoft.gui.MenuEditorDialog.MenuItemDetails
 
MenuEditorDialog.MenuItemDetails(Action, String, KeyStroke) - Constructor for class allensoft.gui.MenuEditorDialog.MenuItemDetails
 
MenuEditorDialog.MenuTreeCellRenderer - class allensoft.gui.MenuEditorDialog.MenuTreeCellRenderer.
Cell renderer for rendering the menus in the tree.
MenuEditorDialog.MenuTreeCellRenderer() - Constructor for class allensoft.gui.MenuEditorDialog.MenuTreeCellRenderer
 
MenuEditorDialog(Frame, ActionList, ActionPool, Element, boolean) - Constructor for class allensoft.gui.MenuEditorDialog
 
MenuEditorDialog(Frame, MenuEditorDialog.Contents) - Constructor for class allensoft.gui.MenuEditorDialog
 
merge(int, int, int) - Method in class allensoft.gui.treetable.MergeSort
 
MergeSort - class allensoft.gui.treetable.MergeSort.
An implementation of MergeSort, needs to be subclassed to compare the terms.
MergeSort() - Constructor for class allensoft.gui.treetable.MergeSort
 
mergeSort(int, int) - Method in class allensoft.gui.treetable.MergeSort
 
MindBrightSSHConnection - class allensoft.javacvs.client.MindBrightSSHConnection.
 
MindBrightSSHConnection(CVSClient, RepositoryLocation, LoginDetails) - Constructor for class allensoft.javacvs.client.MindBrightSSHConnection
 
MindBrightSSHConnection(CVSClient, RepositoryLocation, LoginDetails, int) - Constructor for class allensoft.javacvs.client.MindBrightSSHConnection
 
minimumLayoutSize(Container) - Method in class allensoft.gui.FormLayout
 
minimumLayoutSize(Container) - Method in class allensoft.gui.StripLayout
 
MiscUtilities - class allensoft.util.MiscUtilities.
 
MiscUtilities() - Constructor for class allensoft.util.MiscUtilities
 
MISSING_FILES - Static variable in class allensoft.javacvs.client.FileEntryFilter
 
model - Variable in class allensoft.gui.treetable.TreeTableExample2
Model for the JTreeTable.
MODIFIED_ADDED_OR_REMOVED_FILES - Static variable in class allensoft.javacvs.client.FileEntryFilter
Filter that accepts modified, locally added or removed files.
MODIFIED_FILES - Static variable in class allensoft.javacvs.client.FileEntryFilter
Filter that accepts modified files.
MODIFIED_PROPERTY - Static variable in class allensoft.javacvs.client.FileEntry
 
ModuleExpansionResponse - class allensoft.javacvs.client.ModuleExpansionResponse.
 
ModuleExpansionResponse(CVSRequest) - Constructor for class allensoft.javacvs.client.ModuleExpansionResponse
 
moveDown() - Method in class allensoft.gui.MenuEditorDialog.Contents
 
moveUp() - Method in class allensoft.gui.MenuEditorDialog.Contents
 
MultiFileCVSRequest - class allensoft.javacvs.client.MultiFileCVSRequest.
The base class for requests that operate on one or more client files that exist in a working directory.
MultiFileCVSRequest() - Constructor for class allensoft.javacvs.client.MultiFileCVSRequest
 
MultiFileCVSRequest(File) - Constructor for class allensoft.javacvs.client.MultiFileCVSRequest
 
MultiFileCVSRequest(File[]) - Constructor for class allensoft.javacvs.client.MultiFileCVSRequest
 

N

NEEDS_MERGE - Static variable in class allensoft.javacvs.client.FileEntry.Status
 
NEEDS_PATCH - Static variable in class allensoft.javacvs.client.FileEntry.Status
 
NEEDS_UPDATE - Static variable in class allensoft.javacvs.client.FileEntry.Status
 
NestingException - exception allensoft.util.NestingException.
 
NestingException() - Constructor for class allensoft.util.NestingException
 
NestingException(Exception) - Constructor for class allensoft.util.NestingException
 
NestingException(String) - Constructor for class allensoft.util.NestingException
 
NestingException(String, Exception) - Constructor for class allensoft.util.NestingException
 
nextPage() - Method in class allensoft.gui.Wizard
Advances to the next page.
nextToken() - Method in class allensoft.util.Tokenizer
 
nodeForRow(int) - Method in class allensoft.gui.treetable.TreeTableModelAdapter
 
NonCVSFilesTable - class allensoft.javacvs.client.ui.swing.NonCVSFilesTable.
 
NonCVSFilesTable(GraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.NonCVSFilesTable
 
NONE - Static variable in class allensoft.diff.DiffType
 
NOT_DEFINED - Static variable in class allensoft.javacvs.client.KeywordSubstitutionMode
 
NotFileFilter - class allensoft.io.NotFileFilter.
A file filter that accepts files that aren't accepted by a specified file filter and vice versa.
NotFileFilter(FileFilter) - Constructor for class allensoft.io.NotFileFilter
 
NumericRangePopup - class allensoft.gui.NumericRangePopup.
A button which will display a popup menu allowing the user to choose between a finite range of numbers.
NumericRangePopup(int, int, int) - Constructor for class allensoft.gui.NumericRangePopup
 
NumericTextField - class allensoft.gui.NumericTextField.
A text field that only allows numbers to be entered.
NumericTextField(int, int) - Constructor for class allensoft.gui.NumericTextField
 

O

ok() - Method in class allensoft.gui.OkCancelDialog
OKs the dialog.
OkButton - class allensoft.gui.OkButton.
 
OkButton() - Constructor for class allensoft.gui.OkButton
 
OkCancelDialog - class allensoft.gui.OkCancelDialog.
A dialog that has OK and Cancel buttons and some contents.
OkCancelDialog.Contents - interface allensoft.gui.OkCancelDialog.Contents.
Defines the contents of the dialog.
OkCancelDialog.JPanelContents - class allensoft.gui.OkCancelDialog.JPanelContents.
A useful class for subclassing contents from.
OkCancelDialog.JPanelContents() - Constructor for class allensoft.gui.OkCancelDialog.JPanelContents
 
OkCancelDialog.JPanelContents(LayoutManager) - Constructor for class allensoft.gui.OkCancelDialog.JPanelContents
 
OkCancelDialog(Dialog, boolean, OkCancelDialog.Contents) - Constructor for class allensoft.gui.OkCancelDialog
 
OkCancelDialog(Dialog, OkCancelDialog.Contents) - Constructor for class allensoft.gui.OkCancelDialog
 
OkCancelDialog(Dialog, String, boolean, OkCancelDialog.Contents) - Constructor for class allensoft.gui.OkCancelDialog
 
OkCancelDialog(Dialog, String, OkCancelDialog.Contents) - Constructor for class allensoft.gui.OkCancelDialog
 
OkCancelDialog(Frame, boolean, OkCancelDialog.Contents) - Constructor for class allensoft.gui.OkCancelDialog
 
OkCancelDialog(Frame, OkCancelDialog.Contents) - Constructor for class allensoft.gui.OkCancelDialog
 
OkCancelDialog(Frame, String, boolean, OkCancelDialog.Contents) - Constructor for class allensoft.gui.OkCancelDialog
 
OkCancelDialog(Frame, String, OkCancelDialog.Contents) - Constructor for class allensoft.gui.OkCancelDialog
 
OkCancelDialog(OkCancelDialog.Contents) - Constructor for class allensoft.gui.OkCancelDialog
 
onChangePage() - Method in class allensoft.bug.BugReportWizard.UserDetailsPage
 
onChangePage() - Method in class allensoft.bug.BugReportWizard.SummaryPage
 
onChangePage() - Method in class allensoft.bug.BugReportWizard.BugDetailsPage
 
onChangePage() - Method in class allensoft.bug.BugReportWizard.HowToReproducePage
 
onChangePage() - Method in class allensoft.gui.WizardPage
Called when the wizard moves off of this page.
onFinish() - Method in class allensoft.bug.BugReportWizard.UserDetailsPage
 
onFinish() - Method in class allensoft.bug.BugReportWizard.SummaryPage
 
onFinish() - Method in class allensoft.bug.BugReportWizard.BugDetailsPage
 
onFinish() - Method in class allensoft.bug.BugReportWizard.HowToReproducePage
 
onFinish() - Method in class allensoft.bug.SubmitBugReportWizard
 
onFinish() - Method in class allensoft.bug.SaveBugReportWizard
 
onFinish() - Method in class allensoft.gui.Wizard
 
onFinish() - Method in class allensoft.gui.WizardPage
Called when the user clicks "Finish".
onRemove() - Method in class allensoft.gui.WizardPage
Called when this page is removed from the wizard.
onSelectPage() - Method in class allensoft.bug.BugReportWizard.UserDetailsPage
 
onSelectPage() - Method in class allensoft.bug.BugReportWizard.SummaryPage
 
onSelectPage() - Method in class allensoft.bug.BugReportWizard.BugDetailsPage
 
onSelectPage() - Method in class allensoft.bug.BugReportWizard.HowToReproducePage
 
onSelectPage() - Method in class allensoft.gui.WizardPage
Called when this page is made the current page in the wizard.
openedConnection(CVSClientEvent) - Method in class allensoft.javacvs.client.event.CVSClientAdapter
Fired when the client has actually opened a connection and is about to perform requests.
openedConnection(CVSClientEvent) - Method in interface allensoft.javacvs.client.event.CVSClientListener
Fired when the client has actually opened a connection and is about to perform requests.
Options - class allensoft.javacvs.client.Options.
The base class for any options.
Options() - Constructor for class allensoft.javacvs.client.Options
 
OptionsParser - class allensoft.util.OptionsParser.
A useful class for parsing options specified in a string.
OptionsParser.ListOfOptions - class allensoft.util.OptionsParser.ListOfOptions.
Defines a list of options.
OptionsParser.ListOfOptions() - Constructor for class allensoft.util.OptionsParser.ListOfOptions
 
OptionsParser.Option - class allensoft.util.OptionsParser.Option.
Defines an option parsed from a command line.
OptionsParser.OptionDefinition - class allensoft.util.OptionsParser.OptionDefinition.
Describes an option and how it can be specified on a command line.
OptionsParser.OptionGroup - class allensoft.util.OptionsParser.OptionGroup.
Defines agroup for mutually exclusive options.
OptionsParser.OptionGroup() - Constructor for class allensoft.util.OptionsParser.OptionGroup
 
OptionsParser() - Constructor for class allensoft.util.OptionsParser
 
OrFileFilter - class allensoft.io.OrFileFilter.
A file filter that accpets files that are accepted by two file filters.
OrFileFilter(FileFilter, FileFilter) - Constructor for class allensoft.io.OrFileFilter
 
OTHER_EXECUTABLE - Static variable in class allensoft.io.UnixFilePermissions
 
OTHER_READABLE - Static variable in class allensoft.io.UnixFilePermissions
 
OTHER_WRITABLE - Static variable in class allensoft.io.UnixFilePermissions
 
OWNER_EXECUTABLE - Static variable in class allensoft.io.UnixFilePermissions
 
OWNER_READABLE - Static variable in class allensoft.io.UnixFilePermissions
 
OWNER_WRITABLE - Static variable in class allensoft.io.UnixFilePermissions
 

P

padZeros(int, int) - Static method in class allensoft.util.StringUtilities
Creates a string from an integer value and pads it with zeros at the start to fill the supplied length.
padZeros(int, int, int) - Static method in class allensoft.util.StringUtilities
Creates a string from an integer value using the specified base and pads it with zeros at the start to fill the supplied length.
paint(Graphics) - Method in class allensoft.gui.treetable.JTreeTable.TreeTableCellRenderer
Sublcassed to translate the graphics such that the last visible row will be drawn at 0,0.
paintComponent(Graphics) - Method in class allensoft.diff.DiffDisplay
 
paintComponent(Graphics) - Method in class allensoft.gui.TearOffMenuItem
 
parseDocument(Reader) - Static method in class allensoft.xml.XMLUtilities
Creates a document from the supplied reader.
parseOptions(String, ParsePosition) - Method in class allensoft.util.OptionsParser
Parses the supllied string and calls the processOption method for each option found in the string.
PasswordScrambler - class allensoft.javacvs.client.PasswordScrambler.
 
PasswordScrambler() - Constructor for class allensoft.javacvs.client.PasswordScrambler
 
path - Variable in class allensoft.gui.treetable.TreeTableExample2
Path created with.
PatternBasedFileFilter - class allensoft.io.PatternBasedFileFilter.
A FileFilter that filters files that match a list of patterns.
PatternBasedFileFilter() - Constructor for class allensoft.io.PatternBasedFileFilter
 
PatternBasedFileFilter(String) - Constructor for class allensoft.io.PatternBasedFileFilter
 
PatternBasedFileFilter(String[]) - Constructor for class allensoft.io.PatternBasedFileFilter
 
performRequest() - Method in class allensoft.javacvs.client.CVSRequest
This is the main method for the request and is responsible for sending this request to the server.
performRequest() - Method in class allensoft.javacvs.client.AddRequest
 
performRequest(CVSRequest) - Method in class allensoft.javacvs.client.CVSClient
 
performRequest(CVSRequest, boolean) - Method in class allensoft.javacvs.client.CVSClient
Performs a request.
performRequestBatch(CVSRequestBatch) - Method in class allensoft.javacvs.client.CVSClient
 
performRequestBatch(CVSRequestBatch, boolean) - Method in class allensoft.javacvs.client.CVSClient
Performs a sequential list of requests using only one connection to a server.
performSubRequest(CVSRequest) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Performs the supplied request without trying to open a connection to the server.
PERMISSIONS_COLUMN - Static variable in class allensoft.gui.DirectoryContentsTableModel
 
preferredLayoutSize(Container) - Method in class allensoft.gui.FormLayout
 
preferredLayoutSize(Container) - Method in class allensoft.gui.StripLayout
 
previousPage() - Method in class allensoft.gui.Wizard
Goes back to the previous page.
printEnvironment() - Static method in class allensoft.util.MiscUtilities
Prints information about the current environment to stdout.
printEnvironment(PrintStream) - Static method in class allensoft.util.MiscUtilities
Prints information about the current environment to the supplied PrintWriter.
printLineInFile1(int, DiffType, String) - Method in class allensoft.diff.DiffProcessor
Displays a line in File1.
printLineInFile2(int, DiffType, String) - Method in class allensoft.diff.DiffProcessor
Displays a line in File2.
printNonExistantLineInFile1() - Method in class allensoft.diff.DiffProcessor
Displays a non-existant line in File1.
printNonExistantLineInFile2() - Method in class allensoft.diff.DiffProcessor
Displays a non-existant line in File2.
processBugReport(BugReport) - Method in interface allensoft.bug.server.BugServer
Process the supplied bug report.
processBugReport(BugReport) - Method in class allensoft.bug.server.DatabaseBugServer
 
processCheckedInResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processChecksumResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processClearStaticDirectoryResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processClearStickyResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processCopyFileResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processCreatedResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processErrorResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processMergedResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processModeResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processModTimeResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processModuleExpansionResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processModuleExpansionResponse(String) - Method in class allensoft.javacvs.client.ExpandModulesResponse
 
processModuleExpansionResponse(String) - Method in class allensoft.javacvs.client.ModuleExpansionResponse
 
processMouseEvent(MouseEvent) - Method in class allensoft.gui.EnhancedToolBar
 
processMouseEvent(MouseEvent) - Method in class allensoft.javacvs.client.ui.swing.CVSBrowserTree
 
processMouseEvent(MouseEvent) - Method in class allensoft.javacvs.client.ui.swing.NonCVSFilesTable
 
processMouseEvent(MouseEvent) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
processNewEntryResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processNotifiedResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processOkResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processOption(Object, OptionsParser.Option, OptionsParser.ListOfOptions) - Method in class allensoft.javacvs.client.ui.command.AddOptionsParser
 
processOption(Object, OptionsParser.Option, OptionsParser.ListOfOptions) - Method in class allensoft.javacvs.client.ui.command.CheckoutOptionsParser
 
processOption(Object, OptionsParser.Option, OptionsParser.ListOfOptions) - Method in class allensoft.javacvs.client.ui.command.CommitOptionsParser
 
processOption(Object, OptionsParser.Option, OptionsParser.ListOfOptions) - Method in class allensoft.javacvs.client.ui.command.DiffOptionsParser
 
processOption(Object, OptionsParser.Option, OptionsParser.ListOfOptions) - Method in class allensoft.javacvs.client.ui.command.ExportOptionsParser
 
processOption(Object, OptionsParser.Option, OptionsParser.ListOfOptions) - Method in class allensoft.javacvs.client.ui.command.GlobalOptionsParser
 
processOption(Object, OptionsParser.Option, OptionsParser.ListOfOptions) - Method in class allensoft.javacvs.client.ui.command.ImportOptionsParser
 
processOption(Object, OptionsParser.Option, OptionsParser.ListOfOptions) - Method in class allensoft.javacvs.client.ui.command.RemoveOptionsParser
 
processOption(Object, OptionsParser.Option, OptionsParser.ListOfOptions) - Method in class allensoft.javacvs.client.ui.command.TagOptionsParser
 
processOption(Object, OptionsParser.Option, OptionsParser.ListOfOptions) - Method in class allensoft.javacvs.client.ui.command.UpdateOptionsParser
 
processOption(Object, OptionsParser.Option, OptionsParser.ListOfOptions) - Method in class allensoft.util.OptionsParser
Override this method to process an individual option.
processPatchedResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processRcsDiffResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processRemovedResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processRemoveEntryResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processSetCheckinProgResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processSetStaticDirectoryResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processSetStickyResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processSetUpdateProgResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processStderrMessageResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processStderrMessageResponse(String) - Method in class allensoft.javacvs.client.StatusResponse
 
processStdoutBinaryMessageResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processStdoutMessageResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processStdoutMessageResponse(String) - Method in class allensoft.javacvs.client.DiffResponse
 
processStdoutMessageResponse(String) - Method in class allensoft.javacvs.client.StatusResponse
 
processTemplateResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processUnrecognizedOption(String, int) - Method in class allensoft.util.OptionsParser
 
processUnrecognizedResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processUpdatedResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processUpdateExistingResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processValidRequestsResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processValidRequestsResponse(String) - Method in class allensoft.javacvs.client.ValidRequestsResponse
 
processWindowEvent(WindowEvent) - Method in class allensoft.diff.DiffViewerDialog
 
processWindowEvent(WindowEvent) - Method in class allensoft.javacvs.client.ui.swing.CVSBrowserWindow
 
processWrapperRcsOptionResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
 
processWrapperRcsOptionResponse(String) - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsResponse
 
PSERVER - Static variable in class allensoft.javacvs.client.CVSConnectionMethod
 
PServerConnection - class allensoft.javacvs.client.PServerConnection.
 
PServerConnection(CVSClient, RepositoryLocation, LoginDetails) - Constructor for class allensoft.javacvs.client.PServerConnection
 
PServerConnection(CVSClient, RepositoryLocation, LoginDetails, int) - Constructor for class allensoft.javacvs.client.PServerConnection
 

R

read() - Method in class allensoft.io.ASCIIInputStream
 
read() - Method in class allensoft.javacvs.client.CVSResponseMessageReader
 
read(char[], int, int) - Method in class allensoft.javacvs.client.CVSResponseMessageReader
 
receivedResponse(CVSClientResponseEvent) - Method in class allensoft.javacvs.client.event.CVSClientAdapter
 
receivedResponse(CVSClientResponseEvent) - Method in interface allensoft.javacvs.client.event.CVSClientListener
Fired when a response is recieved from the server to a request.
receivedText(CVSClientTextEvent) - Method in class allensoft.javacvs.client.event.CVSClientAdapter
Fired when some text is received from the server.
receivedText(CVSClientTextEvent) - Method in interface allensoft.javacvs.client.event.CVSClientListener
Fired when some text is received from the server.
receiveFile(File) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
receiveFile(OutputStream) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
receiveLine() - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
receiveResponse() - Method in class allensoft.javacvs.client.CVSResponse
Receives the entire response from the server.
recycleSorter(MergeSort) - Static method in class allensoft.gui.treetable.FileSystemModel2
Should be invoked when a MergeSort is no longer needed.
reload(Object) - Method in class allensoft.gui.treetable.TreeTableExample2
Invoked to reload the children of a particular node.
reloadChildren() - Method in class allensoft.gui.FileSystemTreeModel.FileNode
 
reloadChildren() - Method in class allensoft.gui.FileSystemTreeModel.DefaultFileNode
 
reloadChildren(Object) - Method in class allensoft.gui.treetable.FileSystemModel2
Reloads the children of the specified node.
reloadContents() - Method in class allensoft.gui.DirectoryContentsTable
 
reloadContents() - Method in class allensoft.gui.DirectoryContentsTableModel
 
reloadCounter - Variable in class allensoft.gui.treetable.TreeTableExample2
A counter increment as the Timer fies and the same path is being reloaded.
reloadedEntries(WorkingDirectoryEvent) - Method in interface allensoft.javacvs.client.event.WorkingDirectoryListener
Fired when the working directory has reloaded its entries from the CVS/Entries file.
reloadEntries() - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
reloadEntriesFile() - Method in class allensoft.javacvs.client.WorkingDirectory
Reloads the Entries file if necessary and updates the cache of entries.
reloadEntriesFiles() - Static method in class allensoft.javacvs.client.WorkingDirectory
Realoads all Entries files for all working directories currently cached.
reloadNode - Variable in class allensoft.gui.treetable.FileSystemModel2
Node currently being reloaded, this becomes somewhat muddy if reloading is happening in multiple threads.
reloadPath - Variable in class allensoft.gui.treetable.TreeTableExample2
TreePath being reloaded.
reloadRow - Variable in class allensoft.gui.treetable.TreeTableExample2
Row the is being reloaded.
REMOVE - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
remove(RepositoryDetails) - Static method in class allensoft.javacvs.client.RepositoryDetails
 
remove(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
RemoveAction - class allensoft.javacvs.client.ui.swing.RemoveAction.
 
RemoveAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.RemoveAction
 
removeAll() - Static method in class allensoft.javacvs.client.RepositoryDetails
 
removeAllPatterns() - Method in class allensoft.io.PatternBasedFileFilter
 
removeAllPatterns() - Method in class allensoft.javacvs.client.CVSIgnoreFile
 
removeCellEditorListener(CellEditorListener) - Method in class allensoft.gui.treetable.AbstractCellEditor
 
removeChild(FileSystemTreeModel.FileNode) - Method in class allensoft.gui.FileSystemTreeModel.GroupFileNode
 
removeCommandListener(CommandInterpretterListener) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
removeCVSClientListener(CVSClientListener) - Method in class allensoft.javacvs.client.CVSClient
 
removeEntry(String) - Method in class allensoft.javacvs.client.WorkingDirectory
 
removeLayoutComponent(Component) - Method in class allensoft.gui.FormLayout
 
removeLayoutComponent(Component) - Method in class allensoft.gui.StripLayout
 
removeMenuItem() - Method in class allensoft.gui.MenuEditorDialog.Contents
 
RemoveOptions - class allensoft.javacvs.client.RemoveOptions.
Defines the options for a remove request.
RemoveOptions() - Constructor for class allensoft.javacvs.client.RemoveOptions
 
RemoveOptionsParser - class allensoft.javacvs.client.ui.command.RemoveOptionsParser.
 
RemoveOptionsParser() - Constructor for class allensoft.javacvs.client.ui.command.RemoveOptionsParser
 
removePattern(int) - Method in class allensoft.io.PatternBasedFileFilter
 
removePattern(String) - Method in class allensoft.io.PatternBasedFileFilter
 
removePattern(String) - Method in class allensoft.javacvs.client.CVSIgnoreFile
 
removePropertyChangeListener(PropertyChangeListener) - Method in class allensoft.javacvs.client.Entry
 
removePropertyChangeListener(PropertyChangeListener) - Method in class allensoft.javacvs.client.Settings
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class allensoft.javacvs.client.Entry
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class allensoft.javacvs.client.Settings
 
removeRepository() - Method in class allensoft.javacvs.client.ui.swing.EditRepositoriesDialog.Contents
 
RemoveRequest - class allensoft.javacvs.client.RemoveRequest.
 
RemoveRequest() - Constructor for class allensoft.javacvs.client.RemoveRequest
Creates a new RemoveRequest using the default options.
removeRequest(CVSRequest) - Method in class allensoft.javacvs.client.CVSRequestBatch
 
RemoveRequest(File) - Constructor for class allensoft.javacvs.client.RemoveRequest
Creates a new RemoveRequest that adds the supplied file to the repository using the default options.
RemoveRequest(File[]) - Constructor for class allensoft.javacvs.client.RemoveRequest
Creates a new RemoveRequest that adds the supplied files to the repository using the default options.
RemoveRequest(File[], RemoveOptions) - Constructor for class allensoft.javacvs.client.RemoveRequest
Creates a new RemoveRequest that adds the supplied files to the repository using the supplied options.
RemoveRequest(File, RemoveOptions) - Constructor for class allensoft.javacvs.client.RemoveRequest
Creates a new RemoveRequest that adds the supplied file to the repository using the supplied options.
RemoveRequest(RemoveOptions) - Constructor for class allensoft.javacvs.client.RemoveRequest
Creates a new RemoveRequest using the supplied options.
removeTreeModelListener(TreeModelListener) - Method in class allensoft.gui.treetable.AbstractTreeTableModel
 
removeTreeModelListener(TreeModelListener) - Method in class allensoft.gui.FileSystemTreeModel
Removes a listener previously added with addTreeModelListener().
removeWorkingDirectoryListener(WorkingDirectoryListener) - Method in class allensoft.javacvs.client.WorkingDirectory
 
RepositoryDetails - class allensoft.javacvs.client.RepositoryDetails.
Defines details about how to connect to a repository given its location.
RepositoryDetails.ExtConnectionType - class allensoft.javacvs.client.RepositoryDetails.ExtConnectionType.
Defines possible connection types when using the ext or server connection methods.
RepositoryDetails.InvalidRepositoryDetailsException - exception allensoft.javacvs.client.RepositoryDetails.InvalidRepositoryDetailsException.
Excpetion thrown for when repository details are added using the add method.
RepositoryDetails.InvalidRepositoryDetailsException(String) - Constructor for class allensoft.javacvs.client.RepositoryDetails.InvalidRepositoryDetailsException
 
RepositoryDetailsDialog - class allensoft.javacvs.client.ui.swing.RepositoryDetailsDialog.
Dialog used to edit repository details.
RepositoryDetailsDialog.Contents - class allensoft.javacvs.client.ui.swing.RepositoryDetailsDialog.Contents.
 
RepositoryDetailsDialog.Contents(RepositoryDetails) - Constructor for class allensoft.javacvs.client.ui.swing.RepositoryDetailsDialog.Contents
 
RepositoryDetailsDialog(Frame) - Constructor for class allensoft.javacvs.client.ui.swing.RepositoryDetailsDialog
Creates a RepositoryDetailsDialog which will add some new repository details.
RepositoryDetailsDialog(Frame, RepositoryDetails) - Constructor for class allensoft.javacvs.client.ui.swing.RepositoryDetailsDialog
Creates a RepositoryDetailsDialog which will edit the supplied repository details.
RepositoryDetailsDialog(Frame, RepositoryDetailsDialog.Contents) - Constructor for class allensoft.javacvs.client.ui.swing.RepositoryDetailsDialog
 
RepositoryLocation - class allensoft.javacvs.client.RepositoryLocation.
Defines the location of a repository.
RepositoryLocation(CVSConnectionMethod, String, String, String) - Constructor for class allensoft.javacvs.client.RepositoryLocation
Creates a new CVSRepositoryLocation with the specified settings.
RepositoryLocation(String) - Constructor for class allensoft.javacvs.client.RepositoryLocation
Creates anew CVSRepositoryLocation object using sLocation as the location.
RequestAbortedException - exception allensoft.javacvs.client.RequestAbortedException.
 
RequestAbortedException() - Constructor for class allensoft.javacvs.client.RequestAbortedException
 
RequestAbortedException(String) - Constructor for class allensoft.javacvs.client.RequestAbortedException
 
requestFocus() - Method in class allensoft.javacvs.client.ui.swing.RevisionOrTagSelector
 
resort() - Method in class allensoft.gui.SortedTableModel
 
ResourceLoader - class allensoft.javacvs.client.ResourceLoader.
 
ResourceLoader() - Constructor for class allensoft.javacvs.client.ResourceLoader
 
REVISION_COLUMN - Static variable in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
REVISION_PROPERTY - Static variable in class allensoft.javacvs.client.FileEntry
 
RevisionOrTagSelector - class allensoft.javacvs.client.ui.swing.RevisionOrTagSelector.
Lets the user select a revision or tag.
RevisionOrTagSelector() - Constructor for class allensoft.javacvs.client.ui.swing.RevisionOrTagSelector
 
RevisionOrTagSelector(CVSClient, File) - Constructor for class allensoft.javacvs.client.ui.swing.RevisionOrTagSelector
 
RevisionTagOrDateSelector - class allensoft.javacvs.client.ui.swing.RevisionTagOrDateSelector.
Allows the user to specify a revision, tag or date.
RevisionTagOrDateSelector(CVSClient, File) - Constructor for class allensoft.javacvs.client.ui.swing.RevisionTagOrDateSelector
 
RMIBugSubmitter - class allensoft.bug.RMIBugSubmitter.
Submits a bug report by connecting to a BugServer object using RMI.
RMIBugSubmitter.RMIBugReportWizard - class allensoft.bug.RMIBugSubmitter.RMIBugReportWizard.
 
RMIBugSubmitter.RMIBugReportWizard(RMIBugSubmitter, BugReport) - Constructor for class allensoft.bug.RMIBugSubmitter.RMIBugReportWizard
 
RMIBugSubmitter(String) - Constructor for class allensoft.bug.RMIBugSubmitter
 
root - Variable in class allensoft.gui.treetable.AbstractTreeTableModel
 
run() - Method in class allensoft.bug.CrashReportingThread
 
run() - Method in class allensoft.diff.DiffProcessor
Runs this DiffProcessor.
run() - Method in class allensoft.javacvs.client.ui.swing.AbortAction
 
run() - Method in class allensoft.javacvs.client.ui.swing.AddAction
 
run() - Method in class allensoft.javacvs.client.ui.swing.CheckForFilesToAddOrRemoveAction
 
run() - Method in class allensoft.javacvs.client.ui.swing.CommitAction
 
run() - Method in class allensoft.javacvs.client.ui.swing.DiffAction
 
run() - Method in class allensoft.javacvs.client.ui.swing.EditRepositoriesAction
 
run() - Method in class allensoft.javacvs.client.ui.swing.LogAction
 
run() - Method in class allensoft.javacvs.client.ui.swing.RemoveAction
 
run() - Method in class allensoft.javacvs.client.ui.swing.StatusAction
 
run() - Method in class allensoft.javacvs.client.ui.swing.TagAction
 
run() - Method in class allensoft.javacvs.client.ui.swing.UpdateAction
 
runThread() - Method in class allensoft.bug.CrashReportingThread
Override this method to provide the functionality for your thread.

S

save() - Static method in class allensoft.javacvs.client.RepositoryDetails
Saves the repository details database.
save() - Method in class allensoft.javacvs.client.Settings
 
save(File) - Method in class allensoft.javacvs.client.Settings
 
save(OutputStream) - Method in class allensoft.javacvs.client.Settings
 
SaveBugReportWizard - class allensoft.bug.SaveBugReportWizard.
Wizard used to get information about a bug report so it can be saved to a file.
SaveBugReportWizard(BugReport) - Constructor for class allensoft.bug.SaveBugReportWizard
 
saveReport() - Method in class allensoft.bug.CrashReportDialog
Saves the crash report by creating a wizard to save the bug report
scramblePassword(String) - Static method in class allensoft.javacvs.client.PasswordScrambler
Scrambles a password for a pserver connection.
selectAll() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog.Contents
 
selectAll() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog.Contents
 
SelectFilesToAddDialog - class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog.
A dislog which displays a selection of files that the user can select to add and detrmine whether the file is binary or not.
SelectFilesToAddDialog.Contents - class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog.Contents.
Defines the contents for this dialog.
SelectFilesToAddDialog.Contents(Collection, DefaultKeywordSubstitutionModeClassifier) - Constructor for class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog.Contents
 
SelectFilesToAddDialog(Frame, Collection, DefaultKeywordSubstitutionModeClassifier) - Constructor for class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog
 
SelectFilesToAddDialog(Frame, File[], DefaultKeywordSubstitutionModeClassifier) - Constructor for class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog
 
SelectFilesToAddDialog(Frame, SelectFilesToAddDialog.Contents) - Constructor for class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog
 
SelectFilesToRemoveDialog - class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog.
Dialog which lets the user select a number of files to be removed.
SelectFilesToRemoveDialog.Contents - class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog.Contents.
 
SelectFilesToRemoveDialog.Contents(Collection) - Constructor for class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog.Contents
 
SelectFilesToRemoveDialog(Frame, Collection) - Constructor for class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog
 
SelectFilesToRemoveDialog(Frame, SelectFilesToRemoveDialog.Contents) - Constructor for class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog
 
selectNone() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog.Contents
 
selectNone() - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog.Contents
 
sendArgument(File) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendArgument(FileEntry) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendArgument(String) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendArgument(WorkingDirectory) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendBatch() - Method in class allensoft.javacvs.client.CVSClient
Sends the current batch of requests that have built up since enterBatchMode was called and exits batch mode.
SendBatchMenuItem - class allensoft.javacvs.client.ui.swing.SendBatchMenuItem.
Menu item that will send current batch of a client.
SendBatchMenuItem(CVSClient) - Constructor for class allensoft.javacvs.client.ui.swing.SendBatchMenuItem
 
sendCheckinProg(String) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendCurrentDirectory() - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendDateOption(Date) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendDirectory(File, String) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendDirectory(WorkingDirectory) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Sends a "Directory" command to the server.
sendEntry(FileEntry) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Sends an "Entry" command to the server.
sendFileDetails(File) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendFileDetails(FileEntry) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Sends the details of a file to the server.
sendFileDetails(File, KeywordSubstitutionMode) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendGlobalOption(String) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendKopt(KeywordSubstitutionMode) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendLine(String) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Sends a line to the server.
sendModified(File) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Sends a "Modified" command to the server.
sendOptions() - Method in class allensoft.javacvs.client.Options
Sends the options to the server.
sendOptions() - Method in class allensoft.javacvs.client.DiffOptions
 
sendOptions() - Method in class allensoft.javacvs.client.AddOptions
 
sendOptions() - Method in class allensoft.javacvs.client.CheckoutOptions
Sends the options to the server.
sendOptions() - Method in class allensoft.javacvs.client.CommitOptions
 
sendOptions() - Method in class allensoft.javacvs.client.ExportOptions
 
sendOptions() - Method in class allensoft.javacvs.client.GlobalOptions
 
sendOptions() - Method in class allensoft.javacvs.client.ImportOptions
 
sendOptions() - Method in class allensoft.javacvs.client.LogOptions
 
sendOptions() - Method in class allensoft.javacvs.client.RemoveOptions
 
sendOptions() - Method in class allensoft.javacvs.client.TagOptions
 
sendOptions() - Method in class allensoft.javacvs.client.UpdateOptions
Sends the options to the server.
sendOptions(Options) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Sends some options to the server.
sendRequest() - Method in class allensoft.javacvs.client.CVSRequest
Sends this request to the server.
sendRequest() - Method in class allensoft.javacvs.client.CheckoutRequest
 
sendRequest() - Method in class allensoft.javacvs.client.CommitRequest
 
sendRequest() - Method in class allensoft.javacvs.client.DiffRequest
 
sendRequest() - Method in class allensoft.javacvs.client.ExpandModulesRequest
Sends this request to the server.
sendRequest() - Method in class allensoft.javacvs.client.ExportRequest
 
sendRequest() - Method in class allensoft.javacvs.client.GetWrapperRCSOptionsRequest
 
sendRequest() - Method in class allensoft.javacvs.client.ImportRequest
 
sendRequest() - Method in class allensoft.javacvs.client.LogRequest
 
sendRequest() - Method in class allensoft.javacvs.client.RemoveRequest
 
sendRequest() - Method in class allensoft.javacvs.client.StatusRequest
 
sendRequest() - Method in class allensoft.javacvs.client.TagRequest
 
sendRequest() - Method in class allensoft.javacvs.client.UpdateRequest
 
sendRequest() - Method in class allensoft.javacvs.client.ValidRequestsRequest
 
sendStaticDirectory() - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendSticky(String) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendText(String) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Sends some text to the server.
sendUnchanged(String) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendUpdateProg(String) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendWorkingDirectoryDetails(WorkingDirectory) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendWorkingDirectoryDetails(WorkingDirectory, boolean) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
sendWorkingDirectoryDetails(WorkingDirectory, boolean, FileEntryFilter) - Method in class allensoft.javacvs.client.CVSCommunicationsObject
Sends the details of an entire working directory to the server.
sentText(CVSClientTextEvent) - Method in class allensoft.javacvs.client.event.CVSClientAdapter
Fired when some text is sent to the server.
sentText(CVSClientTextEvent) - Method in interface allensoft.javacvs.client.event.CVSClientListener
Fired when some text is sent to the server.
separateString(String) - Static method in class allensoft.util.StringUtilities
Seapartes the string using a comma without trimming of the separted strings.
separateString(String, boolean) - Static method in class allensoft.util.StringUtilities
Seapartes the string using a comma with optional trimming of the separted strings.
separateString(String, String) - Static method in class allensoft.util.StringUtilities
Separates the string using the supplied separator without trimming the separted strings.
separateString(String, String, boolean) - Static method in class allensoft.util.StringUtilities
Separates the supplied string into separate strings which are separated by the separator.
SEPARATOR - Static variable in class allensoft.gui.MenuEditorDialog
 
SessionManager - class allensoft.mail.SessionManager.
 
SessionManager() - Constructor for class allensoft.mail.SessionManager
 
setAcceptAllFiles(boolean) - Method in class allensoft.javacvs.client.CVSIgnoreFileFilter
 
setAlignment(float) - Method in class allensoft.gui.StripPanel
 
setAlignment(float) - Method in class allensoft.gui.FormLayout
 
setAlignment(float) - Method in class allensoft.gui.FormPanel
 
setAlignment(float) - Method in class allensoft.gui.StripLayout
 
setAllowSingleCharFlagsToBeGroupedTogether(boolean) - Method in class allensoft.util.OptionsParser
 
setApplicationName(String) - Static method in class allensoft.bug.BugReport
Sets the default application name to use for all new bug reports that are created.
setApplicationVersion(String) - Static method in class allensoft.bug.BugReport
Sets the default application version to use for all new bug reports that are created.
setBooleanSetting(String, boolean) - Method in class allensoft.javacvs.client.Settings
 
setBounds(int, int, int, int) - Method in class allensoft.gui.treetable.JTreeTable.TreeTableCellRenderer
This is overridden to set the height to match that of the JTable.
setBranchOrTrunk(String) - Method in class allensoft.javacvs.client.CommitOptions
 
setBugSubmitter(BugSubmitter) - Method in class allensoft.bug.DefaultCrashHandler
Sets the bug submitter used to submit crash reports.
setCancelText(String) - Method in class allensoft.gui.Wizard
Sets the text displayed in the cancel button.
setClearStickyTags(boolean) - Method in class allensoft.javacvs.client.CheckoutOptions
 
setComparator(Comparator) - Method in class allensoft.gui.DirectoryContentsTable
 
setComparator(Comparator) - Method in class allensoft.gui.SortedTableModel
 
setComparator(Comparator) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
setConnectionManager(CVSConnectionManager) - Method in class allensoft.javacvs.client.CVSClient
Sets the connection manager this client uses to create connections to a server.
setCrashHandler(CrashHandler) - Static method in class allensoft.bug.CrashHandler
Sets the global crash handler for this application.
setCreateEmptyDirectories(boolean) - Method in class allensoft.javacvs.client.CheckoutOptions
 
setCreateEmptyDirectories(boolean) - Method in class allensoft.javacvs.client.ExportOptions
 
setCurrentDirectory(File) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Sets the current directory that commands are interpretted in.
setDate(Date) - Method in class allensoft.gui.DateSelector
 
setDate(Date) - Method in class allensoft.javacvs.client.ui.swing.RevisionTagOrDateSelector
 
setDate(Date) - Method in class allensoft.javacvs.client.ExportOptions
Sets the date that the checkout out will not retrieve later revisions of files than.
setDate1(Date) - Method in class allensoft.javacvs.client.DiffOptions
 
setDate2(Date) - Method in class allensoft.javacvs.client.DiffOptions
 
setDefaultKeywordSubstitutionModeForTextFiles(KeywordSubstitutionMode) - Method in class allensoft.javacvs.client.DefaultKeywordSubstitutionModeClassifier
 
setDeleteLocalFiles(boolean) - Method in class allensoft.javacvs.client.RemoveOptions
 
setDescendsLinks(boolean) - Method in class allensoft.gui.treetable.FileSystemModel2
If newValue is true, links are descended.
setDescription(String) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
setDetails(String) - Method in class allensoft.bug.BugReport
Sets the details of this bug report.
setDirectory(File) - Method in class allensoft.gui.DirectoryContentsTable
 
setDirectory(File) - Method in class allensoft.gui.DirectoryContentsTableModel
 
setDirectory(File) - Method in class allensoft.javacvs.client.ui.swing.CVSBrowser
 
setDirectoryAndFilter(File, FileFilter) - Method in class allensoft.gui.DirectoryContentsTableModel
 
setDisplayCommandHelp(boolean) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
setDisplayFont(Font) - Method in class allensoft.diff.DiffDisplay
Sets the font used to display the text.
setDisplayFont(Font) - Method in class allensoft.diff.DiffViewer
Sets the font used to display the differences.
setDisplayGUI(boolean) - Method in class allensoft.javacvs.client.ui.command.ExtendedDiffOptions
 
setDisplayMode(int) - Method in class allensoft.gui.EnhancedToolBar
 
setDisplayMode(int) - Method in class allensoft.gui.EnhancedToolBar.Button
Sets the display mode used.
setDividerLocation(double) - Method in class allensoft.diff.DiffViewer
 
setEnabled(Component, boolean) - Static method in class allensoft.util.AWTUtilities
 
setExtConnectionType(RepositoryDetails.ExtConnectionType) - Method in class allensoft.javacvs.client.RepositoryDetails
 
setExternalCommand(String) - Method in class allensoft.javacvs.client.RepositoryDetails
 
setExternalRSHCommandPattern(String) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
setExternalSSHCommandPattern(String) - Method in class allensoft.javacvs.client.DefaultConnectionManager
 
setFieldHorizAlignment(float) - Method in class allensoft.gui.FormLayout
 
setFieldHorizAlignment(float) - Method in class allensoft.gui.FormPanel
 
setFieldVertAlignment(float) - Method in class allensoft.gui.FormLayout
 
setFieldVertAlignment(float) - Method in class allensoft.gui.FormPanel
 
setFileFilter(FileFilter) - Method in class allensoft.gui.DirectoryContentsTable
 
setFileFilter(FileFilter) - Method in class allensoft.gui.DirectoryContentsTableModel
 
setFileFilter(FileFilter) - Method in class allensoft.javacvs.client.ImportRequest
 
setFinishText(String) - Method in class allensoft.gui.Wizard
Sets the text displayed in the finish button.
setForceCommit(boolean) - Method in class allensoft.javacvs.client.CommitOptions
 
setGlobalOptions(GlobalOptions) - Method in class allensoft.javacvs.client.CVSClient
 
setGroupExecutable(boolean) - Method in class allensoft.io.UnixFilePermissions
 
setGroupReadable(boolean) - Method in class allensoft.io.UnixFilePermissions
 
setGroupWritable(boolean) - Method in class allensoft.io.UnixFilePermissions
 
setHorizSpacing(int) - Method in class allensoft.gui.FormLayout
Sets the spacing between labels and fields.
setHorizSpacing(int) - Method in class allensoft.gui.FormPanel
 
setHowToReproduce(String) - Method in class allensoft.bug.BugReport
Sets the information on how to reproduce this bug.
setIconSize(int) - Method in class allensoft.gui.EnhancedToolBar
 
setIconSize(int) - Method in class allensoft.gui.EnhancedToolBar.Button
Sets the size used for the icon.
setIgnoreCase(boolean) - Method in class allensoft.javacvs.client.DiffOptions
 
setIgnoreFileFilter(FileFilter) - Method in class allensoft.javacvs.client.CVSClient
Sets the file filter used to determine if a file should be ignored.
setIgnoreWhiteSpace(boolean) - Method in class allensoft.javacvs.client.DiffOptions
 
setImage(Icon) - Method in class allensoft.gui.Wizard
Sets the image that is displayed to the left of the wizard.
setIntSetting(String, int) - Method in class allensoft.javacvs.client.Settings
 
setKeyStroke(KeyStroke) - Method in class allensoft.gui.KeyStrokeEditor
 
setKeywordSubstitutionMode(File, KeywordSubstitutionMode) - Method in class allensoft.javacvs.client.DefaultKeywordSubstitutionModeClassifier
 
setKeywordSubstitutionMode(KeywordSubstitutionMode) - Method in class allensoft.javacvs.client.DiffOptions
 
setKeywordSubstitutionMode(KeywordSubstitutionMode) - Method in class allensoft.javacvs.client.AddOptions
 
setKeywordSubstitutionMode(KeywordSubstitutionMode) - Method in class allensoft.javacvs.client.ExportOptions
 
setKeywordSubstitutionMode(KeywordSubstitutionMode) - Method in class allensoft.javacvs.client.FileEntry
Sets the options for this file entry.
setKeywordSubstitutionMode(KeywordSubstitutionMode) - Method in class allensoft.javacvs.client.ImportOptions
 
setKeywordSubstitutionModeClassifier(KeywordSubstitutionModeClassifier) - Method in class allensoft.javacvs.client.AddRequest
Sets the KeywordSubstitutionModeClassifier used to determine the keyword substitution mode for files added.
setKeywordSubstitutionModeClassifier(KeywordSubstitutionModeClassifier) - Method in class allensoft.javacvs.client.ImportRequest
 
setLabelHorizAlignment(float) - Method in class allensoft.gui.FormLayout
Sets the horizontal alignment for labels.
setLabelHorizAlignment(float) - Method in class allensoft.gui.FormPanel
 
setLabelVertAlignment(float) - Method in class allensoft.gui.FormLayout
 
setLabelVertAlignment(float) - Method in class allensoft.gui.FormPanel
 
setLargeIcon(Icon) - Method in class allensoft.gui.EnhancedToolBar.Button
 
setLargeIcon(Icon) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
setLayout(LayoutManager) - Method in class allensoft.gui.FormPanel
 
setLocalServerCommand(String) - Method in class allensoft.javacvs.client.DefaultConnectionManager
Sets the command that is used to run the local server.
setLogDetails(LogResponse.LogDetails) - Method in class allensoft.javacvs.client.ui.swing.LogDetailsGraphPanel
 
setLoginManager(LoginManager) - Method in class allensoft.javacvs.client.CVSClient
Sets the login manager this client uses to get login details from the user when necessary.
setMakeCheckedOutFilesReadOnly(boolean) - Method in class allensoft.javacvs.client.GlobalOptions
 
setMaxDotDotLevel(int) - Method in class allensoft.javacvs.client.CVSClient
 
setMaxNumOfArgs(int) - Method in class allensoft.util.OptionsParser.OptionDefinition
 
setMaxNumOfTimesOptionCanBeSpecified(int) - Method in class allensoft.util.OptionsParser.OptionDefinition
 
setMediumIcon(Icon) - Method in class allensoft.gui.EnhancedToolBar.Button
 
setMediumIcon(Icon) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
setMergeFrom(String) - Method in class allensoft.javacvs.client.UpdateOptions
 
setMergeTo(String) - Method in class allensoft.javacvs.client.UpdateOptions
 
setMessage(String) - Method in class allensoft.javacvs.client.AddOptions
 
setMessage(String) - Method in class allensoft.javacvs.client.CommitOptions
 
setMessage(String) - Method in class allensoft.javacvs.client.ImportOptions
 
setMinNumOfArgs(int) - Method in class allensoft.util.OptionsParser.OptionDefinition
 
setMnemonics(Component) - Static method in class allensoft.util.AWTUtilities
Sets the mnemonics (keyboard shortcuts) for all buttons, and labels that are labels for a component, in the speciifed container.
setModel(TableModel) - Method in class allensoft.gui.DirectoryContentsTable
 
setModel(TableModel) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
setModel(TreeModel) - Method in class allensoft.gui.FileSystemTree
 
setModificationTime(File, Date) - Static method in class allensoft.io.UnixFileSupport
 
setName(String) - Method in class allensoft.gui.LoginDialog
 
setName(String) - Method in class allensoft.gui.LoginDialog.Contents
 
setName(String) - Method in class allensoft.gui.MenuEditorDialog.MenuItemDetails
 
setNextText(String) - Method in class allensoft.gui.Wizard
Sets the text displayed in the next button.
setNonExistantStyle(DiffDisplay.Style) - Method in class allensoft.diff.DiffDisplay
 
setNumOfArgs(int) - Method in class allensoft.util.OptionsParser.OptionDefinition
 
setOptionGroup(OptionsParser.OptionGroup) - Method in class allensoft.util.OptionsParser.OptionDefinition
 
setOptionIdentifier(char) - Method in class allensoft.util.OptionsParser
 
setOptions(AddOptions) - Method in class allensoft.javacvs.client.AddRequest
Sets the options used for this add request.
setOptions(CheckoutOptions) - Method in class allensoft.javacvs.client.UpdateRequest
 
setOptions(CommitOptions) - Method in class allensoft.javacvs.client.CommitRequest
 
setOptions(DiffOptions) - Method in class allensoft.javacvs.client.ui.swing.DiffOptionsDialog
 
setOptions(DiffOptions) - Method in class allensoft.javacvs.client.ui.swing.DiffOptionsDialog.Contents
 
setOptions(DiffOptions) - Method in class allensoft.javacvs.client.DiffRequest
 
setOptions(ImportOptions) - Method in class allensoft.javacvs.client.ImportRequest
 
setOptions(LogOptions) - Method in class allensoft.javacvs.client.LogRequest
 
setOptions(TagOptions) - Method in class allensoft.javacvs.client.TagRequest
 
setOtherExecutable(boolean) - Method in class allensoft.io.UnixFilePermissions
 
setOtherReadable(boolean) - Method in class allensoft.io.UnixFilePermissions
 
setOtherWritable(boolean) - Method in class allensoft.io.UnixFilePermissions
 
setOwnerExecutable(boolean) - Method in class allensoft.io.UnixFilePermissions
 
setOwnerReadable(boolean) - Method in class allensoft.io.UnixFilePermissions
 
setOwnerWritable(boolean) - Method in class allensoft.io.UnixFilePermissions
 
setParentFrame(Frame) - Method in class allensoft.javacvs.client.ui.swing.BrowserConnectionManager
 
setPassword(String) - Method in class allensoft.gui.LoginDialog
 
setPassword(String) - Method in class allensoft.gui.LoginDialog.Contents
 
setPattern(String) - Method in class allensoft.io.PatternBasedFileFilter
 
setPermissions(File, UnixFilePermissions) - Static method in class allensoft.io.UnixFileSupport
 
setPermissions(int) - Method in class allensoft.io.UnixFilePermissions
Sets the permissions from an integer bit mask.
setPermissions(String) - Method in class allensoft.io.UnixFilePermissions
 
setPreviousText(String) - Method in class allensoft.gui.Wizard
Sets the text displayed in the previous button.
setPruneEmptyDirectories(boolean) - Method in class allensoft.javacvs.client.CheckoutOptions
 
setRange(int, int) - Method in class allensoft.gui.NumericRangePopup
 
setRecursive(boolean) - Method in class allensoft.javacvs.client.DiffOptions
 
setRecursive(boolean) - Method in class allensoft.javacvs.client.CheckoutOptions
 
setRecursive(boolean) - Method in class allensoft.javacvs.client.CommitOptions
 
setRecursive(boolean) - Method in class allensoft.javacvs.client.ExportOptions
 
setRecursive(boolean) - Method in class allensoft.javacvs.client.LogOptions
 
setRecursive(boolean) - Method in class allensoft.javacvs.client.RemoveOptions
 
setRepositoryLocation(RepositoryLocation) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
Sets the repository location used for commands such as checkout.
setRepositoryLocation(RepositoryLocation) - Method in class allensoft.javacvs.client.RepositoryDetails
 
setRetrieveFilesThatDontMatchTagOrDate(boolean) - Method in class allensoft.javacvs.client.CheckoutOptions
 
setRetrieveFilesThatDontMatchTagOrDate(boolean) - Method in class allensoft.javacvs.client.ExportOptions
 
setRevision(String) - Method in class allensoft.javacvs.client.FileEntry
Sets the revision of this file entry.
setRevision1(String) - Method in class allensoft.javacvs.client.DiffOptions
 
setRevision2(String) - Method in class allensoft.javacvs.client.DiffOptions
 
setRevisionOrTag(String) - Method in class allensoft.javacvs.client.ui.swing.RevisionOrTagSelector
 
setRevisionOrTag(String) - Method in class allensoft.javacvs.client.ui.swing.RevisionTagOrDateSelector
 
setRowHeight(int) - Method in class allensoft.gui.treetable.JTreeTable
Overridden to pass the new rowHeight to the tree.
setRowHeight(int) - Method in class allensoft.gui.treetable.JTreeTable.TreeTableCellRenderer
Sets the row height of the tree, and forwards the row height to the table.
setRunModuleProgram(boolean) - Method in class allensoft.javacvs.client.CommitOptions
 
setSelected(File, boolean) - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToAddDialog.Contents
 
setSelected(File, boolean) - Method in class allensoft.javacvs.client.ui.swing.SelectFilesToRemoveDialog.Contents
 
setSelectedFile(File) - Method in class allensoft.gui.FileSystemTree
 
setSelectedFiles(File[]) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
Sets the currently selected files for this action.
setSelectedFiles(File[]) - Method in class allensoft.javacvs.client.ui.swing.CVSActionPool
Sets the selected files for all CVSActions in this action group.
setSelectedFiles(File[]) - Method in interface allensoft.javacvs.client.ui.swing.CVSFilesAction
Sets the files that this action will operate on when it is performed.
setSetting(String, String) - Method in class allensoft.javacvs.client.Settings
 
setShortcut(KeyStroke) - Method in class allensoft.gui.MenuEditorDialog.MenuItemDetails
 
setSmallIcon(Icon) - Method in class allensoft.gui.EnhancedToolBar.Button
 
setSmallIcon(Icon) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
setSpacing(int) - Method in class allensoft.gui.StripPanel
 
setSpacing(int) - Method in class allensoft.gui.StripLayout
 
setStaticDirectory() - Method in class allensoft.javacvs.client.WorkingDirectory
 
setStatus(FileEntry.Status) - Method in class allensoft.javacvs.client.FileEntry
Sets the status of this file entry.
setStatus(String) - Method in class allensoft.javacvs.client.FileEntry
 
setStickyDate(Date) - Method in class allensoft.javacvs.client.CheckoutOptions
Sets the date that the checkout out will not retrieve later revisions of files than.
setStickyDate(Date) - Method in class allensoft.javacvs.client.FileEntry
Sets the sticky date for this file entry.
setStickyTag(String) - Method in class allensoft.javacvs.client.CheckoutOptions
Sets the tag that the checkout out will not retrieve later revisions of files than.
setStickyTag(String) - Method in class allensoft.javacvs.client.FileEntry
Sets the sticky tag for this file entry.
setStyle(DiffType, DiffDisplay.Style) - Method in class allensoft.diff.DiffDisplay
 
setStyle(DiffType, DiffDisplay.Style) - Method in class allensoft.diff.DiffViewer
Sets the style used to display differences for the supplied type.
setSummary(String) - Method in class allensoft.bug.BugReport
Sets a summary of this bug.
setTabSize(int) - Method in class allensoft.diff.DiffDisplay
 
setTabSize(int) - Method in class allensoft.diff.DiffViewer
Sets the tab size.
setTag(String) - Method in class allensoft.javacvs.client.ExportOptions
Sets the tag that the checkout out will not retrieve later revisions of files than.
setTearable(boolean) - Method in class allensoft.gui.TearableMenu
 
setText(String) - Method in class allensoft.gui.EnhancedToolBar.Button
 
SettingBasedFileFilter - class allensoft.javacvs.client.SettingBasedFileFilter.
A file filter that accepts files based on a pattern defined in a setting.
SettingBasedFileFilter(Settings, String, String) - Constructor for class allensoft.javacvs.client.SettingBasedFileFilter
 
SettingBasedFileFilter(Settings, String, String[]) - Constructor for class allensoft.javacvs.client.SettingBasedFileFilter
 
SettingBasedFileFilter(String, String) - Constructor for class allensoft.javacvs.client.SettingBasedFileFilter
 
SettingBasedFileFilter(String, String[]) - Constructor for class allensoft.javacvs.client.SettingBasedFileFilter
 
Settings - class allensoft.javacvs.client.Settings.
Defines a way of setting and getting settings that are saved.
setToDefaults() - Method in class allensoft.javacvs.client.Options
Sets these options to their default values.
setUserEMail(String) - Method in class allensoft.bug.BugReport
Sets the email address of the user who submitted this bug report.
setUserName(String) - Method in class allensoft.bug.BugReport
Sets the name of the user who logged this bug.
setUseUnchanged(boolean) - Method in class allensoft.javacvs.client.CVSClient
 
setValidResponses(String) - Method in class allensoft.javacvs.client.CVSClient
 
setValue(int) - Method in class allensoft.gui.NumericRangePopup
 
setValue(int) - Method in class allensoft.gui.NumericTextField
 
setValue(Object) - Method in class allensoft.gui.DirectoryContentsTable.FileCellRenderer
 
setValue(Object) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable.EntryCellRenderer
 
setValueAt(Object, int, int) - Method in class allensoft.gui.treetable.TreeTableModelAdapter
 
setValueAt(Object, int, int) - Method in class allensoft.gui.SortedTableModel
Sets the value in the cell at columnIndex and rowIndex to aValue.
setValueAt(Object, Object, int) - Method in class allensoft.gui.treetable.AbstractTreeTableModel
 
setValueAt(Object, Object, int) - Method in interface allensoft.gui.treetable.TreeTableModel
Sets the value for node node, at column number column.
setVendorBranch(String) - Method in class allensoft.javacvs.client.ImportOptions
 
setVertSpacing(int) - Method in class allensoft.gui.FormLayout
Gets the vertical spacing between fields.
setVertSpacing(int) - Method in class allensoft.gui.FormPanel
 
setWeight(Component, float) - Method in class allensoft.gui.StripPanel
 
setWeight(Component, float) - Method in class allensoft.gui.FormLayout
 
setWeight(Component, float) - Method in class allensoft.gui.FormPanel
Sets the weighting value assigned to the supplied component.
setWeight(Component, float) - Method in class allensoft.gui.StripLayout
 
setWorkingDirectory(WorkingDirectory) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
setWorkingDirectory(WorkingDirectory) - Method in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
setYear(int) - Method in class allensoft.gui.YearSelector
 
setZipCompressionLevel(int) - Method in class allensoft.javacvs.client.GlobalOptions
 
shouldBeEnabled(File[]) - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
Determines if the action should be enabled for the specified files.
shouldSelectCell(EventObject) - Method in class allensoft.gui.treetable.AbstractCellEditor
 
showCard(Component) - Method in class allensoft.gui.CardPanel
Hide the currently visible child "card" and show the specified card.
showCard(String) - Method in class allensoft.gui.CardPanel
Show the card with the specified name.
showFirstCard() - Method in class allensoft.gui.CardPanel
Show the first card that was added to this CardPanel.
showLastCard() - Method in class allensoft.gui.CardPanel
Show the last card that was added to this CardPanel.
showNextCard() - Method in class allensoft.gui.CardPanel
Show the card that was added to this CardPanel after the currently visible card.
showPreviousCard() - Method in class allensoft.gui.CardPanel
Show the card that was added to this CardPanel before the currently visible card.
SingleFileCVSRequest - class allensoft.javacvs.client.SingleFileCVSRequest.
The base class for all cvs requests that operate on a single file in a working directory.
SingleFileCVSRequest(File) - Constructor for class allensoft.javacvs.client.SingleFileCVSRequest
Creates a new SingleFileCVSREquest for the supplied file.
SIZE_COLUMN - Static variable in class allensoft.gui.DirectoryContentsTableModel
 
SIZE_COLUMN - Static variable in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
SMALL_ICON - Static variable in class allensoft.gui.EnhancedToolBar
 
sort(Object[]) - Method in class allensoft.gui.treetable.MergeSort
 
sortByColumn(int, boolean) - Method in class allensoft.gui.SortedTableModel
 
SortedTableModel - class allensoft.gui.SortedTableModel.
A TableModel that sorts the data contained in another table model.
SortedTableModel.DefaultComparator - class allensoft.gui.SortedTableModel.DefaultComparator.
The comparator used when none is specified during construction.
SortedTableModel.DefaultComparator() - Constructor for class allensoft.gui.SortedTableModel.DefaultComparator
 
SortedTableModel(TableModel) - Constructor for class allensoft.gui.SortedTableModel
 
SortedTableModel(TableModel, Comparator) - Constructor for class allensoft.gui.SortedTableModel
 
startingRequests(CVSClientEvent) - Method in class allensoft.javacvs.client.event.CVSClientAdapter
Fired when the client is about to start performing some requests or just a single request.
startingRequests(CVSClientEvent) - Method in interface allensoft.javacvs.client.event.CVSClientListener
Fired when the client is about to start performing some requests or just a single request.
STATUS - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
STATUS_COLUMN - Static variable in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
STATUS_PROPERTY - Static variable in class allensoft.javacvs.client.FileEntry
 
StatusAction - class allensoft.javacvs.client.ui.swing.StatusAction.
Action that displays status for the selected files.
StatusAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.StatusAction
 
StatusDetailsPanel - class allensoft.javacvs.client.ui.swing.StatusDetailsPanel.
 
StatusDetailsPanel(StatusResponse.StatusDetails) - Constructor for class allensoft.javacvs.client.ui.swing.StatusDetailsPanel
 
statusLabel - Variable in class allensoft.gui.treetable.TreeTableExample2
Used to indicate status.
StatusRequest - class allensoft.javacvs.client.StatusRequest.
Defines a request object that performs a "status" request.
StatusRequest() - Constructor for class allensoft.javacvs.client.StatusRequest
 
StatusRequest(File) - Constructor for class allensoft.javacvs.client.StatusRequest
 
StatusRequest(File[]) - Constructor for class allensoft.javacvs.client.StatusRequest
 
StatusResponse - class allensoft.javacvs.client.StatusResponse.
Provides a high level interpretation of a status response from the server.
StatusResponse.StatusDetails - class allensoft.javacvs.client.StatusResponse.StatusDetails.
Encapsulates the status details for one file.
StatusResponse.StatusDetails() - Constructor for class allensoft.javacvs.client.StatusResponse.StatusDetails
 
StatusResponse.Tag - class allensoft.javacvs.client.StatusResponse.Tag.
 
StatusResponse.Tag() - Constructor for class allensoft.javacvs.client.StatusResponse.Tag
 
StatusResponse(StatusRequest) - Constructor for class allensoft.javacvs.client.StatusResponse
 
StatusResponsesPanel - class allensoft.javacvs.client.ui.swing.StatusResponsesPanel.
 
StatusResponsesPanel(StatusResponse) - Constructor for class allensoft.javacvs.client.ui.swing.StatusResponsesPanel
 
StatusResponsesPanel(StatusResponse[]) - Constructor for class allensoft.javacvs.client.ui.swing.StatusResponsesPanel
 
statusUpdate(CVSClientTextEvent) - Method in class allensoft.javacvs.client.event.CVSClientAdapter
Fired when the client's status changes.
statusUpdate(CVSClientTextEvent) - Method in interface allensoft.javacvs.client.event.CVSClientListener
Fired when the client's status changes.
STDERR_MESSAGES - Static variable in class allensoft.javacvs.client.CVSResponseMessageReader
 
STDOUT_MESSAGES - Static variable in class allensoft.javacvs.client.CVSResponseMessageReader
 
STICKY_COLUMN - Static variable in class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
STICKY_DATE_PROPERTY - Static variable in class allensoft.javacvs.client.FileEntry
 
STICKY_TAG_PROPERTY - Static variable in class allensoft.javacvs.client.FileEntry
 
stopCellEditing() - Method in class allensoft.gui.treetable.AbstractCellEditor
 
stopLoading() - Method in class allensoft.gui.treetable.FileSystemModel2
Stops and waits for all threads to finish loading.
StringUtilities - class allensoft.util.StringUtilities.
A miscelaneous collection of useful string utility functions.
StringUtilities() - Constructor for class allensoft.util.StringUtilities
 
StripLayout - class allensoft.gui.StripLayout.
 
StripLayout() - Constructor for class allensoft.gui.StripLayout
 
StripLayout(boolean) - Constructor for class allensoft.gui.StripLayout
 
StripLayout(boolean, int) - Constructor for class allensoft.gui.StripLayout
 
StripLayout(boolean, int, float) - Constructor for class allensoft.gui.StripLayout
 
StripPanel - class allensoft.gui.StripPanel.
A panel that provides a convenient way for using a StripLayout.
StripPanel(boolean) - Constructor for class allensoft.gui.StripPanel
 
StripPanel(boolean, int) - Constructor for class allensoft.gui.StripPanel
 
StripPanel(boolean, int, float) - Constructor for class allensoft.gui.StripPanel
 
submit() - Method in class allensoft.bug.CrashReportDialog
Submits the crash report by passing it on to the BugSubmitter
submit() - Method in class allensoft.bug.SubmitBugReportWizard
 
submit() - Method in class allensoft.bug.EMailBugSubmitter.EMailBugReportWizard
 
submit() - Method in class allensoft.bug.RMIBugSubmitter.RMIBugReportWizard
 
submitBugReport(BugReport) - Method in interface allensoft.bug.BugSubmitter
Submits the supplied bug report.
submitBugReport(BugReport) - Method in class allensoft.bug.WizardBasedBugSubmitter
Submits the supplied bug report.
submitBugReport(BugReport) - Method in class allensoft.bug.EMailBugSubmitter
 
SubmitBugReportWizard - class allensoft.bug.SubmitBugReportWizard.
The base class for bug report wizards that submit a bug report over the internet.
SubmitBugReportWizard(BugReport) - Constructor for class allensoft.bug.SubmitBugReportWizard
 
swapSpace - Variable in class allensoft.gui.treetable.MergeSort
 

T

TAG - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
tag(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
TagAction - class allensoft.javacvs.client.ui.swing.TagAction.
 
TagAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.TagAction
 
TagOptions - class allensoft.javacvs.client.TagOptions.
 
TagOptions() - Constructor for class allensoft.javacvs.client.TagOptions
 
TagOptionsParser - class allensoft.javacvs.client.ui.command.TagOptionsParser.
 
TagOptionsParser() - Constructor for class allensoft.javacvs.client.ui.command.TagOptionsParser
 
TagRequest - class allensoft.javacvs.client.TagRequest.
 
TagRequest(File[], String) - Constructor for class allensoft.javacvs.client.TagRequest
Creates a new TagRequest that adds the supplied files to the repository using the default options.
TagRequest(File[], String, TagOptions) - Constructor for class allensoft.javacvs.client.TagRequest
Creates a new TagRequest that adds the supplied files to the repository using the supplied options.
TagRequest(File, String) - Constructor for class allensoft.javacvs.client.TagRequest
Creates a new TagRequest that adds the supplied file to the repository using the default options.
TagRequest(File, String, TagOptions) - Constructor for class allensoft.javacvs.client.TagRequest
Creates a new TagRequest that adds the supplied file to the repository using the supplied options.
TagRequest(String) - Constructor for class allensoft.javacvs.client.TagRequest
Creates a new TagRequest using the default options.
TagRequest(String, TagOptions) - Constructor for class allensoft.javacvs.client.TagRequest
Creates a new TagRequest using the supplied options.
TearableMenu - class allensoft.gui.TearableMenu.
A menu that can be torn off.
TearableMenu(String) - Constructor for class allensoft.gui.TearableMenu
 
TearOffMenuItem - class allensoft.gui.TearOffMenuItem.
A menu item that can be used to tear off the current menu.
TearOffMenuItem() - Constructor for class allensoft.gui.TearOffMenuItem
 
technicalInfo() - Method in class allensoft.bug.CrashReportDialog
Displays the technical information for this crash report.
TechnicalInfoDialog - class allensoft.bug.TechnicalInfoDialog.
Dialog used to display technical information about a crash report.
TechnicalInfoDialog(Dialog, CrashReport) - Constructor for class allensoft.bug.TechnicalInfoDialog
 
TerminalLoginManager - class allensoft.javacvs.client.ui.command.TerminalLoginManager.
Implements a LoginManager that gets login details from the user from a terminal.
TerminalLoginManager() - Constructor for class allensoft.javacvs.client.ui.command.TerminalLoginManager
 
Test - class allensoft.bug.Test.
A simple test harness that divides by zero when a button is clicked to test the crash handling classes.
Test() - Constructor for class allensoft.bug.Test
 
TEXT_ONLY - Static variable in class allensoft.gui.EnhancedToolBar
Display mode that shows text only.
timer - Variable in class allensoft.gui.treetable.TreeTableExample2
Timer used to update reload state.
Tokenizer - class allensoft.util.Tokenizer.
A simple tokenizer that treats space, tab, new line, line feed as white space and '"' chars can quote strings.
Tokenizer(Reader) - Constructor for class allensoft.util.Tokenizer
 
Tokenizer(String) - Constructor for class allensoft.util.Tokenizer
 
TornOffMenu - class allensoft.gui.TornOffMenu.
Represents a menu that has been torn off.
TornOffMenu.MenuItem - class allensoft.gui.TornOffMenu.MenuItem.
Represents a menu item for a TornOffMenu as a button.
TornOffMenu.MenuItem(AbstractButton) - Constructor for class allensoft.gui.TornOffMenu.MenuItem
 
TornOffMenu(JMenu) - Constructor for class allensoft.gui.TornOffMenu
 
TornOffMenu(JPopupMenu) - Constructor for class allensoft.gui.TornOffMenu
 
toSort - Variable in class allensoft.gui.treetable.MergeSort
 
toString() - Method in class allensoft.bug.BugReport
Converts this bug report to a string that describes all the settings.
toString() - Method in class allensoft.bug.CrashReport
Converts this bug report to a string that describes it.
toString() - Method in class allensoft.diff.Change
 
toString() - Method in class allensoft.diff.DiffType
 
toString() - Method in class allensoft.diff.Insertion
 
toString() - Method in class allensoft.gui.FileSystemTreeModel.FileNode
 
toString() - Method in class allensoft.io.UnixFilePermissions
 
toString() - Method in class allensoft.javacvs.client.CVSConnectionMethod
 
toString() - Method in class allensoft.javacvs.client.DirectoryEntry
 
toString() - Method in class allensoft.javacvs.client.FileEntry
Converts this file entry to a string in the format represented in a "Entries" file.
toString() - Method in class allensoft.javacvs.client.FileEntry.Status
 
toString() - Method in class allensoft.javacvs.client.KeywordSubstitutionMode
Gets the string representation of this substitution mode.
toString() - Method in class allensoft.javacvs.client.LogResponse.LogDetails
 
toString() - Method in class allensoft.javacvs.client.RepositoryDetails
 
toString() - Method in class allensoft.javacvs.client.RepositoryDetails.ExtConnectionType
 
toString() - Method in class allensoft.javacvs.client.RepositoryLocation
Converts this location to a string of the form:
toString() - Method in class allensoft.util.NestingException
 
tree - Variable in class allensoft.gui.treetable.JTreeTable
A subclass of JTree.
treeTable - Variable in class allensoft.gui.treetable.TreeTableExample2
Used to represent the model.
TreeTableExample2 - class allensoft.gui.treetable.TreeTableExample2.
Assembles the UI.
TreeTableExample2(String) - Constructor for class allensoft.gui.treetable.TreeTableExample2
 
TreeTableModel - interface allensoft.gui.treetable.TreeTableModel.
TreeTableModel is the model used by a JTreeTable.
TreeTableModelAdapter - class allensoft.gui.treetable.TreeTableModelAdapter.
This is a wrapper class takes a TreeTableModel and implements the table model interface.
TreeTableModelAdapter(TreeTableModel, JTree) - Constructor for class allensoft.gui.treetable.TreeTableModelAdapter
 
ttCount - Static variable in class allensoft.gui.treetable.TreeTableExample2
Number of instances of TreeTableExample2.

U

UnixDiffParser - class allensoft.diff.UnixDiffParser.
 
UnixDiffParser(Reader) - Constructor for class allensoft.diff.UnixDiffParser
 
UnixFilePermissions - class allensoft.io.UnixFilePermissions.
Defines the permissions for a Unix file.
UnixFilePermissions() - Constructor for class allensoft.io.UnixFilePermissions
Create a new UnixFilePermissions with no permissions.
UnixFilePermissions(int) - Constructor for class allensoft.io.UnixFilePermissions
Creates a new UnixFilePermissions from the specified bit mask.
UnixFilePermissions(String) - Constructor for class allensoft.io.UnixFilePermissions
Creates a new UnixFilePermissions object from the specified file permission string.
UnixFileSupport - class allensoft.io.UnixFileSupport.
Provides a means for getting and setting UNIX file permissions for a file.
UnixFileSupport() - Constructor for class allensoft.io.UnixFileSupport
 
UNKNOWN - Static variable in class allensoft.javacvs.client.FileEntry.Status
 
UnrecognizedOptionException - exception allensoft.javacvs.client.ui.command.UnrecognizedOptionException.
 
UnrecognizedOptionException - exception allensoft.util.UnrecognizedOptionException.
 
UnrecognizedOptionException(String, int) - Constructor for class allensoft.javacvs.client.ui.command.UnrecognizedOptionException
 
UnrecognizedOptionException(String, int) - Constructor for class allensoft.util.UnrecognizedOptionException
 
unScramblePassword(String) - Static method in class allensoft.javacvs.client.PasswordScrambler
 
UnsupportedResponseException - exception allensoft.javacvs.client.UnsupportedResponseException.
 
UnsupportedResponseException(String) - Constructor for class allensoft.javacvs.client.UnsupportedResponseException
 
UP_TO_DATE - Static variable in class allensoft.javacvs.client.FileEntry.Status
 
UPDATE - Static variable in interface allensoft.javacvs.client.ui.swing.CVSAction
 
update(String) - Method in class allensoft.javacvs.client.ui.command.CommandInterpretter
 
UpdateAction - class allensoft.javacvs.client.ui.swing.UpdateAction.
Action that commits the selected files.
UpdateAction(DefaultGraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.UpdateAction
 
updateEnabled() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientAction
 
updateEnabled() - Method in class allensoft.javacvs.client.ui.swing.DefaultGraphicalClientFilesAction
Determines if this action should be enabled based on the currently selected files.
updateEnabled() - Method in interface allensoft.javacvs.client.ui.swing.CVSAction
Updates whether this action should be enabled or not.
updateEnabledForAllActions() - Method in class allensoft.javacvs.client.ui.swing.CVSActionPool
 
updateFileEntry(String, String) - Method in class allensoft.javacvs.client.WorkingDirectory
Updates the file entry in this working directory with the specified name and settings.
updateFileEntryDetails(File, String) - Method in class allensoft.javacvs.client.CVSResponse
Updates the file entry specified by the supplied file using the entry details from a server response.
updateFileFromResponse(String) - Method in class allensoft.javacvs.client.CVSResponse
Updates a file from a server response.
updateFileSystem() - Method in class allensoft.gui.FileSystemTree
Updates the tree view so that any expanded nodes relect any newly added/removed files.
updateMenuItems() - Method in class allensoft.gui.TornOffMenu
 
UpdateOptions - class allensoft.javacvs.client.UpdateOptions.
 
UpdateOptions() - Constructor for class allensoft.javacvs.client.UpdateOptions
 
UpdateOptionsParser - class allensoft.javacvs.client.ui.command.UpdateOptionsParser.
 
UpdateOptionsParser() - Constructor for class allensoft.javacvs.client.ui.command.UpdateOptionsParser
 
UpdateRequest - class allensoft.javacvs.client.UpdateRequest.
Defines a request to update some client side files/directories from a CVS repository.
UpdateRequest() - Constructor for class allensoft.javacvs.client.UpdateRequest
Creates a new UpdateRequest using default options.
UpdateRequest(CheckoutOptions) - Constructor for class allensoft.javacvs.client.UpdateRequest
 
UpdateRequest(File) - Constructor for class allensoft.javacvs.client.UpdateRequest
 
UpdateRequest(File[]) - Constructor for class allensoft.javacvs.client.UpdateRequest
 
UpdateRequest(File[], CheckoutOptions) - Constructor for class allensoft.javacvs.client.UpdateRequest
 
UpdateRequest(File, CheckoutOptions) - Constructor for class allensoft.javacvs.client.UpdateRequest
 
updateStatusLabel() - Method in class allensoft.gui.treetable.TreeTableExample2
Updates the status label based on reloadRow.
updateUI() - Method in class allensoft.gui.treetable.JTreeTable
Overridden to message super and forward the method to the tree.
updateUI() - Method in class allensoft.gui.treetable.JTreeTable.TreeTableCellRenderer
updateUI is overridden to set the colors of the Tree's renderer to match that of the table.
UseBatchModeMenuItem - class allensoft.javacvs.client.ui.swing.UseBatchModeMenuItem.
A menu item that can turn on or off batch mode for a CVS client.
UseBatchModeMenuItem(CVSClient) - Constructor for class allensoft.javacvs.client.ui.swing.UseBatchModeMenuItem
 

V

validateFile(File) - Method in class allensoft.javacvs.client.MultiFileCVSRequest
 
validateFile(File) - Method in class allensoft.javacvs.client.AddRequest
Overridden to ensure the file is not already under CVS control (by checking if an entry exists for it in an Entries file).
validateFile(File) - Method in class allensoft.javacvs.client.RemoveRequest
 
validateRequest() - Method in class allensoft.javacvs.client.CVSRequest
Validates this request.
validateRequest() - Method in class allensoft.javacvs.client.CommitRequest
 
validateRequest() - Method in class allensoft.javacvs.client.ExportRequest
 
validateRequest() - Method in class allensoft.javacvs.client.ImportRequest
 
validateRequest() - Method in class allensoft.javacvs.client.RemoveRequest
 
validateRequest() - Method in class allensoft.javacvs.client.UpdateRequest
 
validRequests() - Method in class allensoft.javacvs.client.CVSCommunicationsObject
 
ValidRequestsRequest - class allensoft.javacvs.client.ValidRequestsRequest.
 
ValidRequestsRequest(RepositoryLocation) - Constructor for class allensoft.javacvs.client.ValidRequestsRequest
 
ValidRequestsResponse - class allensoft.javacvs.client.ValidRequestsResponse.
 
ValidRequestsResponse(CVSRequest) - Constructor for class allensoft.javacvs.client.ValidRequestsResponse
 
VALUE_PROPERTY - Static variable in class allensoft.gui.NumericRangePopup
 
valueForPathChanged(TreePath, Object) - Method in class allensoft.gui.treetable.AbstractTreeTableModel
 
valueForPathChanged(TreePath, Object) - Method in class allensoft.gui.FileSystemTreeModel
Messaged when the user has altered the value for the item identified by path to newValue.
visibleRow - Variable in class allensoft.gui.treetable.JTreeTable.TreeTableCellRenderer
Last table/tree row asked to renderer.

W

waitForSuccessfulCompletion() - Method in class allensoft.javacvs.client.CVSRequest
Causes the calling thread to wait until this request has completed successfully.
wasCancelled() - Method in class allensoft.gui.OkCancelDialog
Checks if the dialog was cancelled.
wasFinished() - Method in class allensoft.gui.Wizard
Checks if the dialog finished successfully or if the user canceled.
WindowResizer - class allensoft.gui.WindowResizer.
Listens to window resizing events and if a window is made smaller than its minimum size it will be resized to its minimum size.
WindowResizer() - Constructor for class allensoft.gui.WindowResizer
 
Wizard - class allensoft.gui.Wizard.
A Wizard is a dialog that guides the user through a series of steps they must perform to accomplish a task.
Wizard(Frame) - Constructor for class allensoft.gui.Wizard
 
Wizard(Frame, boolean) - Constructor for class allensoft.gui.Wizard
 
Wizard(Frame, String) - Constructor for class allensoft.gui.Wizard
 
Wizard(Frame, String, boolean) - Constructor for class allensoft.gui.Wizard
Creates a new wizard dialog with no pages.
Wizard(String) - Constructor for class allensoft.gui.Wizard
 
WizardBasedBugSubmitter - class allensoft.bug.WizardBasedBugSubmitter.
A convienient base class for bug submitters.
WizardBasedBugSubmitter() - Constructor for class allensoft.bug.WizardBasedBugSubmitter
 
WizardPage - class allensoft.gui.WizardPage.
Defines one page in a Wizard dialog.
WizardPage() - Constructor for class allensoft.gui.WizardPage
Creates a new empty wizard page.
WizardPage(Component) - Constructor for class allensoft.gui.WizardPage
Creates a new wizard page which displays the supplied component.
WizardPage(String) - Constructor for class allensoft.gui.WizardPage
Creates a WizardPage that displays the supplied message at the top.
WizardPage(String, Component) - Constructor for class allensoft.gui.WizardPage
Creates a WizardPage that displays the supplied message at the top and the suplied component at the bottom.
WorkingDirectory - class allensoft.javacvs.client.WorkingDirectory.
Represents a working directory for a CVS client.
WorkingDirectoryEntryEvent - class allensoft.javacvs.client.event.WorkingDirectoryEntryEvent.
 
WorkingDirectoryEntryEvent(WorkingDirectory, Entry) - Constructor for class allensoft.javacvs.client.event.WorkingDirectoryEntryEvent
 
WorkingDirectoryEvent - class allensoft.javacvs.client.event.WorkingDirectoryEvent.
 
WorkingDirectoryEvent(WorkingDirectory) - Constructor for class allensoft.javacvs.client.event.WorkingDirectoryEvent
 
WorkingDirectoryListener - interface allensoft.javacvs.client.event.WorkingDirectoryListener.
The listener interface for events that are fired by a CVSClient.
WorkingDirectoryTable - class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable.
A table that displays the contents of a working directory.
WorkingDirectoryTable.EntryCellRenderer - class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable.EntryCellRenderer.
CellRenderer used to display file names.
WorkingDirectoryTable.EntryCellRenderer() - Constructor for class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable.EntryCellRenderer
 
WorkingDirectoryTable.EntryComparator - class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable.EntryComparator.
A comparator that organizes directories first and then files in alphabetical order.
WorkingDirectoryTable.EntryComparator() - Constructor for class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable.EntryComparator
 
WorkingDirectoryTable(GraphicalClient) - Constructor for class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
WorkingDirectoryTable(GraphicalClient, WorkingDirectory) - Constructor for class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
WorkingDirectoryTable(GraphicalClient, WorkingDirectory, Comparator) - Constructor for class allensoft.javacvs.client.ui.swing.WorkingDirectoryTable
 
WorkingDirectoryTableModel - class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel.
A TableModel that represents the contents of a working directory.
WorkingDirectoryTableModel() - Constructor for class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
WorkingDirectoryTableModel(WorkingDirectory) - Constructor for class allensoft.javacvs.client.ui.swing.WorkingDirectoryTableModel
 
write(PrintWriter) - Method in class allensoft.javacvs.client.Entry
Writes this entry to the specified output.
write(PrintWriter) - Method in class allensoft.javacvs.client.DirectoryEntry
 
write(PrintWriter) - Method in class allensoft.javacvs.client.FileEntry
Writes this file entry to the supplied output in the format expected in an "Entries" file.
writeConfigurationFile(Component, String, Node) - Static method in class allensoft.javacvs.client.ui.swing.CVSGUIBuilder
 
writeEntriesFile() - Method in class allensoft.javacvs.client.WorkingDirectory
Writes the "Entries" file for this working directory to the standard CVS/Entries file.
writeEntriesFile(File) - Method in class allensoft.javacvs.client.WorkingDirectory
Writes the "Entries" file for this working directory to the supplied file.
writeEntriesFile(PrintWriter) - Method in class allensoft.javacvs.client.WorkingDirectory
Writes the "Entries" file for this working directory to the supplied PrintWriter.
writeEntriesFiles() - Static method in class allensoft.javacvs.client.WorkingDirectory
Writes all "Entries" files that need to be written because entries have been modified in some working directories.
writeRepositoryFile() - Method in class allensoft.javacvs.client.WorkingDirectory
 
writeRepositoryFile(File) - Method in class allensoft.javacvs.client.WorkingDirectory
 
writeRepositoryFile(PrintWriter) - Method in class allensoft.javacvs.client.WorkingDirectory
Writes the "Repository" file to the supplied PrintWriter.
writeRootFile() - Method in class allensoft.javacvs.client.WorkingDirectory
 
writeRootFile(File) - Method in class allensoft.javacvs.client.WorkingDirectory
 
writeRootFile(PrintWriter) - Method in class allensoft.javacvs.client.WorkingDirectory
Writes the "Root" file to the supplied PrintWriter.

X

XMLUtilities - class allensoft.xml.XMLUtilities.
General class for making the parsing and creation of XML docuemnts as simple as possible.
XMLUtilities() - Constructor for class allensoft.xml.XMLUtilities
 

Y

YEAR_PROPERTY - Static variable in class allensoft.gui.YearSelector
 
YearSelector - class allensoft.gui.YearSelector.
Component that can be used to select a year.
YearSelector() - Constructor for class allensoft.gui.YearSelector
 
YearSelector(Calendar) - Constructor for class allensoft.gui.YearSelector
 
YearSelector(int) - Constructor for class allensoft.gui.YearSelector
Creates a new year selector that ensures the year is in the range defined by the calendar and with the year value taken from the calendar.

Z

ZERO - Static variable in class allensoft.gui.treetable.FileSystemModel2
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z