public static interface OperaPreferences.OperaPreference
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue()
Gets the default value of the preference.
|
String |
getKey()
Gets the key of this preference.
|
String |
getSection()
Gets the section this preference belongs to.
|
Object |
getValue()
Gets the value of this preference.
|
void |
setValue(Object value)
Sets the value of this preference.
|
String |
toString()
Gets the value of this preference.
|
String getSection()
String getKey()
Object getValue()
void setValue(Object value)
value - the new valueObject getDefaultValue()
Copyright © 2013. All Rights Reserved.