Uses of Interface
net.sourceforge.groboutils.uicapture.v1.IScriptMaker

Packages that use IScriptMaker
net.sourceforge.groboutils.uicapture.v1 A testing framework used for capturing a user's UI interaction, and for generating scripts which can automatically play back a captured interaction. 
net.sourceforge.groboutils.uicapture.v1.javamaker Generates Java source files for a captured UI play back. 
 

Uses of IScriptMaker in net.sourceforge.groboutils.uicapture.v1
 

Constructors in net.sourceforge.groboutils.uicapture.v1 with parameters of type IScriptMaker
ScriptGenerator(IScriptMaker maker, java.lang.String baseImageName)
          Uses the Default version for the IScreenScraper and IFocusedWindowFinder.
ScriptGenerator(IScreenScraper ss, IFocusedWindowFinder fwf, IScriptMaker maker, java.lang.String baseImageName)
          Create using the given arguments to build the framework.
 

Uses of IScriptMaker in net.sourceforge.groboutils.uicapture.v1.javamaker
 

Classes in net.sourceforge.groboutils.uicapture.v1.javamaker that implement IScriptMaker
 class JavaMaker
          Creates a Java playback sourcefile.
 



Copyright © 2001-2003 by The GroboUtils Project