public abstract class AccessibilityProvider extends Object
This service provider class provides mappings from the platform specific accessibility APIs to the Java Accessibility API.
Each service provider implementation is named and can be activated via the activate()
method. Service providers can be loaded when the default toolkit
is initialized.
Modifier | Constructor | Description |
---|---|---|
protected |
Initializes a new accessibility provider. |
protected AccessibilityProvider()
SecurityException
- If a security manager has been installed and it denies RuntimePermission
"accessibilityProvider"
public abstract String getName()
public abstract void activate()
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/accessibility/AccessibilityProvider.html