Uses of Class
org.uispec4j.Window

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.  
 

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.getWindows()
          Returs all the internal windows contained in the desktop.
 Window Desktop.getWindow(String title)
          Returns a window given its title, and waits if it is not available yet.
 

Uses of Window in org.uispec4j.interception
 

Methods in org.uispec4j.interception that return Window
static Window WindowInterceptor.run(Trigger trigger)
          Intercepts a non-modal window by running a trigger and returning the displayed window.
static Window WindowInterceptor.getModalDialog(Trigger trigger)
          Performs a "quick&dirty" interception of a modal dialog.
 Window MainClassAdapter.getMainWindow()
           
 

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.
 



Copyright © 2004-2007 Design-up. All Rights Reserved.