Uses of Class
com.opera.core.systems.ScopeServices

Packages that use ScopeServices
com.opera.core.systems Provides OperaDriver and associated classes. 
com.opera.core.systems.model Objects used for storing data and don't do anything themselves. 
com.opera.core.systems.scope The Scope protocol is used to communicate with the Opera browser. 
com.opera.core.systems.scope.handlers Handle all events that are sent from Opera to OperaDriver. 
com.opera.core.systems.scope.services.ums Implementations of the Scope service interfaces. 
 

Uses of ScopeServices in com.opera.core.systems
 

Fields in com.opera.core.systems declared as ScopeServices
protected  ScopeServices EventHandler.services
           
protected  ScopeServices OperaDriver.services
           
 

Methods in com.opera.core.systems that return ScopeServices
protected  ScopeServices OperaDriver.getScopeServices()
           
 

Constructors in com.opera.core.systems with parameters of type ScopeServices
EventHandler(ScopeServices services)
           
UmsEventHandler(ScopeServices services)
           
 

Uses of ScopeServices in com.opera.core.systems.model
 

Fields in com.opera.core.systems.model declared as ScopeServices
protected  ScopeServices ScopeActions.services
           
 

Constructors in com.opera.core.systems.model with parameters of type ScopeServices
ScopeActions(ScopeServices services)
           
 

Uses of ScopeServices in com.opera.core.systems.scope
 

Fields in com.opera.core.systems.scope declared as ScopeServices
protected  ScopeServices AbstractService.services
           
 

Constructors in com.opera.core.systems.scope with parameters of type ScopeServices
AbstractEcmascriptService(ScopeServices services, String version)
           
AbstractService(ScopeServices services, String version)
           
 

Uses of ScopeServices in com.opera.core.systems.scope.handlers
 

Constructors in com.opera.core.systems.scope.handlers with parameters of type ScopeServices
AbstractEventHandler(ScopeServices services)
           
PbActionHandler(ScopeServices services)
           
 

Uses of ScopeServices in com.opera.core.systems.scope.services.ums
 

Constructors in com.opera.core.systems.scope.services.ums with parameters of type ScopeServices
CookieManager(ScopeServices services, String version)
           
CoreUtils(ScopeServices services, String version)
           
DesktopUtils(ScopeServices services, String version)
           
DesktopWindowManager(IDesktopUtils desktopUtils, SystemInputManager inputManager, ScopeServices services, String version)
           
EcmaScriptDebugger(ScopeServices services, String version)
           
EcmaScriptDebugger6(ScopeServices services, String version)
           
EcmascriptService(ScopeServices services, String version)
           
OperaExec(ScopeServices services, String version)
           
Prefs(ScopeServices services, String version)
           
Selftest(ScopeServices services, String version)
           
UmsServices(ScopeServices services, ScopeProtos.HostInfo info)
           
WindowManager(ScopeServices services, String version)
           
 



Copyright © 2011. All Rights Reserved.