Uses of Class
com.opera.core.systems.scope.protos.WmProtos.WindowInfo

Packages that use WmProtos.WindowInfo
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 WmProtos.WindowInfo in com.opera.core.systems.scope.handlers
 

Methods in com.opera.core.systems.scope.handlers with parameters of type WmProtos.WindowInfo
 void ScopeEventHandler.onUpdatedWindow(WmProtos.WindowInfo info)
           
 void EventHandler.onUpdatedWindow(WmProtos.WindowInfo window)
          Fired when a new window is created or window has incoming changes (such as title change).
 

Uses of WmProtos.WindowInfo in com.opera.core.systems.scope.protos
 

Methods in com.opera.core.systems.scope.protos that return WmProtos.WindowInfo
 WmProtos.WindowInfo WmProtos.WindowInfo.Builder.build()
           
 WmProtos.WindowInfo WmProtos.WindowInfo.Builder.buildPartial()
           
static WmProtos.WindowInfo WmProtos.WindowInfo.getDefaultInstance()
           
 WmProtos.WindowInfo WmProtos.WindowInfo.getDefaultInstanceForType()
           
 WmProtos.WindowInfo WmProtos.WindowInfo.Builder.getDefaultInstanceForType()
           
 WmProtos.WindowInfo WmProtos.WindowListOrBuilder.getWindowList(int index)
           
 WmProtos.WindowInfo WmProtos.WindowList.getWindowList(int index)
           
 WmProtos.WindowInfo WmProtos.WindowList.Builder.getWindowList(int index)
           
static WmProtos.WindowInfo WmProtos.WindowInfo.parseDelimitedFrom(InputStream input)
           
static WmProtos.WindowInfo WmProtos.WindowInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WmProtos.WindowInfo WmProtos.WindowInfo.parseFrom(byte[] data)
           
static WmProtos.WindowInfo WmProtos.WindowInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WmProtos.WindowInfo WmProtos.WindowInfo.parseFrom(com.google.protobuf.ByteString data)
           
static WmProtos.WindowInfo WmProtos.WindowInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WmProtos.WindowInfo WmProtos.WindowInfo.parseFrom(com.google.protobuf.CodedInputStream input)
           
static WmProtos.WindowInfo WmProtos.WindowInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WmProtos.WindowInfo WmProtos.WindowInfo.parseFrom(InputStream input)
           
static WmProtos.WindowInfo WmProtos.WindowInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in com.opera.core.systems.scope.protos that return types with arguments of type WmProtos.WindowInfo
 List<WmProtos.WindowInfo> WmProtos.WindowListOrBuilder.getWindowListList()
           
 List<WmProtos.WindowInfo> WmProtos.WindowList.getWindowListList()
           
 List<WmProtos.WindowInfo> WmProtos.WindowList.Builder.getWindowListList()
           
 

Methods in com.opera.core.systems.scope.protos with parameters of type WmProtos.WindowInfo
 WmProtos.WindowList.Builder WmProtos.WindowList.Builder.addWindowList(int index, WmProtos.WindowInfo value)
           
 WmProtos.WindowList.Builder WmProtos.WindowList.Builder.addWindowList(WmProtos.WindowInfo value)
           
 WmProtos.WindowInfo.Builder WmProtos.WindowInfo.Builder.mergeFrom(WmProtos.WindowInfo other)
           
static WmProtos.WindowInfo.Builder WmProtos.WindowInfo.newBuilder(WmProtos.WindowInfo prototype)
           
 WmProtos.WindowList.Builder WmProtos.WindowList.Builder.setWindowList(int index, WmProtos.WindowInfo value)
           
 

Method parameters in com.opera.core.systems.scope.protos with type arguments of type WmProtos.WindowInfo
 WmProtos.WindowList.Builder WmProtos.WindowList.Builder.addAllWindowList(Iterable<? extends WmProtos.WindowInfo> values)
           
 

Uses of WmProtos.WindowInfo in com.opera.core.systems.scope.services
 

Methods in com.opera.core.systems.scope.services with parameters of type WmProtos.WindowInfo
 void IWindowManager.addWindow(WmProtos.WindowInfo window)
           
 

Uses of WmProtos.WindowInfo in com.opera.core.systems.scope.services.ums
 

Methods in com.opera.core.systems.scope.services.ums with parameters of type WmProtos.WindowInfo
 void WindowManager.addWindow(WmProtos.WindowInfo info)
           
 



Copyright © 2012. All Rights Reserved.