Uses of Interface
com.opera.core.systems.preferences.OperaPreferences

Packages that use OperaPreferences
com.opera.core.systems Provides OperaDriver and associated classes. 
com.opera.core.systems.preferences   
 

Uses of OperaPreferences in com.opera.core.systems
 

Methods in com.opera.core.systems that return OperaPreferences
 OperaPreferences OperaProfile.preferences()
          Allows access to the preferences in the current profile.
 

Methods in com.opera.core.systems with parameters of type OperaPreferences
 void OperaProfile.setPreferences(OperaPreferences newPreferences)
          Replaces the preferences in the profile with the given preferences.
 

Uses of OperaPreferences in com.opera.core.systems.preferences
 

Classes in com.opera.core.systems.preferences that implement OperaPreferences
 class AbstractOperaPreferences
          Shared functionality between various OperaPreferences implementations.
 class OperaFilePreferences
          OperaFilePreferences allows updating preferences in an Opera preference file such as opera.ini or operaprefs.ini.
 class OperaGenericPreferences
          Instantiatable generic preference collection for preferences that require no special treatment such as is the case fo OperaScopePreferences and OperaFilePreferences.
 class OperaScopePreferences
          OperaScopePreferences allows updating preferences inside Opera using the Scope protocol using the common OperaPreferences interface.
 

Methods in com.opera.core.systems.preferences with parameters of type OperaPreferences
 void OperaPreferences.merge(OperaPreferences newPreferences)
          Merges one representation with the given representation.
 void AbstractOperaPreferences.merge(OperaPreferences newPreferences)
           
 



Copyright © 2012. All Rights Reserved.