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

R

read() - Method in class net.pandoragames.util.file.CP437InputStreamReader
read(char[], int, int) - Method in class net.pandoragames.util.file.CP437InputStreamReader
read() - Method in class net.pandoragames.util.file.LineNumberIndexReader
 
read(char[], int, int) - Method in class net.pandoragames.util.file.LineNumberIndexReader
 
redo() - Method in class net.pandoragames.far.ui.swing.component.UndoHistory
"Redoes" the last undone text modification if any is available.
refresh() - Method in class net.pandoragames.far.ui.swing.component.listener.ActionPreview
Refreshes the enabled/disabled status.
refresh() - Method in class net.pandoragames.far.ui.swing.component.listener.ActionView
Refreshes the enabled/disabled status.
refreshList(List<TargetFile>) - Method in class net.pandoragames.far.ui.swing.dialog.FileOperationDialog
Refreshs the file list with the specified list of files.
regexPattern - Variable in class net.pandoragames.far.ui.model.FARForm
Cached generated regex.
registerCloseWindowKeyListener(JComponent) - Method in class net.pandoragames.far.ui.swing.dialog.SubWindow
Registers Ctrl + w as a window close event on the specified component;
registerEnterKeyListener(JTextComponent, Action) - Method in class net.pandoragames.far.ui.swing.dialog.SubWindow
Registers an event listener for the Enter key on some text component.
registerEventHandler(ActionListener, MacOSXMenuAdapter.OSXCOMMAND) - Method in class net.pandoragames.far.ui.swing.component.MacOSXMenuAdapter
Adds an ActionListener for the specified command.
registerExtension(String, MimeType) - Method in class net.pandoragames.far.ui.model.MimeRegistry
Registers a file extension for some mime type.
registerMimeType(String, FileType) - Method in class net.pandoragames.far.ui.model.MimeRegistry
Adds the specified mimetType to the mime registry.
registerSnapshotHistory(JTextComponent) - Method in class net.pandoragames.far.ui.swing.component.UndoHistory
Registers the specified text component for the snapshot history.
registerUndoHistory(JTextComponent) - Method in class net.pandoragames.far.ui.swing.component.UndoHistory
Registers the specified text component for the undo history.
remove(MimeType) - Method in class net.pandoragames.far.ui.model.MimeRegistry
Removes a particular mime type from this registry.
remove(FileNamePattern) - Method in class net.pandoragames.far.ui.swing.component.FileNamePatternComboboxModel
 
removeActionListener(ActionListener) - Method in class net.pandoragames.far.ui.swing.component.FileNamePatternListCell
 
removeBaseDirectoryListener(PropertyChangeListener) - Method in class net.pandoragames.far.ui.model.FindForm
Removes a PropertyChangeListener.
removeElement(Object) - Method in class net.pandoragames.far.ui.swing.component.FileNamePatternComboboxModel
 
removeElementAt(int) - Method in class net.pandoragames.far.ui.swing.component.FileNamePatternComboboxModel
 
removeExtension(String) - Method in class net.pandoragames.far.ui.model.MimeRegistry
Removes a previously associated file extension.
removeExtension(String) - Method in class net.pandoragames.far.ui.model.MimeType
Removes a previously associated file extension.
removeFormUpdateListener(FormUpdateListener) - Method in class net.pandoragames.far.ui.model.OperationForm
Removes a previously registered update listener.
removeListDataListener(ListDataListener) - Method in class net.pandoragames.far.ui.swing.component.FileNamePatternComboboxModel
 
