|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WindowInterceptor | |
|---|---|
| org.uispec4j.interception | Provides a mechanism for intercepting popped-up dialogs and menus. |
| Uses of WindowInterceptor in org.uispec4j.interception |
|---|
| Methods in org.uispec4j.interception that return WindowInterceptor | |
|---|---|
static WindowInterceptor |
WindowInterceptor.init(Trigger trigger)
Starts the interception of a modal dialog. |
WindowInterceptor |
WindowInterceptor.process(java.lang.String title,
WindowHandler handler)
Processes a modal dialog after having checked its title first. |
WindowInterceptor |
WindowInterceptor.process(WindowHandler handler)
Processes a modal dialog. |
WindowInterceptor |
WindowInterceptor.process(WindowHandler[] handlers)
Processes a sequence of dialogs (one handler per dialog). |
WindowInterceptor |
WindowInterceptor.processTransientWindow()
Processes a dialog that will be closed automatically. |
WindowInterceptor |
WindowInterceptor.processTransientWindow(java.lang.String title)
Processes a dialog that will be closed automatically, and checks its name. |
WindowInterceptor |
WindowInterceptor.processWithButtonClick(java.lang.String buttonName)
Processes a dialog by clicking on a given button. |
WindowInterceptor |
WindowInterceptor.processWithButtonClick(java.lang.String title,
java.lang.String buttonName)
Processes a dialog by checking its title and clicking on a given button. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||