Uses of Class
org.uispec4j.interception.WindowHandler

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.cancelSelection()
          Clicks on "Cancel".
 WindowHandler FileChooserHandler.select(java.io.File file)
           
 WindowHandler FileChooserHandler.select(java.io.File[] files)
           
 WindowHandler FileChooserHandler.select(java.lang.String fileName)
           
 WindowHandler FileChooserHandler.select(java.lang.String[] fileNames)
           
 WindowHandler BasicHandler.triggerButtonClick(java.lang.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(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).
 



Copyright © 2004-2010. All Rights Reserved.