Package abbot.finder

Provides component search and lookup facilities.

See:
          Description

Interface Summary
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 Summary
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 Summary
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).
 

Package abbot.finder Description

Provides component search and lookup facilities.

Since:
0.12.0


Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge