Methods in org.openbandy.pref that throw UnknownPreferenceException |
static boolean |
Preferences.getBooleanValue(java.lang.String name)
Reads the boolean preference with the given name from the persistent
store. |
static int |
Preferences.getIntValue(java.lang.String name)
Reads the int preference with the given name from the persistent store. |
static java.lang.String |
Preferences.getValue(java.lang.String name)
Reads the string preference with the given name from the persistent
store. |
static void |
Preferences.remove(java.lang.String name)
Remove the preference with the given name from the persistent store. |