|
||||||||||
| 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. |
| org.uispec4j.utils | |
| 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 |
MenuItem.triggerClick()
|
Trigger |
AbstractButton.triggerClick()
|
Trigger |
Table.Header.triggerClick(int columnIndex)
|
Trigger |
Table.triggerClick(int row,
int column,
Key.Modifier modifier)
|
Trigger |
ListBox.triggerClick(int row,
Key.Modifier modifier)
|
Trigger |
Tree.triggerClick(java.lang.String path)
|
Trigger |
Table.Header.triggerClick(java.lang.String columnName)
|
Trigger |
TextBox.triggerClickOnHyperlink(java.lang.String name)
|
Trigger |
ListBox.triggerDoubleClick(int row)
|
Trigger |
Table.triggerDoubleClick(int row,
int column)
|
Trigger |
Tree.triggerDoubleClick(java.lang.String path)
|
Trigger |
Table.Header.triggerRightClick(int columnIndex)
|
Trigger |
ListBox.triggerRightClick(int row)
|
Trigger |
Table.triggerRightClick(int row,
int column)
|
Trigger |
Tree.triggerRightClick(java.lang.String path)
|
Trigger |
Table.Header.triggerRightClick(java.lang.String columnName)
|
Trigger |
Tree.triggerRightClickInSelection()
|
| 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 Window |
WindowInterceptor.getModalDialog(Trigger trigger)
Performs a "quick&dirty" interception of a modal dialog. |
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 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). |
| Uses of Trigger in org.uispec4j.utils |
|---|
| Classes in org.uispec4j.utils that implement Trigger | |
|---|---|
class |
MainClassTrigger
|
class |
ThreadLauncherTrigger
|
| Methods in org.uispec4j.utils with parameters of type Trigger | |
|---|---|
static void |
TriggerRunner.runInCurrentThread(Trigger trigger)
|
static void |
TriggerRunner.runInSwingThread(Trigger trigger)
|
static void |
TriggerRunner.runInUISpecThread(Trigger trigger)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||