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

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

Methods in com.opera.core.systems that return QuickMenu
 QuickMenu OperaDesktopDriver.getQuickMenu(String menuName)
          Get a menu based on its name (Note; the menubar is also seen as a menu)
 QuickMenu OperaDesktopDriver.getQuickMenu(String menuName, int windowId)
          Get a menu based on its name and windowid - makes it possible to get the menubar of a specific main window
 

Methods in com.opera.core.systems that return types with arguments of type QuickMenu
 List<QuickMenu> OperaDesktopDriver.getQuickMenuList()
           
 

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

Methods in com.opera.core.systems.scope.services that return QuickMenu
 QuickMenu IDesktopWindowManager.getQuickMenu(String menuName)
          Gets the menu with name name.
 QuickMenu IDesktopWindowManager.getQuickMenu(String menuName, int windowId)
           
 

Methods in com.opera.core.systems.scope.services that return types with arguments of type QuickMenu
 List<QuickMenu> IDesktopWindowManager.getQuickMenuList()
           
 

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

Methods in com.opera.core.systems.scope.services.ums that return QuickMenu
 QuickMenu DesktopWindowManager.getQuickMenu(String menuName)
           
 QuickMenu DesktopWindowManager.getQuickMenu(String menuName, int windowId)
           
 

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



Copyright © 2012. All Rights Reserved.