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.
Toolkit.getDefaultToolkit()
,
ServiceLoader
Modifier | Constructor | Description |
---|---|---|
protected |
AccessibilityProvider() |
Initializes a new accessibility provider.
|
Modifier and Type | Method | Description |
---|---|---|
abstract void |
activate() |
Activates the support provided by this service provider.
|
abstract String |
getName() |
Returns the name of this service provider.
|
protected AccessibilityProvider()
SecurityException
- If a security manager has been installed and it denies
RuntimePermission
"accessibilityProvider"
public abstract String getName()
public abstract void activate()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.mlchung.jdk9-jdeps