|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ComponentFinder | Understands GUI lookup. |
ComponentMatcher | Understands whether a matches some desired criteria. |
ComponentPrinter | Understands printing the String representation of s to
facilitate debugging. |
ResettableComponentMatcher | Understands whether a matches some desired criteria. |
Robot | Understands simulation of user events on a GUI . |
Class Summary | |
---|---|
AbstractComponentMatcher | Understands a base class for implementations of . |
BasicComponentFinder | Understands GUI lookup. |
BasicComponentPrinter | Understands printing the String representation of s to
facilitate debugging. |
BasicRobot | Understands simulation of user events on a GUI . |
ComponentDragAndDrop | Understands -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 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 owning the input focus. |
GenericTypeMatcher<T extends Component> | Understands a that matches a by type and some
custom search criteria. |
KeyPressInfo | Understands information about pressing a keyboard key. |
LabelMatcher | Understands matching by the text of the associated
and (optionally) by type. |
MouseClickInfo | Understands information about clicking a mouse button. |
NameMatcher | Understands 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 . |
TypeMatcher | Understands matching by type. |
WindowAncestorFinder | Understands lookup of a component's . |
Enum Summary | |
---|---|
ComponentLookupScope | Understands scopes of GUI component lookup. |
MouseButton | Understands mouse buttons. |
Building blocks for all FEST-Swing fixtures.
Classes in this package have been adapted from Abbot. Many thanks to Timothy Wall.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |