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

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

Methods in com.opera.core.systems with parameters of type WmProtos.WindowInfo
 void EventHandler.onUpdatedWindow(WmProtos.WindowInfo window)
           
 void UmsEventHandler.onUpdatedWindow(WmProtos.WindowInfo info)
           
 

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
abstract  void AbstractEventHandler.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(java.io.InputStream input)
           
static WmProtos.WindowInfo WmProtos.WindowInfo.parseDelimitedFrom(java.io.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(java.io.InputStream input)
           
static WmProtos.WindowInfo WmProtos.WindowInfo.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 WmProtos.WindowInfo
 java.util.List<WmProtos.WindowInfo> WmProtos.WindowListOrBuilder.getWindowListList()
           
 java.util.List<WmProtos.WindowInfo> WmProtos.WindowList.getWindowListList()
           
 java.util.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(java.lang.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 © 2011. All Rights Reserved.