|
Class Summary |
| AbstractButtonFinder |
Class for checking if the (AbstractButton) component being searched for has been found. |
| AbstractButtonFinderTagHandler |
This is a extension of the findTagHandler element. |
| AbstractWindowFinder |
Class for checking if the (Window) component being searched for has been found. |
| BaseFindTagHandler |
This class provides the basic handling for all of the FindTagHandler
implementations. |
| ComponentFinder |
A generic Component finder which uses just the type (class) for filtering. |
| ComponentFinderTagHandler |
This is a extension of the findTagHandler element. |
| DialogFinder |
Class for checking if the (Dialog) component being searched for has been found
The pattern syntax can be found at the Jakarta RegExp API Documentation in RE. |
| DialogFinderTagHandler |
This is a extension of the findTagHandler element. |
| Finder |
Abstract class for defining call back classes to test whether a Component
that is being searched for has been found. |
| FindTagHandler |
This element helps locate objects within the gui. |
| FrameFinder |
Class for checking if the Component being searched for has been found
The pattern syntax can be found at the Jakarta RegExp API Documentation in RE. |
| FrameFinderTagHandler |
This is a extension of the findTagHandler element. |
| IconMatcher |
Class for comparing that two Icons match. |
| JFileChooserFinder |
This class locates the JFileChooser with the given title. |
| JInternalFrameFinder |
Title: class JInternalFrameFinder. |
| JInternalFrameFinderTagHandler |
This is a extension of the findTagHandler element. |
| JLabelFinder |
Class for checking if the component being searched for has been found
The pattern syntax can be found at the Jakarta RegExp API Documentation in RE. |
| JLabelFinderTagHandler |
This is a extension of the findTagHandler element. |
| JMenuItemFinder |
A generic component finder which uses just the type (class) for filtering. |
| JMenuItemFinderTagHandler |
This is a extension of the findTagHandler element. |
| JPopupMenuFinder |
Title: Find a popup menu given the invoker. |
| JPopupMenuFinderTagHandler |
This is a extension of the FindTagHandler element. |
| JWindowFinder |
Class for checking if the component being searched for has been found
The pattern syntax can be found at the Jakarta RegExp API Documentation in RE. |
| JWindowFinderTagHandler |
This is a extension of the findTagHandler element. |
| LabeledComponentFinder |
Find a component based upon the label attached via JLabel.setLabelFor(Component comp). |
| LabeledComponentFinderTagHandler |
This is a extension of the findTagHandler element. |
| NamedComponentFinder |
This is a 'breakaway' from the ComponentFinder in which the component to be
tested is assumed to have a name and so the name passed in is compared to the comp.name
The pattern syntax can be found at the Jakarta RegExp API Documentation in RE. |
| NamedComponentFinderTagHandler |
This is a extension of the findTagHandler element. |