|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opera.core.systems.OperaUIElement
com.opera.core.systems.QuickMenuItem
public class QuickMenuItem
Represents a menuitem in a menu in the Opera desktop UI.
| Constructor Summary | |
|---|---|
QuickMenuItem(DesktopWmProtos.QuickMenuItemInfo info,
String menu,
IDesktopUtils desktopUtils,
SystemInputManager systemInputManager)
Constructor. |
|
| Method Summary | |
|---|---|
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 menuitem is enabled. |
boolean |
isSeparator()
|
String |
toFullString()
|
String |
toString()
|
| Methods inherited from class com.opera.core.systems.OperaUIElement |
|---|
click, getCenterLocation, getDesktopUtils, getLocation, getSize, getSystemInputManager, hover, isVisible, verifyContainsText, verifyText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QuickMenuItem(DesktopWmProtos.QuickMenuItemInfo info,
String menu,
IDesktopUtils desktopUtils,
SystemInputManager systemInputManager)
info - QuickMenuItemInfo of the menu item| Method Detail |
|---|
public 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 toString()
toString in class Objectpublic String toFullString()
toFullString in class OperaUIElementpublic String getMenu()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||