|
Class Summary |
| AbstractPrefs |
This is the superclass of PrefProxy implementations used in KawigiEdit. |
| ChainedPrefs |
This class is used by the settings dialog. |
| PrefFactory |
This is one of those classes that sits in between standalone mode and plugin
mode. |
| StandAlonePrefs |
Preferences implementation for standalone, which uses Java's Properties
class to store, load, and save preferences
See the notes in the AbstractPrefs class for sematics of how this works. |
| TCPrefs |
Preferences implementation for plugin mode, where the preference values are
stored in TopCoder's LocalPreferences. |