Package | Description |
---|---|
org.uispec4j |
Provides classes for handling user interface components.
|
org.uispec4j.interception |
Provides a mechanism for intercepting popped-up dialogs and menus.
|
Modifier and Type | Method and Description |
---|---|
MenuItem |
MenuBar.getMenu(String menuName)
Returns a
MenuItem component representing a top-level menu (for instance File/Edit/etc.). |
MenuItem |
MenuItem.getSubMenu(String subMenuItem)
Returns a submenu given its name, or raises an exception if it was not found.
|
Modifier and Type | Method and Description |
---|---|
static MenuItem |
PopupMenuInterceptor.run(Trigger trigger)
Runs the given trigger and returns the intercepted popup menu.
|
Copyright © 2004–2016. All rights reserved.