Class ParentedBooleanSetting
java.lang.Object
gg.xp.xivsupport.persistence.settings.ObservableSetting
gg.xp.xivsupport.persistence.settings.BooleanSetting
gg.xp.xivsupport.persistence.settings.ParentedBooleanSetting
- All Implemented Interfaces:
ObservableBoolean,ObservableMutableBoolean,Resettable
-
Constructor Summary
ConstructorsConstructorDescriptionParentedBooleanSetting(PersistenceProvider persistence, String settingKey, ObservableBoolean parent) -
Method Summary
Methods inherited from class gg.xp.xivsupport.persistence.settings.BooleanSetting
delete, isSet, setMethods 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
-
ParentedBooleanSetting
public ParentedBooleanSetting(PersistenceProvider persistence, String settingKey, ObservableBoolean parent)
-
-
Method Details
-
get
public boolean get()- Specified by:
getin interfaceObservableBoolean- Overrides:
getin classBooleanSetting
-
hasParent
public boolean hasParent()- Overrides:
hasParentin classBooleanSetting
-