Uses of Class
com.meterware.httpunit.WebWindow

Packages that use WebWindow
com.meterware.httpunit Classes for testing http server systems. 
 

Uses of WebWindow in com.meterware.httpunit
 

Methods in com.meterware.httpunit that return WebWindow
 WebWindow WebClient.getMainWindow()
           
 WebWindow WebClient.getOpenWindow(java.lang.String name)
           
 WebWindow[] WebClient.getOpenWindows()
           
 

Methods in com.meterware.httpunit with parameters of type WebWindow
 void WebClient.setMainWindow(WebWindow mainWindow)
           
 void WebWindowListener.windowClosed(WebClient client, WebWindow window)
          Invoked when the web client closes a window.
 void WebWindowListener.windowOpened(WebClient client, WebWindow window)
          Invoked when the web client opens a new window.
 



Copyright © 2011. All Rights Reserved.