|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuickMenuItem | |
|---|---|
| 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 QuickMenuItem in com.opera.core.systems |
|---|
| Methods in com.opera.core.systems that return QuickMenuItem | |
|---|---|
QuickMenuItem |
OperaDesktopDriver.getQuickMenuItemByAccKey(String key,
String menuName)
|
QuickMenuItem |
OperaDesktopDriver.getQuickMenuItemByAction(String action)
Get a QuickMenuItem by its action |
QuickMenuItem |
OperaDesktopDriver.getQuickMenuItemByName(String name)
|
QuickMenuItem |
OperaDesktopDriver.getQuickMenuItemByName(String name,
int window_id)
Get a menuitem by its name and the windowid of the window the menu it is in is in. |
QuickMenuItem |
OperaDesktopDriver.getQuickMenuItemByPosition(int row,
String menuName)
Get an item by its position (row). |
QuickMenuItem |
OperaDesktopDriver.getQuickMenuItemByShortcut(String shortcut)
|
QuickMenuItem |
OperaDesktopDriver.getQuickMenuItemByStringId(String stringId)
Get an item in a language independant way from its stringId. |
QuickMenuItem |
OperaDesktopDriver.getQuickMenuItemBySubmenu(String submenu)
Get a quickmenuitem by its submenuname |
QuickMenuItem |
OperaDesktopDriver.getQuickMenuItemByText(String text)
Get an item by its text. |
| Methods in com.opera.core.systems that return types with arguments of type QuickMenuItem | |
|---|---|
List<QuickMenuItem> |
QuickMenu.getItemList()
|
List<QuickMenuItem> |
OperaDesktopDriver.getQuickMenuItemList()
|
| Uses of QuickMenuItem in com.opera.core.systems.scope.services |
|---|
| Methods in com.opera.core.systems.scope.services that return QuickMenuItem | |
|---|---|
QuickMenuItem |
IDesktopWindowManager.getQuickMenuItemByAccKey(String key,
String menuName)
Gets the menu item with the given accelerator key in the menu with name menuName. |
QuickMenuItem |
IDesktopWindowManager.getQuickMenuItemByAction(String action)
Gets the menu with the action specified, if any. |
QuickMenuItem |
IDesktopWindowManager.getQuickMenuItemByName(String name)
|
QuickMenuItem |
IDesktopWindowManager.getQuickMenuItemByName(String name,
int window_id)
|
QuickMenuItem |
IDesktopWindowManager.getQuickMenuItemByPosition(int row,
String menuName)
Gets the menu item with the given position in the menu with name menuName. |
QuickMenuItem |
IDesktopWindowManager.getQuickMenuItemByShortcut(String shortcut)
Gets the Menu item with the given shortcut. |
QuickMenuItem |
IDesktopWindowManager.getQuickMenuItemBySubmenu(String submenu)
Gets the menu item that opens the sub-menu. |
QuickMenuItem |
IDesktopWindowManager.getQuickMenuItemByText(String text)
Gets the menu with the text specified, if any. |
| Methods in com.opera.core.systems.scope.services that return types with arguments of type QuickMenuItem | |
|---|---|
List<QuickMenuItem> |
IDesktopWindowManager.getQuickMenuItemList()
|
| Uses of QuickMenuItem in com.opera.core.systems.scope.services.ums |
|---|
| Methods in com.opera.core.systems.scope.services.ums that return QuickMenuItem | |
|---|---|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByAccKey(String key,
String menuName)
|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByAction(String action)
|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByName(String name)
|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByName(String name,
int window_id)
|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByPosition(int row,
String menuName)
|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByShortcut(String shortcut)
|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemBySubmenu(String submenu)
|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByText(String text)
|
| Methods in com.opera.core.systems.scope.services.ums that return types with arguments of type QuickMenuItem | |
|---|---|
List<QuickMenuItem> |
DesktopWindowManager.getQuickMenuItemList()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||