Package net.pandoragames.far.ui

The user interface layer.

See:
          Description

Interface Summary
OverwriteFileCallback A callback handler used by the UIFace.rename() operation.
UIFace Defines the bridge between the frontend and the backend in a UserInterface independend way.
 

Class Summary
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.
SimpleFileNamePattern Utility for simplified regular expresions.
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 Summary
ConfigurationException Signalls a fatal error during startup or later.
 

Package net.pandoragames.far.ui Description

The user interface layer. Classes in this package provide UI centered access to the core API. A lot of work, necessary to pilot the core clases, is done in class UIBean. Still we are independend of any concrete user interface at this point.