Package org.openbandy.pref

Class Summary
Preference The class represents a preference.
Preferences The Preferences class provides a simple way to persistently store key (String) value (String, int, boolean) pairs.
PreferencesForm This screen displays all stored preferences that are set to be screen modifiable.
 

Exception Summary
InvalidValueException Exception that is thrown when a value is invalid, e.g.
UnknownPreferenceException The UnknownPreferenceException shall be thrown whenever the user tries to access a preference that is unknown to the system, i.e., that has not been stored before.