Package cdc.prefs.defaults
Class BooleanPreference
- java.lang.Object
-
- cdc.prefs.AbstractPreference<Boolean>
-
- cdc.prefs.defaults.BooleanPreference
-
- All Implemented Interfaces:
Preference<Boolean>
public final class BooleanPreference extends AbstractPreference<Boolean>
Boolean preference (node, key) pair.- Author:
- Damien Carbonne
-
-
Constructor Summary
Constructors Constructor Description BooleanPreference(Preferences node, String key, Boolean def)
-
Method Summary
-
Methods inherited from class cdc.prefs.AbstractPreference
fromString, get, getDefaultValue, getKey, getNode, getValueClass, put, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cdc.prefs.Preference
get
-
-
-
-
Constructor Detail
-
BooleanPreference
public BooleanPreference(Preferences node, String key, Boolean def)
-
-