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.interception.handlers | |
org.uispec4j.interception.toolkit | |
org.uispec4j.utils |
Modifier and Type | Method and Description |
---|---|
Window |
UISpecTestCase.getMainWindow()
Returns the Window created by the adapter.
|
Window |
UISpecAdapter.getMainWindow() |
Window |
Desktop.getWindow(String title)
Returns a window given its title, and waits if it is not available yet.
|
Window[] |
Desktop.getWindows()
Returs all the internal windows contained in the desktop.
|
Modifier and Type | Method and Description |
---|---|
Window |
MainClassAdapter.getMainWindow() |
static Window |
WindowInterceptor.getModalDialog(Trigger trigger)
Performs a "quick and dirty" 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.
|
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 |
---|---|
Window |
ShownInterceptionCollectorHandler.getWindow() |
Modifier and Type | Method and Description |
---|---|
void |
NewThreadInterceptionHandlerDecorator.process(Window window) |
void |
InterceptionHandler.process(Window window)
Called to process a modal dialog when it is shown.
|
void |
ModalInterceptionCheckerHandler.process(Window window) |
void |
ClosedInterceptionDetectionHandler.process(Window window) |
void |
ShownInterceptionCollectorHandler.process(Window window) |
void |
AbstractInterceptionHandlerDecorator.process(Window window) |
void |
ShownInterceptionDetectionHandler.process(Window window) |
Modifier and Type | Method and Description |
---|---|
boolean |
UISpecDisplay.assertAcceptsWindow(Window window) |
Modifier and Type | Method and Description |
---|---|
static void |
ComponentUtils.close(Window window) |
Copyright © 2004–2016. All rights reserved.