KioWareAddinSettings.KWString Class

Subclass of KioWareAddinSettings. A String addin setting.

Methods

Type Signature
Constructor KWString(String key, String defaultValue)
Creates a new KWString instance with the specified save key and default value.
Constructor KWString(String key, String defaultValue, boolean exportToXML)
Creates a new KWString instance with the specified save key and default value.
KWString setTitle(String title)
Sets the title of this setting.
KWString setSummary(String summary)
Sets the summary of this setting.
KWString setValue(String value)
Sets the value of this setting.
KWString setIcon(Drawable icon)
Sets the icon to display for this setting.
KWString setOnKWAddinChangeListener(OnKWAddinChangeListener onKWAddinChangeListener)
Sets an OnKWAddinChangeListener for this setting, whose accept() method will be called when the value of this setting changes.
String getTitle()
Gets the title of this setting.
String getSummary()
Gets the summary of this setting.
String getDefaultValue()
Gets the default value of this setting.
Drawable getIcon()
Gets the icon of this setting.
String getValue()
Gets the value of this setting.
boolean getExportToXML()
Gets whether this setting will be exported with the XML settings.