public class QuickMenu extends Object
| Constructor and Description |
|---|
QuickMenu(DesktopWmProtos.QuickMenuInfo info,
DesktopUtils desktopUtils,
SystemInput inputManager)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
boolean |
isVisible()
It's assumed here that a menu won't be passed to Watir if it is not visible.
|
String |
toFullString() |
String |
toString() |
public QuickMenu(DesktopWmProtos.QuickMenuInfo info, DesktopUtils desktopUtils, SystemInput inputManager)
info - QuickMenuInfo of the menupublic String getName()
public boolean isVisible()
public int getParentWindowId()
public List<QuickMenuItem> getItemList()
public boolean hasSubmenu()
public DesktopWmProtos.DesktopWindowRect getRect()
public String toFullString()
Copyright © 2013. All Rights Reserved.