|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use WindowHandler | |
| org.uispec4j.interception | Provides a mechanism for intercepting popped-up dialogs and menus. |
| Uses of WindowHandler in org.uispec4j.interception |
| Methods in org.uispec4j.interception that return WindowHandler | |
WindowHandler |
FileChooserHandler.select(File file)
|
WindowHandler |
FileChooserHandler.select(File[] files)
|
WindowHandler |
FileChooserHandler.select(String fileName)
|
WindowHandler |
FileChooserHandler.select(String[] fileNames)
|
WindowHandler |
FileChooserHandler.cancelSelection()
Clicks on "Cancel". |
WindowHandler |
BasicHandler.triggerButtonClick(String buttonName)
Returns the created window handler with a trigger for clicking on a button. |
| Methods in org.uispec4j.interception with parameters of type WindowHandler | |
WindowInterceptor |
WindowInterceptor.process(WindowHandler handler)
Processes a modal dialog. |
WindowInterceptor |
WindowInterceptor.process(String title,
WindowHandler handler)
Processes a modal dialog after having checked its title first. |
WindowInterceptor |
WindowInterceptor.process(WindowHandler[] handlers)
Processes a sequence of dialogs (one handler per dialog). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||