|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Window | |
|---|---|
| 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 | |
| Uses of Window in org.uispec4j |
|---|
| Methods in org.uispec4j that return Window | |
|---|---|
Window |
UISpecTestCase.getMainWindow()
Returns the Window created by the adapter. |
Window |
UISpecAdapter.getMainWindow()
|
Window |
Desktop.getWindow(java.lang.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. |
| Uses of Window in org.uispec4j.interception |
|---|
| Methods in org.uispec4j.interception that return Window | |
|---|---|
Window |
MainClassAdapter.getMainWindow()
|
static Window |
WindowInterceptor.getModalDialog(Trigger trigger)
Performs a "quick&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. |
| Methods in org.uispec4j.interception with parameters of type Window | |
|---|---|
abstract Trigger |
WindowHandler.process(Window window)
Handles the shown window and returns a trigger that will close it. |
| Uses of Window in org.uispec4j.interception.handlers |
|---|
| Methods in org.uispec4j.interception.handlers that return Window | |
|---|---|
Window |
ShownInterceptionCollectorHandler.getWindow()
|
| Methods in org.uispec4j.interception.handlers with parameters of type Window | |
|---|---|
void |
ShownInterceptionDetectionHandler.process(Window window)
|
void |
ShownInterceptionCollectorHandler.process(Window window)
|
void |
NewThreadInterceptionHandlerDecorator.process(Window window)
|
void |
ModalInterceptionCheckerHandler.process(Window window)
|
void |
InterceptionHandler.process(Window window)
Called to process a modal dialog when it is shown. |
void |
ClosedInterceptionDetectionHandler.process(Window window)
|
void |
AbstractInterceptionHandlerDecorator.process(Window window)
|
| Uses of Window in org.uispec4j.interception.toolkit |
|---|
| Methods in org.uispec4j.interception.toolkit with parameters of type Window | |
|---|---|
boolean |
UISpecDisplay.assertAcceptsWindow(Window window)
|
| Uses of Window in org.uispec4j.utils |
|---|
| Methods in org.uispec4j.utils with parameters of type Window | |
|---|---|
static void |
ComponentUtils.close(Window window)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||