abbot.finder |
Provides component search and lookup facilities.
@since 0.12.0
|
Java Source File Name | Type | Comment |
AWTHierarchy.java | Class | Provides access to the current AWT hierarchy. |
AWTHierarchyTest.java | Class | |
BasicFinder.java | Class | Provides basic component lookup, examining each component in turn. |
BasicFinderTest.java | Class | Check version settings, and platform or JVM-specific bugs. |
ComponentFinder.java | Interface | Interface to support looking up existing components based on a number of
different criteria. |
ComponentNotFoundException.java | Class | Indicates no component could be found, where one was required. |
ComponentSearchException.java | Class | General exception class which encapsulates all failures generated
attempting to find a component in the currently available GUI. |
Hierarchy.java | Interface | Provides access to all components in a hierarchy. |
Matcher.java | Interface | Provides an indication whether a Component matches some desired
criteria. |
MultiMatcher.java | Interface | Provides methods for determining the best match among a group of matching
components.
For use with implementations of
ComponentFinder . |
MultipleComponentsFoundException.java | Class | Indicates more than one component was found (usually where only one was
desired). |
TestHierarchy.java | Class | Provide isolation of a Component hierarchy to limit consideration to only
those Components created during the lifetime of this Hierarchy instance.
Extant Components (and any subsequently generated subwindows) are ignored
by default.
Implicitly auto-filters windows which are disposed (i.e. |
TestHierarchyTest.java | Class | |