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

A

abort() - Method in class net.pandoragames.far.FileSelector
This method may be called by a concurently running thread to abort a search started with the listFiles().
abort() - Method in class net.pandoragames.far.ui.UIBean
Aborts a currently running operation (find, replace, ...).
abort() - Method in interface net.pandoragames.far.ui.UIFace
Aborts a currently running operation (find, replace, ...).
AbstractDocumentChangedListener - Class in net.pandoragames.far.ui.swing.component.listener
Delegates all document change calls to a single, abstract method.
AbstractDocumentChangedListener() - Constructor for class net.pandoragames.far.ui.swing.component.listener.AbstractDocumentChangedListener
 
AbstractFileOperationListener - Class in net.pandoragames.far.ui.swing.component.listener
Abstract base class for ActionListeners that operate on the set of selected files.
AbstractFileOperationListener(FileSetTableModel) - Constructor for class net.pandoragames.far.ui.swing.component.listener.AbstractFileOperationListener
The listener is instantiated with a reference to the current FileSetTableModel.
AbstractFileOperationListener(FileSetTableModel, String) - Constructor for class net.pandoragames.far.ui.swing.component.listener.AbstractFileOperationListener
The listener is instantiated with a reference to the current FileSetTableModel and a label for this Action.
AbstractFileRepository - Class in net.pandoragames.far.ui.model
Base class for FileRepository implementations that reference the find form and replace form models.
AbstractFileRepository(FARConfig, FindForm, ReplaceForm, MessageBox) - Constructor for class net.pandoragames.far.ui.model.AbstractFileRepository
Constructor takes both forms and a FARConfig instance.
AbstractFileUpdaterListener - Class in net.pandoragames.far.ui.swing.component.listener
Extension of the AbstractFileOperationListener class for operations that modify the file data on disk.
AbstractFileUpdaterListener(FileSetTableModel, Localizer) - Constructor for class net.pandoragames.far.ui.swing.component.listener.AbstractFileUpdaterListener
The listener is instantiated with a reference to the current FileSetTableModel and a Localizer.
accept(File, String) - Method in class net.pandoragames.far.PatternFilter
Returns true if the file matches the pattern specified with the constructor.
ACTION_KEY_NEXT - Static variable in class net.pandoragames.far.ui.swing.component.UndoHistory
Key for Action in action map of text component
ACTION_KEY_PREVIOUS - Static variable in class net.pandoragames.far.ui.swing.component.UndoHistory
Key for Action in action map of text component
ACTION_KEY_REDO - Static variable in class net.pandoragames.far.ui.swing.component.UndoHistory
Key for Action in action map of text component
ACTION_KEY_UNDO - Static variable in class net.pandoragames.far.ui.swing.component.UndoHistory
Key for Action in action map of text component
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.AbstractFileOperationListener
Calls the execute() method for every selected file from the FileSetTableModel.
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.ActionPreview
Opens a FileView dialog if the current form is not null.
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.ActionView
Opens a FileView dialog if the current form is not null.
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.BrowseButtonListener
Opens a JFileChooser dialogue that allows to select a directory.
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.CommandExtract
Executes the command.
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.CommandFind
Executes the command.
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.CommandRename
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.CommandReplace
Executes the command.
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.ConfirmActionListener
Forwards the event to registered listeners, but only if the user confirms.
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.ConfirmReplaceListener
Forwards the event to registered listeners, but only if backup is enabled, or if the user confirms.
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.FindFilePanelBrowseButtonListener
Opens a JFileChooser dialogue that allows to select a directory.
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.ResetDispatcher
Called when the search form shall be reseted.
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.SaveFileNamePatternListener
 
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.UndoListener
Triggers the operation and informs the table model about the changes.
actionPerformed(ActionEvent) - Method in class net.pandoragames.far.ui.swing.menu.SelectByNameListener
 
ActionPreview - Class in net.pandoragames.far.ui.swing.component.listener
Opens the "preview" view that displays the planned changes.
ActionPreview(ComponentRepository, SwingConfig) - Constructor for class net.pandoragames.far.ui.swing.component.listener.ActionPreview
 