removeProgressListener(ProgressListener) - Method in class net.pandoragames.far.ui.UIBean
Removes a previously set ProgressListener
removeProgressListener(ProgressListener) - Method in interface net.pandoragames.far.ui.UIFace
Removes a previously set ProgressListener
removePropertyChangeListener(String, PropertyChangeListener) - Method in class net.pandoragames.far.ui.model.OperationForm
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class net.pandoragames.far.ui.swing.component.listener.CommandRename
removeTableModelListener(TableModelListener) - Method in class net.pandoragames.far.ui.swing.component.FileSetTableModel
removeUpdate(DocumentEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.AbstractDocumentChangedListener
rename(File, Pattern, ReplacementString) - Method in class net.pandoragames.far.FileSelector
Renames the file using the "pattern" to generate capturing groups that may be used in the replacement string.
rename(String, Pattern, ReplacementString) - Static method in class net.pandoragames.far.FileSelector
Allows to test the result of a renaming operation.
rename(List<TargetFile>, OverwriteFileCallback) - Method in class net.pandoragames.far.ui.UIBean
Cycles through the file list and renames each file to the name specified in the "newName" property, unless the file is not selected or "newName" is empty.
rename(List<TargetFile>, OverwriteFileCallback) - Method in interface net.pandoragames.far.ui.UIFace
Cycles through the file list and renames each file to the name specified in the "newName" property, unless the file is not selected or "newName" is empty.
renameDialog(int, FileSetTableModel, FindForm, MessageBox, SwingConfig, JFrame) - Static method in class net.pandoragames.far.ui.swing.dialog.FileOperationDialog
Convenience method to create a Rename dialog.
RenameDialog - Class in net.pandoragames.far.ui.swing.dialog
Rename dialog.
RenameDialog(JFrame, String, int, FileSetTableModel, FindForm, MessageBox, SwingConfig) - Constructor for class net.pandoragames.far.ui.swing.dialog.RenameDialog
Constructor for rename dialog.
RenameFilesPanel - Class in net.pandoragames.far.ui.swing
Form for rename operation.
RenameFilesPanel(SwingConfig, ComponentRepository) - Constructor for class net.pandoragames.far.ui.swing.RenameFilesPanel
Constructor takes configuration object and component repository.
RenameForm - Class in net.pandoragames.far.ui.model
Defines the parameter for a RENAME operation.
RenameForm() - Constructor for class net.pandoragames.far.ui.model.RenameForm
 
RenameForm.CASEHANDLING - Enum in net.pandoragames.far.ui.model
Configuration enum for handling of letter case.
replace(ReplacementDescriptor, List<TargetFile>) - Method in class net.pandoragames.far.ui.UIBean
Uses the "criteria" parameter to configure a FileMatcher and applies the defined relacement algorithm to all files in the list that are marked as "selected" (the default).
replace(ReplacementDescriptor, List<TargetFile>) - Method in interface net.pandoragames.far.ui.UIFace
Uses the "criteria" parameter to configure a FileMatcher and applies the defined relacement algorithm to all files in the list that are marked as "selected" (the default).
ReplaceContentPanel - Class in net.pandoragames.far.ui.swing
Defines replacement operations on a given file set.
ReplaceContentPanel(SwingConfig, ComponentRepository) - Constructor for class net.pandoragames.far.ui.swing.ReplaceContentPanel
 
replaceForm - Variable in class net.pandoragames.far.ui.model.AbstractFileRepository
Protected member for inheriting classes
ReplaceForm - Class in net.pandoragames.far.ui.model
Defines the parameter for a replace operation.
ReplaceForm() - Constructor for class net.pandoragames.far.ui.model.ReplaceForm
Constructor for a ReplaceForm.
replaceForm - Variable in class net.pandoragames.far.ui.swing.component.listener.CommandReplace
Search criteria.
ReplacementDescriptor - Interface in net.pandoragames.far.ui
Data for a replacement operation.
ReplacementString - Class in net.pandoragames.far
Represents a replacement string for use with regex patterns.
ReplacementString(String) - Constructor for class net.pandoragames.far.ReplacementString
Creates a new ReplacementString with the specified pattern and the current default group reference indicator.
ReplacementString(String, char) - Constructor for class net.pandoragames.far.ReplacementString
Creates a new ReplacementString with the specified pattern and group reference indicator.
reportIllegalCharacter(char[], int, int, CharsetEncoder, int, MessageBox, Localizer) - Static method in class net.pandoragames.far.ui.model.CharacterUtil
Find the position of the first illegal character for the present encoding (if any) and write a suitable message to the message sink.
reset() - Method in class net.pandoragames.far.ui.model.ExtractForm
Resets this form to its default state.
reset() - Method in class net.pandoragames.far.ui.model.FARForm
Resets the search string to the empty string.
reset() - Method in class net.pandoragames.far.ui.model.RenameForm
 
reset() - Method in class net.pandoragames.far.ui.model.ReplaceForm
Sets search and replacement string both to the empty string.
reset() - Method in interface net.pandoragames.far.ui.model.Resetable
Resets the component.
reset() - Method in class net.pandoragames.far.ui.swing.component.DateRestrictionPanel
 
reset() - Method in class net.pandoragames.far.ui.swing.component.FileSetTableModel
Clears the internal row list.
reset() - Method in class net.pandoragames.far.ui.swing.component.InfoLine
Alias for clear() from interface Resetable
reset() - Method in class net.pandoragames.far.ui.swing.component.listener.ActionPreview
Disables this action.
reset() - Method in class net.pandoragames.far.ui.swing.component.listener.ActionView
Disables this action.
reset() - Method in class net.pandoragames.far.ui.swing.component.SubdirPatternLink
 
reset() - Method in class net.pandoragames.far.ui.swing.component.UndoHistory
Forces the start of a new run of undos, and discards any open redoes.
reset() - Method in class net.pandoragames.far.ui.swing.OperationTabPane
Selects the first tab and disables all others.
reset() - Method in class net.pandoragames.far.ui.UIBean
Aborts any currently running search and clears the history.
reset() - Method in interface net.pandoragames.far.ui.UIFace
Aborts any currently running search and clears the history.
Resetable - Interface in net.pandoragames.far.ui.model
Interface for a resetable component.
ResetDispatcher - Class in net.pandoragames.far.ui.swing.component.listener
Listens to a RESET command and updates depending components.
ResetDispatcher() - Constructor for class net.pandoragames.far.ui.swing.component.listener.ResetDispatcher
 
ROOT_NODE_NAME - Static variable in class net.pandoragames.far.ui.MimeConfParser
Name of root node is "FileTypes".
run() - Method in class net.pandoragames.far.ui.FileSearchThread
run() - Method in class net.pandoragames.far.ui.swing.component.listener.AbstractFileOperationListener
 
A B C D E F G H I L M N O P Q R S T U V W X