Package | Description |
---|---|
org.uispec4j.interception |
Provides a mechanism for intercepting popped-up dialogs and menus.
|
Modifier and Type | Method and Description |
---|---|
WindowHandler |
FileChooserHandler.cancelSelection()
Clicks on "Cancel".
|
WindowHandler |
FileChooserHandler.select(File file) |
WindowHandler |
FileChooserHandler.select(File[] files) |
WindowHandler |
FileChooserHandler.select(String fileName) |
WindowHandler |
FileChooserHandler.select(String[] fileNames) |
WindowHandler |
BasicHandler.triggerButtonClick(String buttonName)
Returns the created window handler with a trigger for clicking on a button.
|
Modifier and Type | Method and Description |
---|---|
WindowInterceptor |
WindowInterceptor.process(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).
|
Copyright © 2004–2016. All rights reserved.