|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Trigger | |
| org.uispec4j | Provides classes for handling user interface components. |
| org.uispec4j.interception | Provides a mechanism for intercepting popped-up dialogs and menus. |
| Uses of Trigger in org.uispec4j |
| Fields in org.uispec4j declared as Trigger | |
static Trigger |
Trigger.DO_NOTHING
|
| Methods in org.uispec4j that return Trigger | |
Trigger |
Tree.triggerClick(String path)
|
Trigger |
Tree.triggerRightClick(String path)
|
Trigger |
Tree.triggerRightClickInSelection()
|
Trigger |
TextBox.triggerClickOnHyperlink(String name)
|
Trigger |
Table.triggerClick(int row,
int column,
Key.Modifier modifier)
|
Trigger |
Table.triggerRightClick(int row,
int column)
|
Trigger |
Table.triggerDoubleClick(int row,
int column)
|
Trigger |
Table.Header.triggerClick(String columnName)
|
Trigger |
Table.Header.triggerClick(int columnIndex)
|
Trigger |
Table.Header.triggerRightClick(int columnIndex)
|
Trigger |
Table.Header.triggerRightClick(String columnName)
|
Trigger |
MenuItem.triggerClick()
|
Trigger |
AbstractButton.triggerClick()
|
| Uses of Trigger in org.uispec4j.interception |
| Methods in org.uispec4j.interception that return Trigger | |
abstract Trigger |
WindowHandler.process(Window window)
Handles the shown window and returns a trigger that will close it. |
| Methods in org.uispec4j.interception with parameters of type Trigger | |
static WindowInterceptor |
WindowInterceptor.init(Trigger trigger)
Starts the interception of a modal dialog. |
static Window |
WindowInterceptor.run(Trigger trigger)
Intercepts a non-modal window by running a trigger and returning the displayed window. |
static Window |
WindowInterceptor.getModalDialog(Trigger trigger)
Performs a "quick&dirty" interception of a modal dialog. |
static MenuItem |
PopupMenuInterceptor.run(Trigger trigger)
Runs the given trigger and returns the intercepted popup menu. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||