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

Packages that use EsdbgProtos.RuntimeInfo
com.opera.core.systems Provides OperaDriver and associated classes. 
com.opera.core.systems.scope.handlers   
com.opera.core.systems.scope.protos   
com.opera.core.systems.scope.services   
com.opera.core.systems.scope.services.ums   
 

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

Methods in com.opera.core.systems with parameters of type EsdbgProtos.RuntimeInfo
 void EventHandler.onRuntimeStarted(EsdbgProtos.RuntimeInfo started)
           
 void UmsEventHandler.onRuntimeStarted(EsdbgProtos.RuntimeInfo info)
           
 

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
abstract  void AbstractEventHandler.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(java.io.InputStream input)
           
static EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.parseDelimitedFrom(java.io.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(java.io.InputStream input)
           
static EsdbgProtos.RuntimeInfo EsdbgProtos.RuntimeInfo.parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in com.opera.core.systems.scope.protos that return types with arguments of type EsdbgProtos.RuntimeInfo
 java.util.List<EsdbgProtos.RuntimeInfo> EsdbgProtos.RuntimeListOrBuilder.getRuntimeListList()
           
 java.util.List<EsdbgProtos.RuntimeInfo> EsdbgProtos.RuntimeList.getRuntimeListList()
           
 java.util.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(java.lang.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  java.util.List<EsdbgProtos.RuntimeInfo> EcmaScriptDebugger.listRuntimes(boolean allRuntimes)
           
 

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



Copyright © 2011. All Rights Reserved.