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 booleancheckComponent(Component comp) Check if the component argument meets the search criteria.abstract booleancheckContext(AccessibleContext context) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ComponentChooser
getDescription
-
Constructor Details
-
AccessibilityChooser
public AccessibilityChooser()
-
-
Method Details
-
checkComponent
Description copied from interface:ComponentChooserCheck if the component argument meets the search criteria.- Specified by:
checkComponentin interfaceComponentChooser- Parameters:
comp- Component to check.- Returns:
truewhen the component conforms to the search criteria;falseotherwise.
-
checkContext
-