- FARConfig - Class in net.pandoragames.far.ui
-
Data container for configuration values.
- FARConfig() - Constructor for class net.pandoragames.far.ui.FARConfig
-
- farconfig - Variable in class net.pandoragames.far.ui.model.AbstractFileRepository
-
Protected member for inheriting classes
- FARConfigurationFactory - Class in net.pandoragames.far.ui
-
Loads and saves the FAR configuration.
- FARConfigurationFactory() - Constructor for class net.pandoragames.far.ui.FARConfigurationFactory
-
Default constructor.
- FARForm - Class in net.pandoragames.far.ui.model
-
Superclass for form data of FIND and REPLACE operation.
- FARForm(OperationType) - Constructor for class net.pandoragames.far.ui.model.FARForm
-
Protected constructor for inheriting classes.
- FARSetProvider - Class in net.pandoragames.charset
-
CharsetProvider for CP437Extra.
- FARSetProvider() - Constructor for class net.pandoragames.charset.FARSetProvider
-
- FILE - Static variable in class net.pandoragames.far.ui.model.FileType
-
The supertype of all file types.
- FileBuffer - Class in net.pandoragames.util.file
-
Implementation of the CharSequence interface over a FileInputStream.
- FileBuffer(File) - Constructor for class net.pandoragames.util.file.FileBuffer
-
Creates the buffer with the specified file and the default character set.
- FileBuffer(URL) - Constructor for class net.pandoragames.util.file.FileBuffer
-
Creates the buffer from the specified URL and the default character set.
- FileBuffer(File, Charset) - Constructor for class net.pandoragames.util.file.FileBuffer
-
Creates the buffer with the specified file and character set.
- FileBuffer(URL, Charset) - Constructor for class net.pandoragames.util.file.FileBuffer
-
Creates the buffer from the specified URL using the indicated character set.
- FileEditor - Class in net.pandoragames.far.ui.swing.dialog
-
A primitive Editor based on a JTextArea.
- FileEditor(JFrame, TargetFile, SwingConfig) - Constructor for class net.pandoragames.far.ui.swing.dialog.FileEditor
-
Constructor takes root window, the file to show and a config object.
- FileExistsException - Exception in net.pandoragames.far
-
Thrown during a renaming operation if the target file already exists.
- FileExistsException(String, File) - Constructor for exception net.pandoragames.far.FileExistsException
-
Specify target file name and directory.
- FileFilter - Interface in net.pandoragames.far.ui
-
Aggregates DirectoryFilter and FileNameFilter.
- FileImportNotifier - Interface in net.pandoragames.far.ui.swing.component.listener
-
A listener for file import through external sources.
- FileListConfigPanel - Class in net.pandoragames.far.ui.swing.dialog.config
-
Configuration settings for the file list.
- FileListConfigPanel(SwingConfig, ComponentRepository, MessageBox) - Constructor for class net.pandoragames.far.ui.swing.dialog.config.FileListConfigPanel
-
- FileListPanel - Class in net.pandoragames.far.ui.swing
-
Lists the files found by FAR.
- FileListPanel(SwingConfig, ComponentRepository) - Constructor for class net.pandoragames.far.ui.swing.FileListPanel
-
- FileListPopupMenu - Class in net.pandoragames.far.ui.swing.component
-
A popupmenu for the file list table that displays the different viewer options.
- FileListPopupMenu(JTable, FileSetTableModel, ComponentRepository, SwingConfig) - Constructor for class net.pandoragames.far.ui.swing.component.FileListPopupMenu
-
Constructor.
- FileMatcher - Class in net.pandoragames.far
-
Applies regular expressions on files.
- FileMatcher(Pattern) - Constructor for class net.pandoragames.far.FileMatcher
-
The class must be instantiated with a regular expression Pattern
.
- FileMenu - Class in net.pandoragames.far.ui.swing.menu
-
The "File" menu, containing basic file operations.
- FileMenu(ComponentRepository, SwingConfig) - Constructor for class net.pandoragames.far.ui.swing.menu.FileMenu
-
- FileNameFilter - Interface in net.pandoragames.far.ui
-
Data for an abstract file name filter.
- FileNamePattern - Class in net.pandoragames.far.ui.model
-
Search pattern for file names.
- FileNamePattern(String) - Constructor for class net.pandoragames.far.ui.model.FileNamePattern
-
By default a pattern is a simple pattern.
- FileNamePattern(String, boolean) - Constructor for class net.pandoragames.far.ui.model.FileNamePattern
-
Allows to create a regex pattern or a simple pattern.
- FileNamePatternComboboxModel - Class in net.pandoragames.far.ui.swing.component
-
A mutable ComboBoxModel for the file name pattern.
- FileNamePatternComboboxModel(List<FileNamePattern>) - Constructor for class net.pandoragames.far.ui.swing.component.FileNamePatternComboboxModel
-
- FileNamePatternListCell - Class in net.pandoragames.far.ui.swing.component
-
ListCellRenderer implementation for the file name column.
- FileNamePatternListCell() - Constructor for class net.pandoragames.far.ui.swing.component.FileNamePatternListCell
-
- FileOperationDialog - Class in net.pandoragames.far.ui.swing.dialog
-
Base class for standard file operation dialogs.
- FileOperationDialog(JFrame, String, FileSetTableModel, MessageBox, SwingConfig) - Constructor for class net.pandoragames.far.ui.swing.dialog.FileOperationDialog
-
Constructor for subclassing.
- FilePropertiesFormater - Class in net.pandoragames.far.ui
-
Utility class with formating methods.
- FilePropertiesFormater() - Constructor for class net.pandoragames.far.ui.FilePropertiesFormater
-
- FileRepository - Interface in net.pandoragames.far.ui.model
-
A wrapper for a directory.
- FileSearchThread - Class in net.pandoragames.far.ui
-
- FileSelector - Class in net.pandoragames.far
-
Methods for selecting the files on which to work.
- FileSelector() - Constructor for class net.pandoragames.far.FileSelector
-
- fileSetTable - Variable in class net.pandoragames.far.ui.swing.component.listener.CommandExecutor
-
Result table.
- FileSetTableModel - Class in net.pandoragames.far.ui.swing.component
-
TableModel for the file list.
- FileSetTableModel(List<TargetFile>, Localizer) - Constructor for class net.pandoragames.far.ui.swing.component.FileSetTableModel
-
Must be instantiated with a non null file list and a Localizer instance.
- FileType - Class in net.pandoragames.far.ui.model
-
Binds certain properties, such as encoding, to a category of files.
- FileType(String, FileType) - Constructor for class net.pandoragames.far.ui.model.FileType
-
Every file type has a name.
- FileType.BUILDIN - Enum in net.pandoragames.far.ui.model
-
The names of the build in file types.
- fileTypes - Static variable in class net.pandoragames.far.ui.model.FileType
-
To be accessed by inheriting classes only.
- FileUtil - Class in net.pandoragames.util.file
-
A small collection of useful helper methods.
- FileUtil() - Constructor for class net.pandoragames.util.file.FileUtil
-
- FileView - Class in net.pandoragames.far.ui.swing.dialog
-
A file viewer that shows either a view on the matches of a regular expression,
or a preview on a replace operation.
- FileView(JFrame, TargetFile, ReplaceForm, SwingConfig, boolean) - Constructor for class net.pandoragames.far.ui.swing.dialog.FileView
-
Constructor that takes a ReplaceForm and allows both, view and preview.
- FileView(JFrame, TargetFile, FARForm, SwingConfig) - Constructor for class net.pandoragames.far.ui.swing.dialog.FileView
-
Constructor that takes a FindForm and allows only a view of the matches.
- FileViewBase - Class in net.pandoragames.far.ui.swing.dialog
-
Base class for file viewer and file editor.
- FileViewBase(JFrame, String, TargetFile, SwingConfig) - Constructor for class net.pandoragames.far.ui.swing.dialog.FileViewBase
-
Constructor takes root window, the file to show and a config object.
- filter(List<TargetFile>, FindFilter, boolean) - Method in class net.pandoragames.far.ui.UIBean
-
Uses the content pattern (and associated flags) supplied with the "criteria" to filter the specified file list.
- filter(List<TargetFile>, FindFilter, boolean) - Method in interface net.pandoragames.far.ui.UIFace
-
Uses the content pattern (and associated flags) supplied with the "criteria" to filter the specified file list.
- finalize() - Method in class net.pandoragames.util.file.FileBuffer
-
Calls the close() method.
- FindAndReplace - Class in net.pandoragames.far.ui.swing
-
Main class of the Swing application.
- FindFilePanel - Class in net.pandoragames.far.ui.swing
-
Defines the search criteria for files.
- FindFilePanel(SwingConfig, ComponentRepository) - Constructor for class net.pandoragames.far.ui.swing.FindFilePanel
-
- FindFilePanelBrowseButtonListener - Class in net.pandoragames.far.ui.swing.component.listener
-
A specialised variant of the BrowseButtonListener that accepts directories and files.
- FindFilePanelBrowseButtonListener(JComboBox, FileRepository, String, CommandFind, ResetDispatcher) - Constructor for class net.pandoragames.far.ui.swing.component.listener.FindFilePanelBrowseButtonListener
-
Constructor for this listener.
- findFiles(FindFilter) - Method in class net.pandoragames.far.ui.UIBean
-
Uses the "criteria" parameter to configure a
FileSelector
and returns the list of found files.
- findFiles(FindFilter) - Method in interface net.pandoragames.far.ui.UIFace
-
Uses the "criteria" parameter to configure a
FileSelector
and returns the list of found files.
- FindFilter - Interface in net.pandoragames.far.ui
-
Aggregates DirectoryFilter, FileNameFilter and ContentFilter.
- findForm - Variable in class net.pandoragames.far.ui.model.AbstractFileRepository
-
Protected member for inheriting classes
- FindForm - Class in net.pandoragames.far.ui.model
-
Combines all data necessary to launch a query.
- FindForm() - Constructor for class net.pandoragames.far.ui.model.FindForm
-
- findForm - Variable in class net.pandoragames.far.ui.swing.component.listener.CommandFind
-
Search criteria.
- findForm - Variable in class net.pandoragames.far.ui.swing.component.listener.CommandRename
-
- findMimeType(String) - Method in class net.pandoragames.far.ui.model.MimeRegistry
-
Finds the mime type for a given extension if any has been defined.
- findsAny() - Method in class net.pandoragames.far.ui.model.FileNamePattern
-
Returns true if this FileNamePattern matches any name, that is, if it is the
".*" regular expression or if it is the "*" simple pattern.
- finish() - Method in class net.pandoragames.far.ui.swing.dialog.update.MimeUpdatePanel
-
- finish() - Method in class net.pandoragames.far.ui.swing.dialog.update.UpdateWizzardPanel
-
- fireEvent(ActionEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.ConfirmActionListener
-
Forwards the event to the listener registered with this component.
- firePropertyChangeEvent(String, Object, Object) - Method in class net.pandoragames.far.ui.model.OperationForm
-
Fires a PropertyChageEvent if interested Listener are registered.
- flatWhiteSpace(String) - Static method in class net.pandoragames.far.ui.model.CharacterUtil
-
Replaces every sequence of whitespace characters
with a single blank (" ").
- FNP_EXTENSIONLIST_PATTERN - Static variable in class net.pandoragames.far.ui.swing.component.listener.SaveFileNamePatternListener
-
Regex pattern used to identify a list of file name extensions.
- focusGained(FocusEvent) - Method in class net.pandoragames.far.ui.swing.component.FileNamePatternListCell
-
- focusLost(FocusEvent) - Method in class net.pandoragames.far.ui.swing.component.FileNamePatternListCell
-
- forbiddenCharacters - Variable in class net.pandoragames.far.ui.SimpleFileNamePattern
-
Set of characters that should not be tolerated in a simple pattern.
- format(OutputStream) - Method in class net.pandoragames.far.ui.MimeConfParser
-
Format the current mime definitions as xml.
- format(T) - Method in class net.pandoragames.util.file.ObjectListFile
-
Implement this method to specify how the object should be formated as string.
- formatBytes(long, Localizer) - Method in class net.pandoragames.far.ui.FilePropertiesFormater
-
Formats bytes in a human readable form as kB, MB or GB.
- FORMLIST_FILENAME - Static variable in class net.pandoragames.far.ui.swing.SwingConfig
-
File name for list of saved Operations.
- FormLoader - Interface in net.pandoragames.far.ui.model
-
Interface for saving and loading a particular search configuration.
- FormPropertySet<O extends OperationForm> - Class in net.pandoragames.far.ui.model
-
Saves form data into property sets and vice versa.
- FormPropertySet() - Constructor for class net.pandoragames.far.ui.model.FormPropertySet
-
- formUpdated(FormUpdateEvent) - Method in interface net.pandoragames.far.ui.model.FormUpdateListener
-
Called when the form is updated with a new form.
- formUpdated(FormUpdateEvent) - Method in class net.pandoragames.far.ui.swing.ExtractPanel
-
Called when the form is updated with a new form.
- formUpdated(FormUpdateEvent) - Method in class net.pandoragames.far.ui.swing.FindFilePanel
-
Called when the form is updated with a new form.
- formUpdated(FormUpdateEvent) - Method in class net.pandoragames.far.ui.swing.ReplaceContentPanel
-
Called when the form is updated with a new form.
- FormUpdateEvent - Class in net.pandoragames.far.ui.model
-
- FormUpdateEvent(OperationForm) - Constructor for class net.pandoragames.far.ui.model.FormUpdateEvent
-
Constructor takes the form that has been updated.
- FormUpdateListener - Interface in net.pandoragames.far.ui.model
-
Allows to register with a
OperationForm
to get notified about form udpates.