|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperaPreferences.OperaPreference | |
|---|---|
| com.opera.core.systems.preferences | |
| Uses of OperaPreferences.OperaPreference in com.opera.core.systems.preferences |
|---|
| Classes in com.opera.core.systems.preferences that implement OperaPreferences.OperaPreference | |
|---|---|
static class |
AbstractOperaPreferences.AbstractPreference
Shared methods for the OperaPreferences.OperaPreference interface for keeping the local
cache of individual preference up to date. |
static class |
OperaFilePreferences.FilePreference
Allows setting Opera preferences in a preference file (typically opera.ini or
operaprefs.ini) as well as keeping the local individual preference cache
up-to-date. |
static class |
OperaGenericPreferences.GenericPreference
Instantiatable generic preference that does not do any special treatment a preferences like OperaScopePreferences.ScopePreference or OperaFilePreferences.FilePreference. |
static class |
OperaScopePreferences.ScopePreference
Allows setting Opera preferences in Opera in addition to keeping the local cache of preferences up to date. |
| Fields in com.opera.core.systems.preferences with type parameters of type OperaPreferences.OperaPreference | |
|---|---|
protected Collection<OperaPreferences.OperaPreference> |
AbstractOperaPreferences.preferences
|
| Methods in com.opera.core.systems.preferences that return OperaPreferences.OperaPreference | |
|---|---|
OperaPreferences.OperaPreference |
OperaPreferences.get(String section,
String key)
Returns the preference with the given section and key values. |
OperaPreferences.OperaPreference |
AbstractOperaPreferences.get(String section,
String key)
|
| Methods in com.opera.core.systems.preferences that return types with arguments of type OperaPreferences.OperaPreference | |
|---|---|
Iterable<OperaPreferences.OperaPreference> |
OperaPreferences.all()
Returns an iterable collection of all preferences present in the current object. |
Iterable<OperaPreferences.OperaPreference> |
AbstractOperaPreferences.all()
|
Iterator<OperaPreferences.OperaPreference> |
AbstractOperaPreferences.iterator()
|
| Methods in com.opera.core.systems.preferences with parameters of type OperaPreferences.OperaPreference | |
|---|---|
static OperaFilePreferences.FilePreference |
OperaFilePreferences.FilePreference.convert(OperaFilePreferences parent,
OperaPreferences.OperaPreference convertee)
|
void |
OperaScopePreferences.set(OperaPreferences.OperaPreference preference)
|
void |
OperaPreferences.set(OperaPreferences.OperaPreference preference)
Sets the given preference. |
void |
OperaFilePreferences.set(OperaPreferences.OperaPreference preference)
|
void |
AbstractOperaPreferences.set(OperaPreferences.OperaPreference preference)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||