Uses of Class
org.uispec4j.MenuItem

Packages that use MenuItem
org.uispec4j Provides classes for handling user interface components. 
org.uispec4j.interception Provides a mechanism for intercepting popped-up dialogs and menus. 
 

Uses of MenuItem in org.uispec4j
 

Methods in org.uispec4j that return MenuItem
 MenuItem MenuBar.getMenu(java.lang.String menuName)
          Returns a MenuItem component representing a top-level menu (for instance File/Edit/etc.).
 MenuItem MenuItem.getSubMenu(java.lang.String subMenuItem)
          Returns a submenu given its name, or raises an exception if it was not found.
 

Uses of MenuItem in org.uispec4j.interception
 

Methods in org.uispec4j.interception that return MenuItem
static MenuItem PopupMenuInterceptor.run(Trigger trigger)
          Runs the given trigger and returns the intercepted popup menu.

This method will wait for the popup to be shown, up to a time specified with UISpec4J.setWindowInterceptionTimeLimit(long).

 



Copyright © 2004-2010. All Rights Reserved.