Interface | Description |
---|---|
ContentFilter |
Data for a file filter that tests the file content.
|
DirectoryFilter |
Data for a file filter that tests the files directory.
|
FileFilter |
Aggregates DirectoryFilter and FileNameFilter.
|
FileNameFilter |
Data for an abstract file name filter.
|
FindFilter |
Aggregates DirectoryFilter, FileNameFilter and ContentFilter.
|
OverwriteFileCallback |
A callback handler used by the
UIFace.rename()
operation. |
ReplacementDescriptor |
Data for a replacement operation.
|
UIFace |
Defines the bridge between the frontend and the backend in a UserInterface
independend way.
|
Class | Description |
---|---|
FARConfig |
Data container for configuration values.
|
FARConfigurationFactory |
Loads and saves the FAR configuration.
|
FilePropertiesFormater |
Utility class with formating methods.
|
FileSearchThread |
Executes
FileSelector.listFiles()
in a thread on its own. |
MimeConfParser |
Parser-formater for mime type definition xml.
|
SimpleFileNamePattern |
Utility for simplified regular expressions.
|
SimpleFileNamePatternFAR |
Default implementation of the
SimpleFileNamePattern class
imposing the following rules: |
SimpleFileNamePatternShell |
Alternative implementation of the
SimpleFileNamePattern class
mimicking POSIX shell wildcards: |
UIBean |
GUI neutral bridge between backend and frontend.
|
Exception | Description |
---|---|
ConfigurationException |
Signalls a fatal error during startup or later.
|
UIBean
.
Still we are independend of any concrete user interface at this point.