Uses of Package
org.fest.swing.core

Packages that use org.fest.swing.core
org.fest.swing.core Building blocks for all FEST-Swing fixtures. 
org.fest.swing.core.matcher Common implementations of GenericTypeMatcher
org.fest.swing.driver Drivers that simulate user input on GUI Components. 
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.testing Support for writing test classes. 
 

Classes in org.fest.swing.core used by org.fest.swing.core
AbstractComponentMatcher
          Understands a base class for implementations of ResettableComponentMatcher.
ComponentFinder
          Understands GUI Component lookup.
ComponentLookupScope
          Understands scopes of GUI component lookup.
ComponentMatcher
          Understands whether a Component matches some desired criteria.
ComponentPrinter
          Understands printing the String representation of Components to facilitate debugging.
EmergencyAbortListener
          Understands an escape valve for users to abort a running FEST-Swing test by pressing 'Ctrl + Shift + A'.
GenericTypeMatcher
          Understands a ComponentMatcher that matches a Component by type and some custom search criteria.
KeyPressInfo
          Understands information about pressing a keyboard key.
MouseButton
          Understands mouse buttons.
MouseClickInfo
          Understands information about clicking a mouse button.
ResettableComponentMatcher
          Understands whether a Component matches some desired criteria.
Robot
          Understands simulation of user events on a GUI Component.
Settings
          Understands configuration settings.
 

Classes in org.fest.swing.core used by org.fest.swing.core.matcher
AbstractComponentMatcher
          Understands a base class for implementations of ResettableComponentMatcher.
ComponentMatcher
          Understands whether a Component matches some desired criteria.
GenericTypeMatcher
          Understands a ComponentMatcher that matches a Component by type and some custom search criteria.
ResettableComponentMatcher
          Understands whether a Component matches some desired criteria.
 

Classes in org.fest.swing.core used by org.fest.swing.driver
ComponentMatcher
          Understands whether a Component matches some desired criteria.
GenericTypeMatcher
          Understands a ComponentMatcher that matches a Component by type and some custom search criteria.
KeyPressInfo
          Understands information about pressing a keyboard key.
MouseButton
          Understands mouse buttons.
MouseClickInfo
          Understands information about clicking a mouse button.
Robot
          Understands simulation of user events on a GUI Component.
Settings
          Understands configuration settings.
 

Classes in org.fest.swing.core used by org.fest.swing.finder
GenericTypeMatcher
          Understands a ComponentMatcher that matches a Component by type and some custom search criteria.
Robot
          Understands simulation of user events on a GUI Component.
 

Classes in org.fest.swing.core used by org.fest.swing.fixture
ComponentFinder
          Understands GUI Component lookup.
GenericTypeMatcher
          Understands a ComponentMatcher that matches a Component by type and some custom search criteria.
KeyPressInfo
          Understands information about pressing a keyboard key.
MouseButton
          Understands mouse buttons.
MouseClickInfo
          Understands information about clicking a mouse button.
Robot
          Understands simulation of user events on a GUI Component.
 

Classes in org.fest.swing.core used by org.fest.swing.testing
Robot
          Understands simulation of user events on a GUI Component.
 



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