Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
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, ...).
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.
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.
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.
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.
UndoListener
Triggers the operation and informs the table model about the changes.
ActionPreview
- Class in
net.pandoragames.far.ui.swing.component.listener
ActionPreview(JFrame, 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(JFrame, 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.
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.
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.
addEdit(UndoableEdit)
- Method in class net.pandoragames.far.ui.swing.component.
UndoHistory
Adds an UndoableEdit object (undo) to the list of undoable modifications.
addFileList(List<TargetFile>)
- 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()
.
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 reveive notifications about find and replace operations (but not about renaming operations).
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.
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
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
addToBeToggled(Component)
- Method in class net.pandoragames.far.ui.swing.component.listener.
BackupFlagListener
Adds a component that will be toggled according to the state of the doBackup flag.
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.
askForOverwrite(File)
- Method in interface net.pandoragames.far.ui.
OverwriteFileCallback
Called to request user feedback.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W