KioWareAddinSettings Class

Represents an addin setting that will be added to the KioWare Config Tool.

Methods

Type Signature
Constructor KioWareAddinSettings(String key, SettingType type)
Creates a new KioWareAddinSettings instance with the specified key and type.
SettingType getType()
Gets the type of this setting.
String getKey()
Gets the save key of this setting.
OnKWAddinChangeListener getOnKWAddinChangeListener()
Gets the change listener for this setting.
KioWareAddinSettings setOnKWAddinChangeListener(OnKWAddinChangeListener onKWAddinChangeListener)
Sets an OnKWAddinChangeListener for this setting, whose accept() method will be called when the value of this setting changes.