Class BooleanSetting
java.lang.Object
gg.xp.xivsupport.persistence.settings.ObservableSetting
gg.xp.xivsupport.persistence.settings.BooleanSetting
- All Implemented Interfaces:
ObservableBoolean,ObservableMutableBoolean,Resettable
- Direct Known Subclasses:
ParentedBooleanSetting
public class BooleanSetting
extends ObservableSetting
implements ObservableMutableBoolean, Resettable
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanSetting(PersistenceProvider persistence, String settingKey, boolean dflt) -
Method Summary
Methods inherited from class gg.xp.xivsupport.persistence.settings.ObservableSetting
addAndRunListener, addListener, notifyListeners, removeListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gg.xp.xivsupport.persistence.settings.ObservableBoolean
addAndRunListener, addAndRunValueListener, addListener, addValueListener, removeListener
-
Constructor Details
-
BooleanSetting
-
-
Method Details
-
isSet
public boolean isSet()- Specified by:
isSetin interfaceResettable
-
delete
public void delete()- Specified by:
deletein interfaceResettable
-
get
public boolean get()- Specified by:
getin interfaceObservableBoolean
-
set
public void set(boolean newValue) - Specified by:
setin interfaceObservableMutableBoolean
-
hasParent
public boolean hasParent()
-