| Package | Description |
|---|---|
| com.opera.core.systems |
Provides OperaDriver and associated classes.
|
| com.opera.core.systems.scope.services.desktop | |
| com.opera.core.systems.scope.stp.services.desktop |
| Modifier and Type | Method and Description |
|---|---|
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 independent 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<QuickMenuItem> |
QuickMenu.getItemList() |
List<QuickMenuItem> |
OperaDesktopDriver.getQuickMenuItemList() |
| Modifier and Type | Method and Description |
|---|---|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByAccKey(String key,
String menuName)
Gets the menu item with the given accelerator key in the menu with name menuName.
|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByAction(String action)
Gets the menu with the action specified, if any.
|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByName(String name) |
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByName(String name,
int window_id) |
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByPosition(int row,
String menuName)
Gets the menu item with the given position in the menu with name menuName.
|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByShortcut(String shortcut)
Gets the Menu item with the given shortcut.
|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemBySubmenu(String submenu)
Gets the menu item that opens the sub-menu.
|
QuickMenuItem |
DesktopWindowManager.getQuickMenuItemByText(String text)
Gets the menu with the text specified, if any.
|
| Modifier and Type | Method and Description |
|---|---|
List<QuickMenuItem> |
DesktopWindowManager.getQuickMenuItemList() |
| Modifier and Type | Method and Description |
|---|---|
QuickMenuItem |
ScopeDesktopWindowManager.getQuickMenuItemByAccKey(String key,
String menuName) |
QuickMenuItem |
ScopeDesktopWindowManager.getQuickMenuItemByAction(String action) |
QuickMenuItem |
ScopeDesktopWindowManager.getQuickMenuItemByName(String name) |
QuickMenuItem |
ScopeDesktopWindowManager.getQuickMenuItemByName(String name,
int window_id) |
QuickMenuItem |
ScopeDesktopWindowManager.getQuickMenuItemByPosition(int row,
String menuName) |
QuickMenuItem |
ScopeDesktopWindowManager.getQuickMenuItemByShortcut(String shortcut) |
QuickMenuItem |
ScopeDesktopWindowManager.getQuickMenuItemBySubmenu(String submenu) |
QuickMenuItem |
ScopeDesktopWindowManager.getQuickMenuItemByText(String text) |
| Modifier and Type | Method and Description |
|---|---|
List<QuickMenuItem> |
ScopeDesktopWindowManager.getQuickMenuItemList() |
Copyright © 2013. All Rights Reserved.