Uses of Class
com.opera.core.systems.scope.protos.DesktopWmProtos.DesktopWindowInfo

Packages that use DesktopWmProtos.DesktopWindowInfo
com.opera.core.systems Provides OperaDriver and associated classes. 
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.ums Implementations of the Scope service interfaces. 
 

Uses of DesktopWmProtos.DesktopWindowInfo in com.opera.core.systems
 

Methods in com.opera.core.systems with parameters of type DesktopWmProtos.DesktopWindowInfo
 void ScopeServices.onDesktopWindowActivated(DesktopWmProtos.DesktopWindowInfo info)
           
 void ScopeServices.onDesktopWindowClosed(DesktopWmProtos.DesktopWindowInfo info)
           
 void ScopeServices.onDesktopWindowLoaded(DesktopWmProtos.DesktopWindowInfo info)
           
 void ScopeServices.onDesktopWindowShown(DesktopWmProtos.DesktopWindowInfo info)
           
 void ScopeServices.onDesktopWindowUpdated(DesktopWmProtos.DesktopWindowInfo info)
           
 

Constructors in com.opera.core.systems with parameters of type DesktopWmProtos.DesktopWindowInfo
QuickWindow(DesktopWmProtos.DesktopWindowInfo info)
          Constructor.
 

Uses of DesktopWmProtos.DesktopWindowInfo in com.opera.core.systems.scope.handlers
 

Methods in com.opera.core.systems.scope.handlers with parameters of type DesktopWmProtos.DesktopWindowInfo
 void ScopeEventHandler.onDesktopWindowActivated(DesktopWmProtos.DesktopWindowInfo info)
           
 void EventHandler.onDesktopWindowActivated(DesktopWmProtos.DesktopWindowInfo window)
          Fired when a window becomes active (steals focus).
 void ScopeEventHandler.onDesktopWindowClosed(DesktopWmProtos.DesktopWindowInfo info)
           
 void EventHandler.onDesktopWindowClosed(DesktopWmProtos.DesktopWindowInfo window)
          Fired when a window instance is closed.
 void ScopeEventHandler.onDesktopWindowLoaded(DesktopWmProtos.DesktopWindowInfo info)
           
 void EventHandler.onDesktopWindowLoaded(DesktopWmProtos.DesktopWindowInfo window)
          Fired when loading Finished event.
 void ScopeEventHandler.onDesktopWindowShown(DesktopWmProtos.DesktopWindowInfo info)
           
 void EventHandler.onDesktopWindowShown(DesktopWmProtos.DesktopWindowInfo window)
          Fired when a desktop window is shown at the last possible moment so the window should be fully visible.
 void ScopeEventHandler.onDesktopWindowUpdated(DesktopWmProtos.DesktopWindowInfo info)
           
 void EventHandler.onDesktopWindowUpdated(DesktopWmProtos.DesktopWindowInfo window)
          Fired when a new window is created or window has incoming changes (such as title change).
 

Uses of DesktopWmProtos.DesktopWindowInfo in com.opera.core.systems.scope.protos
 

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

Methods in com.opera.core.systems.scope.protos that return types with arguments of type DesktopWmProtos.DesktopWindowInfo
 List<DesktopWmProtos.DesktopWindowInfo> DesktopWmProtos.DesktopWindowListOrBuilder.getWindowListList()
           
 List<DesktopWmProtos.DesktopWindowInfo> DesktopWmProtos.DesktopWindowList.getWindowListList()
           
 List<DesktopWmProtos.DesktopWindowInfo> DesktopWmProtos.DesktopWindowList.Builder.getWindowListList()
           
 

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

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

Uses of DesktopWmProtos.DesktopWindowInfo in com.opera.core.systems.scope.services.ums
 

Methods in com.opera.core.systems.scope.services.ums that return types with arguments of type DesktopWmProtos.DesktopWindowInfo
 List<DesktopWmProtos.DesktopWindowInfo> DesktopWindowManager.getDesktopWindowInfoList()
           
 



Copyright © 2012. All Rights Reserved.