public interface IStringPreference extends IPreference
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue()
Returns the current value of this preference.
|
void |
setValue(java.lang.String value)
Sets the current value of this preference.
|
addListener, removeListener
java.lang.String getValue()
void setValue(java.lang.String value)
A preference change event is reported if the current value of the preference actually changes from its previous value.
value
- the new current value of this preferenceCopyright (c) 2014, 2020 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0