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
ConstructorDescriptionParentedBooleanSetting
(PersistenceProvider persistence, String settingKey, ObservableBoolean parent) -
Method Summary
Methods inherited from class gg.xp.xivsupport.persistence.settings.BooleanSetting
delete, isSet, set
Methods inherited from class gg.xp.xivsupport.persistence.settings.ObservableSetting
addAndRunListener, addListener, notifyListeners, removeListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
get
in interfaceObservableBoolean
- Overrides:
get
in classBooleanSetting
-
hasParent
public boolean hasParent()- Overrides:
hasParent
in classBooleanSetting
-