ActionView - Class in net.pandoragames.far.ui.swing.component.listener
Opens the "viewer" that visualises the matches of a (regex) search pattern.
ActionView(ComponentRepository, SwingConfig) - Constructor for class net.pandoragames.far.ui.swing.component.listener.ActionView
 
addActionListener(ActionListener) - Method in class net.pandoragames.far.ui.swing.component.FileNamePatternListCell
 
addActionListener(ActionListener) - Method in class net.pandoragames.far.ui.swing.component.listener.BrowseButtonListener
Accepts itself ActionListener.
addActionListener(ActionListener) - Method in class net.pandoragames.far.ui.swing.component.listener.ConfirmActionListener
Adds an ActionListener to this component that will be notified if t
addActionListener(ActionListener) - Method in class net.pandoragames.far.ui.swing.component.listener.FindFilePanelBrowseButtonListener
Accepts itself ActionListener.
addBackUpDirectoryPropertyChangeListener(PropertyChangeListener) - Method in class net.pandoragames.far.ui.model.ReplaceForm
Adds a PropertyChangeListener for the backUpDirectory property.
addBaseDirectoryListener(PropertyChangeListener) - Method in class net.pandoragames.far.ui.model.FindForm
Adds a PropertyChangeListener for the BaseDirectory property.
addComponentStartDisabled(Component, OperationType) - Method in class net.pandoragames.far.ui.swing.component.listener.OperationCallBackListener
Adds a component that will be disabled on start.
addComponentStartEnabled(Component, OperationType) - Method in class net.pandoragames.far.ui.swing.component.listener.OperationCallBackListener
Adds a component that will be enabled on start and disabled on termination.
addComponentStartReseted(Component, OperationType) - Method in class net.pandoragames.far.ui.swing.component.listener.OperationCallBackListener
Adds a component that will be reseted on start.
addComponentTerminationEnabled(Component, OperationType) - Method in class net.pandoragames.far.ui.swing.component.listener.OperationCallBackListener
Adds a component that will be enabled on (successfull) termination, but not altered otherwise.
addComponentToBeDisabledForSingleFiles(Component) - Method in class net.pandoragames.far.ui.swing.component.listener.FindFilePanelBrowseButtonListener
Adds a component that should be disabled if the file selected is not a directory but a single, ordinary file.
addDirectorySelectionControl(SwingConfig, FileRepository, boolean) - Method in class net.pandoragames.far.ui.swing.dialog.FileOperationDialog
Convinience method for inheriting classes.
addDoBackPropertyChangeListener(PropertyChangeListener) - Method in class net.pandoragames.far.ui.model.ReplaceForm
Adds a PropertyChangeListener for the doBackup property.
addEdit(UndoableEdit) - Method in class net.pandoragames.far.ui.swing.component.UndoHistory
Adds an UndoableEdit object (undo) to the list of undoable modifications.
addElement(FileNamePattern) - Method in class net.pandoragames.far.ui.swing.component.FileNamePatternComboboxModel
 
addExtension(String) - Method in class net.pandoragames.far.ui.model.MimeType
Adds an entry to the list of associated file extensions.
addFileList(List<TargetFile>) - Method in class net.pandoragames.far.ui.swing.dialog.FileOperationDialog
Convinience method for inheriting classes.
addFileList(List<TargetFile>, File) - Method in class net.pandoragames.far.ui.swing.dialog.FileOperationDialog
Convinience method for inheriting classes.
addFlag(JCheckBox) - Method in class net.pandoragames.far.ui.swing.component.ContentSearchPanel
Adds the specified Checkbox to the flags under the textarea.
addFormUpdateListener(FormUpdateListener) - Method in class net.pandoragames.far.ui.model.OperationForm
Adds a Listener that will be informed whenever this form is updated through method update().
addListDataListener(ListDataListener) - Method in class net.pandoragames.far.ui.swing.component.FileNamePatternComboboxModel
 
