|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opera.core.systems.QuickMenu
public class QuickMenu
Represents a menu in the Opera desktop UI.
| Constructor Summary | |
|---|---|
QuickMenu(DesktopWmProtos.QuickMenuInfo info,
IDesktopUtils desktopUtils,
SystemInputManager inputManager)
Constructor. |
|
| Method Summary | |
|---|---|
List<QuickMenuItem> |
getItemList()
|
String |
getName()
Get the name of the menu (as represented in e.g. |
int |
getParentWindowId()
Get the windowId of the window the Menu is attached to. |
DesktopWmProtos.DesktopWindowRect |
getRect()
|
boolean |
hasSubmenu()
|
String |
toFullString()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QuickMenu(DesktopWmProtos.QuickMenuInfo info,
IDesktopUtils desktopUtils,
SystemInputManager inputManager)
info - QuickMenuInfo of the menu| Method Detail |
|---|
public String getName()
public int getParentWindowId()
public List<QuickMenuItem> getItemList()
public boolean hasSubmenu()
public DesktopWmProtos.DesktopWindowRect getRect()
public String toString()
toString in class Objectpublic String toFullString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||