Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
static Trigger |
Trigger.DO_NOTHING |
Modifier and Type | Method and Description |
---|---|
Trigger |
AbstractButton.triggerClick() |
Trigger |
MenuItem.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 |
Table.Header.triggerClick(String columnName) |
Trigger |
Tree.triggerClick(String path) |
Trigger |
TextBox.triggerClickOnHyperlink(String name) |
Trigger |
ListBox.triggerDoubleClick(int row) |
Trigger |
Table.triggerDoubleClick(int row,
int column) |
Trigger |
Tree.triggerDoubleClick(String path) |
Trigger |
ListBox.triggerRightClick(int row) |
Trigger |
Table.Header.triggerRightClick(int columnIndex) |
Trigger |
Table.triggerRightClick(int row,
int column) |
Trigger |
Table.Header.triggerRightClick(String columnName) |
Trigger |
Tree.triggerRightClick(String path) |
Trigger |
Tree.triggerRightClickInSelection() |
Modifier and Type | Method and Description |
---|---|
abstract Trigger |
WindowHandler.process(Window window)
Handles the shown window and returns a trigger that will close it.
|
Modifier and Type | Method and Description |
---|---|
static Window |
WindowInterceptor.getModalDialog(Trigger trigger)
Performs a "quick and dirty" interception of a modal dialog.
|
static WindowInterceptor |
WindowInterceptor.init(Trigger trigger)
Starts the interception of a modal dialog.
|
static MenuItem |
PopupMenuInterceptor.run(Trigger trigger)
Runs the given trigger and returns the intercepted popup menu.
|
static Window |
WindowInterceptor.run(Trigger trigger)
Intercepts a non-modal window by running a trigger and returning the displayed window.
|
Modifier and Type | Class and Description |
---|---|
class |
MainClassTrigger |
class |
ThreadLauncherTrigger |
Modifier and Type | Method and Description |
---|---|
static void |
TriggerRunner.runInCurrentThread(Trigger trigger) |
static void |
TriggerRunner.runInSwingThread(Trigger trigger) |
static void |
TriggerRunner.runInUISpecThread(Trigger trigger) |
Copyright © 2004–2016. All rights reserved.