FEST Swing 1.2.1 API

This document is the API specification for the FEST Swing Module.

See: Description

Packages 
Package Description
org.fest.swing.annotation
FEST-specific annotations and utility methods.
org.fest.swing.applet
Support for testing Java Applets.
org.fest.swing.awt
Utility methods related to AWT.
org.fest.swing.cell
Support for custom cell renderers in components like JComboBox, JList, JTable and JTree.
org.fest.swing.core
Building blocks for all FEST-Swing fixtures.
org.fest.swing.core.matcher
Common implementations of GenericTypeMatcher.
org.fest.swing.data
Simple (but useful) data structures.
org.fest.swing.driver
Drivers that simulate user input on GUI Components.
org.fest.swing.edt
Support for GUI component access from the event dispatch thread (EDT.)
org.fest.swing.exception
All exception classes in FEST-Swing.
org.fest.swing.finder
Support for testing time-consuming tasks.
org.fest.swing.fixture
The power and flexibility of FEST-Swing come from the fixtures in this package.
org.fest.swing.format
Component formatters that create a String representation of GUI components.
org.fest.swing.hierarchy
GUI component hierarchies.
org.fest.swing.image
Utility methods related to images.
org.fest.swing.input
Classes in this package keep track of input events.
org.fest.swing.keystroke
Maps characters to key strokes for several languages.
org.fest.swing.launcher
Launches applications from a "main" method and Java applets
org.fest.swing.listener
Event listeners intended for internal use only.
org.fest.swing.lock
Ensures that GUI tests are executed sequentially to prevent locking between GUIs.
org.fest.swing.monitor
Monitors that track the state of GUI components (intended for internal use only.)
org.fest.swing.query
Queries, executed in the event dispatch thread (EDT,) that read property values from GUI components.
org.fest.swing.security
Support for security-related utilities.
org.fest.swing.testing
Support for writing test classes.
org.fest.swing.timing
Time-related operations.
org.fest.swing.util
Some useful utility methods.

Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.