| Interface | Description |
|---|---|
| ComponentFinder |
Interface to support looking up existing components based on a number of
different criteria.
|
| Hierarchy |
Provides access to all components in a hierarchy.
|
| Matcher |
Provides an indication whether a Component matches some desired
criteria.
|
| MultiMatcher |
Provides methods for determining the best match among a group of matching
components.
|
| Class | Description |
|---|---|
| AWTHierarchy |
Provides access to the current AWT hierarchy.
|
| BasicFinder |
Provides basic component lookup, examining each component in turn.
|
| TestHierarchy |
Provide isolation of a Component hierarchy to limit consideration to only
those Components created during the lifetime of this Hierarchy instance.
|
| Exception | Description |
|---|---|
| ComponentNotFoundException |
Indicates no component could be found, where one was required.
|
| ComponentSearchException |
General exception class which encapsulates all failures generated
attempting to find a component in the currently available GUI.
|
| MultipleComponentsFoundException |
Indicates more than one component was found (usually where only one was
desired).
|
Abbot is hosted on