public interface IBooleanPreference extends IPreference
Modifier and Type | Method and Description |
---|---|
boolean |
getValue()
Returns the current value of this preference.
|
void |
setValue(boolean value)
Sets the current value of this preference.
|
addListener, removeListener
boolean getValue()
void setValue(boolean 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