Package org.fest.swing.core

Building blocks for all FEST-Swing fixtures.

See:
          Description

Interface Summary
ComponentFinder Understands GUI Component lookup.
ComponentMatcher Understands whether a Component matches some desired criteria.
ComponentPrinter Understands printing the String representation of Components to facilitate debugging.
ResettableComponentMatcher Understands whether a Component matches some desired criteria.
Robot Understands simulation of user events on a GUI Component.
 

Class Summary
AbstractComponentMatcher Understands a base class for implementations of ResettableComponentMatcher.
BasicComponentFinder Understands GUI Component lookup.
BasicComponentPrinter Understands printing the String representation of Components to facilitate debugging.
BasicRobot Understands simulation of user events on a GUI Component.
ComponentDragAndDrop Understands Component-based drag and drop.
ComponentFoundCondition Understands a condition that is satisfied if a GUI component that matches certain search criteria can be found.
EdtSafeCondition Understands a Condition that is evaluated in the event dispatch thread (EDT.)
EmergencyAbortListener Understands an escape valve for users to abort a running FEST-Swing test by pressing 'Ctrl + Shift + A'.
FocusOwnerFinder Understands lookup of a Component owning the input focus.
GenericTypeMatcher<T extends Component> Understands a ComponentMatcher that matches a Component by type and some custom search criteria.
KeyPressInfo Understands information about pressing a keyboard key.
LabelMatcher Understands Component matching by the text of the associated JLabel and (optionally) by type.
MouseClickInfo Understands information about clicking a mouse button.
NameMatcher Understands Component matching by name and (optionally) by type.
Scrolling Understands utility methods related to scrolling.
Settings Understands configuration settings.
SimpleFallbackExceptionHandler Understands an exception handler for AWT event thread, to make sure we can get a back-trace dump when running FEST-Swing are terminated by a EmergencyAbortListener.
TypeMatcher Understands Component matching by type.
WindowAncestorFinder Understands lookup of a component's ancestor.
 

Enum Summary
ComponentLookupScope Understands scopes of GUI component lookup.
MouseButton Understands mouse buttons.
 

Package org.fest.swing.core Description

Building blocks for all FEST-Swing fixtures.

Classes in this package have been adapted from Abbot. Many thanks to Timothy Wall.



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