addProgressListener(ProgressListener) - Method in class net.pandoragames.far.ui.swing.component.listener.AbstractFileOperationListener
Adds a ProgressListener that will be informed about operation progress.
addProgressListener(ProgressListener) - Method in class net.pandoragames.far.ui.UIBean
Adds a ProgressListener that will reveive notifications about find and replace operations (but not about renaming operations).
addProgressListener(ProgressListener) - Method in interface net.pandoragames.far.ui.UIFace
Adds a ProgressListener that will receive notifications about find and replace operations (but not about renaming operations).
addPropertyChangeListener(String, PropertyChangeListener) - Method in class net.pandoragames.far.ui.model.OperationForm
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class net.pandoragames.far.ui.swing.component.listener.CommandRename
addResetable(Resetable) - Method in class net.pandoragames.far.ui.swing.component.listener.CommandExecutor
Adds some component that should be reseted when (i.e.
addResetable(Resetable) - Method in class net.pandoragames.far.ui.swing.component.listener.ResetDispatcher
Adds a generic Resetable component.
addSearchStringContentListener(PropertyChangeListener) - Method in class net.pandoragames.far.ui.model.ExtractForm
Adds a PropertyChangeListener that gets informed whenever the search string changes.
addTableModelListener(TableModelListener) - Method in class net.pandoragames.far.ui.swing.component.FileSetTableModel
addTabListener(int, TabListener) - Method in class net.pandoragames.far.ui.swing.OperationTabPane
Adds a tab listener that listens for events on the indicated tab or to all tabs if index is negative.
addToBeCleared(JTextComponent) - Method in class net.pandoragames.far.ui.swing.component.listener.ResetDispatcher
Adds a JTextComponent that will be cleared when a RESET is issued
addToBeDeSelected(AbstractButton) - Method in class net.pandoragames.far.ui.swing.component.listener.ResetDispatcher
Adds an "AbstractButton" (e.g.
addToBeDisabled(Component) - Method in class net.pandoragames.far.ui.swing.component.listener.ResetDispatcher
Adds a component that will be disabled when a RESET is issued
addToBeEnabled(Component) - Method in class net.pandoragames.far.ui.swing.component.listener.ResetDispatcher
Adds a component that will be enabled when a RESET is issued
addToBeEnabled(Component, boolean) - Method in class net.pandoragames.far.ui.swing.component.listener.ResetDispatcher
Adds a component that will be enabled (or disabled) when a RESET is issued
addToBeSelected(AbstractButton) - Method in class net.pandoragames.far.ui.swing.component.listener.ResetDispatcher
Adds an "AbstractButton" (e.g.
addToBeSelected(AbstractButton, boolean) - Method in class net.pandoragames.far.ui.swing.component.listener.ResetDispatcher
Adds an "AbstractButton" (e.g.
addToFlagPanel(JComponent) - Method in class net.pandoragames.far.ui.swing.component.ContentSearchPanel
Adds the specified Component to the flags under the textarea.
ANYTAB - Static variable in interface net.pandoragames.far.ui.swing.component.listener.TabListener
Constant for listener registration representing any tab.
APPLICATION_NAME - Static variable in class net.pandoragames.far.ui.FARConfig
The applications (short) name: FAR
APPLICATION_TITLE - Static variable in class net.pandoragames.far.ui.FARConfig
The application title: Find And Replace
apply(File, ReplacementString) - Method in class net.pandoragames.far.FileMatcher
Applies the regex pattern and the specified replacement string to the file.
applyReset() - Method in class net.pandoragames.far.ui.swing.component.listener.CommandExecutor
Resets all registered resetable components.
ARCHIVE - Static variable in class net.pandoragames.far.ui.model.FileType
Binary file type for archives such as zip and tar.gz.
askForOverwrite(File) - Method in interface net.pandoragames.far.ui.OverwriteFileCallback
Called to request user feedback.
asList() - Method in class net.pandoragames.far.ui.swing.component.FileNamePatternComboboxModel
 
A B C D E F G H I L M N O P Q R S T U V W X