Uses of Class
com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo

Packages that use EsdbgProtos.RuntimeInfo
com.opera.core.systems.scope.handlers Handle all events that are sent from Opera to OperaDriver. 
com.opera.core.systems.scope.protos   
com.opera.core.systems.scope.services Interfaces for all the Scope services used. 
com.opera.core.systems.scope.services.ums Implementations of the Scope service interfaces. 
 

Uses of EsdbgProtos.RuntimeInfo in com.opera.core.systems.scope.handlers
 

Methods in com.opera.core.systems.scope.handlers with parameters of type EsdbgProtos.RuntimeInfo
 void ScopeEventHandler.onRuntimeStarted(EsdbgProtos.RuntimeInfo info)
           
 void EventHandler.onRuntimeStarted(EsdbgProtos.RuntimeInfo started)
          Fired when a new runtime started is received Runtime-started is needed for tracking EcmaScript injections.
 

Uses of EsdbgProtos.RuntimeInfo in com.opera.core.systems.scope.protos
 

Methods in com.opera.core.systems.scope.protos that return EsdbgProtos.RuntimeInfo
 EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.Builder.build()
           
 EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.Builder.buildPartial()
           
static EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.getDefaultInstance()
           
 EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.getDefaultInstanceForType()
           
 EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.Builder.getDefaultInstanceForType()
           
 EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeListOrBuilder.getRuntimeList(int index)
           
 EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeList.getRuntimeList(int index)
           
 EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeList.Builder.getRuntimeList(int index)
           
static EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.parseDelimitedFrom(InputStream input)
           
static EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.parseFrom(byte[] data)
           
static EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.parseFrom(com.google.protobuf.ByteString data)
           
static EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.parseFrom(com.google.protobuf.CodedInputStream input)
           
static EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.parseFrom(InputStream input)
           
static EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in com.opera.core.systems.scope.protos that return types with arguments of type EsdbgProtos.RuntimeInfo
 List<EsdbgProtos.RuntimeInfo> EsdbgProtos.RuntimeListOrBuilder.getRuntimeListList()
           
 List<EsdbgProtos.RuntimeInfo> EsdbgProtos.RuntimeList.getRuntimeListList()
           
 List<EsdbgProtos.RuntimeInfo> EsdbgProtos.RuntimeList.Builder.getRuntimeListList()
           
 

Methods in com.opera.core.systems.scope.protos with parameters of type EsdbgProtos.RuntimeInfo
 EsdbgProtos.RuntimeList.Builder EsdbgProtos.RuntimeList.Builder.addRuntimeList(EsdbgProtos.RuntimeInfo value)
           
 EsdbgProtos.RuntimeList.Builder EsdbgProtos.RuntimeList.Builder.addRuntimeList(int index, EsdbgProtos.RuntimeInfo value)
           
 EsdbgProtos.RuntimeInfo.Builder EsdbgProtos.RuntimeInfo.Builder.mergeFrom(EsdbgProtos.RuntimeInfo other)
           
static EsdbgProtos.RuntimeInfo.Builder EsdbgProtos.RuntimeInfo.newBuilder(EsdbgProtos.RuntimeInfo prototype)
           
 EsdbgProtos.RuntimeList.Builder EsdbgProtos.RuntimeList.Builder.setRuntimeList(int index, EsdbgProtos.RuntimeInfo value)
           
 

Method parameters in com.opera.core.systems.scope.protos with type arguments of type EsdbgProtos.RuntimeInfo
 EsdbgProtos.RuntimeList.Builder EsdbgProtos.RuntimeList.Builder.addAllRuntimeList(Iterable<? extends EsdbgProtos.RuntimeInfo> values)
           
 

Uses of EsdbgProtos.RuntimeInfo in com.opera.core.systems.scope.services
 

Methods in com.opera.core.systems.scope.services with parameters of type EsdbgProtos.RuntimeInfo
 void IEcmaScriptDebugger.addRuntime(EsdbgProtos.RuntimeInfo info)
          Adds a runtime to the list of runtimes maintained in the service (STP/1 only)
 void IEcmaScriptDebugger.setRuntime(EsdbgProtos.RuntimeInfo runtime)
          Sets the runtime to be used in injection required for event handler (STP/1 only)
 

Uses of EsdbgProtos.RuntimeInfo in com.opera.core.systems.scope.services.ums
 

Methods in com.opera.core.systems.scope.services.ums that return EsdbgProtos.RuntimeInfo
protected  EsdbgProtos.RuntimeInfo EcmaScriptDebugger.findRuntime()
          Find the runtime for injection (default) Typically this is _top runtime with the active window that has focus
protected  EsdbgProtos.RuntimeInfo EcmaScriptDebugger.findRuntime(int windowId)
           
 

Methods in com.opera.core.systems.scope.services.ums that return types with arguments of type EsdbgProtos.RuntimeInfo
protected  List<EsdbgProtos.RuntimeInfo> EcmaScriptDebugger.listRuntimes(boolean allRuntimes)
           
 

Methods in com.opera.core.systems.scope.services.ums with parameters of type EsdbgProtos.RuntimeInfo
 void EcmascriptService.addRuntime(EsdbgProtos.RuntimeInfo info)
           
 void EcmaScriptDebugger.addRuntime(EsdbgProtos.RuntimeInfo runtime)
           
 void EcmascriptService.setRuntime(EsdbgProtos.RuntimeInfo runtime)
           
 void EcmaScriptDebugger.setRuntime(EsdbgProtos.RuntimeInfo runtime)
           
 



Copyright © 2012. All Rights Reserved.