public abstract class AccessibilityChooser extends java.lang.Object implements ComponentChooser
Constructor and Description |
---|
AccessibilityChooser() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkComponent(java.awt.Component comp)
Check if the component argument meets the search criteria.
|
abstract boolean |
checkContext(javax.accessibility.AccessibleContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription
public final boolean checkComponent(java.awt.Component comp)
ComponentChooser
checkComponent
in interface ComponentChooser
comp
- Component to check.true
when the component conforms to
the search criteria; false
otherwise.public abstract boolean checkContext(javax.accessibility.AccessibleContext context)