Class StringSetting
java.lang.Object
gg.xp.xivsupport.persistence.settings.ObservableSetting
gg.xp.xivsupport.persistence.settings.StringSetting
- All Implemented Interfaces:
Resettable
-
Constructor Summary
ConstructorsConstructorDescriptionStringSetting(PersistenceProvider persistence, String settingKey, String dflt) -
Method Summary
Methods inherited from class gg.xp.xivsupport.persistence.settings.ObservableSetting
addAndRunListener, addListener, notifyListeners, removeListener
-
Constructor Details
-
StringSetting
-
-
Method Details
-
isSet
public boolean isSet()- Specified by:
isSetin interfaceResettable
-
get
-
delete
public void delete()- Specified by:
deletein interfaceResettable
-
set
-
getDefault
-