Package org.netbeans.jemmy.accessibility
Class AccessibilityChooser
java.lang.Object
org.netbeans.jemmy.accessibility.AccessibilityChooser
- All Implemented Interfaces:
ComponentChooser
- Direct Known Subclasses:
AccessibleDescriptionChooser
,AccessibleNameChooser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
checkComponent
(Component comp) Check if the component argument meets the search criteria.abstract boolean
checkContext
(AccessibleContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.netbeans.jemmy.ComponentChooser
getDescription
-
Constructor Details
-
AccessibilityChooser
public AccessibilityChooser()
-
-
Method Details
-
checkComponent
Description copied from interface:ComponentChooser
Check if the component argument meets the search criteria.- Specified by:
checkComponent
in interfaceComponentChooser
- Parameters:
comp
- Component to check.- Returns:
true
when the component conforms to the search criteria;false
otherwise.
-
checkContext
-