Uses of Class
com.opera.core.systems.QuickWindow

Packages that use QuickWindow
com.opera.core.systems Provides OperaDriver and associated classes. 
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 QuickWindow in com.opera.core.systems
 

Methods in com.opera.core.systems that return QuickWindow
 QuickWindow OperaDesktopDriver.findWindowById(int windowId)
          Find window by window id.
 QuickWindow OperaDesktopDriver.findWindowByName(String windowName)
          Find a Window by its name.
 QuickWindow OperaDesktopDriver.getQuickWindow(String windowName)
           
 

Methods in com.opera.core.systems that return types with arguments of type QuickWindow
 List<QuickWindow> OperaDesktopDriver.getQuickWindowList()
          Gets a list of all open QuickWindows.
 

Uses of QuickWindow in com.opera.core.systems.scope.services
 

Methods in com.opera.core.systems.scope.services that return QuickWindow
 QuickWindow IDesktopWindowManager.getQuickWindow(DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property, String value)
          Gets the quick window based on a specific property.
 QuickWindow IDesktopWindowManager.getQuickWindowById(int windowId)
          Gets the quick window with the given window id.
 QuickWindow IDesktopWindowManager.getQuickWindowByName(String name)
          Gets the window with name name.
 

Methods in com.opera.core.systems.scope.services that return types with arguments of type QuickWindow
 List<QuickWindow> IDesktopWindowManager.getQuickWindowList()
          Gets a list of all open windows.
 

Uses of QuickWindow in com.opera.core.systems.scope.services.ums
 

Methods in com.opera.core.systems.scope.services.ums that return QuickWindow
 QuickWindow DesktopWindowManager.getQuickWindow(DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property, String value)
           
 QuickWindow DesktopWindowManager.getQuickWindowById(int windowId)
           
 QuickWindow DesktopWindowManager.getQuickWindowByName(String name)
           
 

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



Copyright © 2012. All Rights Reserved.