public class QuickMenuItem extends OperaUIElement
| Constructor and Description |
|---|
QuickMenuItem(DesktopWmProtos.QuickMenuItemInfo info,
String menu,
DesktopUtils desktopUtils,
SystemInput systemInputManager)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName()
Get Action name for action associated with menu item, if any.
|
String |
getActionParameter() |
String |
getMenu()
Get name of containing menu
|
String |
getName()
Get name of the menu.
|
DesktopWmProtos.DesktopWindowRect |
getRect() |
int |
getRow()
Gets the row of the widget within its parent,
|
String |
getShortcut() |
String |
getShortcutLetter() |
String |
getSubMenu() |
String |
getText() |
boolean |
hasSubMenu() |
boolean |
isBold() |
boolean |
isChecked() |
boolean |
isEnabled()
Checks if menu item is enabled.
|
boolean |
isSeparator() |
String |
toFullString() |
String |
toString() |
click, getCenterLocation, getDesktopUtils, getLocation, getSize, getSystemInputManager, hover, isVisible, verifyContainsText, verifyTextpublic QuickMenuItem(DesktopWmProtos.QuickMenuItemInfo info, String menu, DesktopUtils desktopUtils, SystemInput systemInputManager)
info - QuickMenuItemInfo of the menu itempublic String getName()
public String getActionName()
public boolean hasSubMenu()
public String getActionParameter()
public String getSubMenu()
public String getText()
getText in class OperaUIElementpublic boolean isEnabled()
public boolean isChecked()
public boolean isSeparator()
public boolean isBold()
public int getRow()
public String getShortcutLetter()
public String getShortcut()
public DesktopWmProtos.DesktopWindowRect getRect()
getRect in class OperaUIElementpublic String toFullString()
toFullString in class OperaUIElementpublic String getMenu()
Copyright © 2012. All Rights Reserved.