|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
MenuItem.getSubMenu(String subMenuItem)
Returns a submenu given its name, or raises an exception if it was not found. |
MenuItem |
MenuBar.getMenu(String menuName)
Returns a MenuItem component representing a top-level menu (for instance File/Edit/etc.).
|
| 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||