Package 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.

See:
          Description

Interface Summary
IFocusedWindowFinder This interface defines a class which can discover the screen position for the native UI's currently focused window.
IScreenScraper This interface defines a class which can save an Image to a file.
IScriptMaker Implementors of this interface accept a collection of UI captured events as they relate to creating a play-back script.
 

Class Summary
DefaultFocusedWindowFinder Default implementation, which always returns null.
DefaultScreenScraper Writes images to files using the javax.imageio package.
ScriptGenerator Listens to CaptureEvents, and converts these into script commands to the IScriptMaker.
VirtualWindow A window which covers the whole screen, and does not paint in the background.
VirtualWindowController A window which covers the whole screen, and does not paint in the background.
VirtualWindowUI This UI part of the VirtualWindow framework is in charge of intercepting all Window events related to drawing, in order to keep the invisible facade.
 

Package net.sourceforge.groboutils.uicapture.v1 Description

A testing framework used for capturing a user's UI interaction, and for generating scripts which can automatically play back a captured interaction.



Copyright © 2001-2003 by The GroboUtils Project