Class | Description |
---|---|
AbstractApplication |
An abstract MDIApplication which does not provide a GUI.
|
ConfigurationManager |
This class is responsible of serializing (when quitting), and deserializing (when opening)
the application configuration.
|
LauncherConf |
This singleton class allows to find the user.dir and user.home directories even when the application is launched
remotely.
|
Main |
Main class, onyl used to give some informations about the version of the library on the command line.
|
PlatformUtils |
This class provides several System utilities.
|
MDIApplication
interface.