|
Class Summary |
| AbstractPreferences |
Provides an abstract definition for an options class. |
| CodeGenPreferences |
No comment provided by developer, please add a comment to improve documentation. |
| ColorsPreferences |
No comment provided by developer, please add a comment to improve documentation. |
| DebugPreferences |
Contains all options for debugging. |
| GeneralPreferences |
No comment provided by developer, please add a comment to improve documentation. |
| IconsPreferences |
No comment provided by developer, please add a comment to improve documentation. |
| JavaPreferences |
No comment provided by developer, please add a comment to improve documentation. |
| LoggingPreferences |
Singleton class containing options for log4j
To use the logging mechanism, create a static variable in your class following this pattern:
private static final Logger L = Logger.getLogger (OptionsLog4J.class);
You now have a log4j Logger (org.apache.log4j.Logger) for your class. |
| PlugInsPreferences |
|
| PreferencesProperties |
Singleton Class 'PreferencesProperties' handles the preferences for the Fujaba application. |