forked from openjdk/jdk
-
Notifications
You must be signed in to change notification settings - Fork 0
JDK and Accessibility Support #31
Copy link
Copy link
Open
Description
Java Accessibility Support
Windows
- Java Access Bridge Overview (https://www.oracle.com/java/technologies/javase/javase-tech-access-bridge.html)
Linux
AT/SPI is part of the GNOME Accessibility Framework that was released in 2001. The main development force behind ATK was the Accessibility Program Office (APO) of Sun Microsystems, Inc. (now Oracle) with contributions from many community members. When Oracle acquired Sun in 2010 they cut developer jobs of full-time developers working on GNOME accessibility components like the Accessibility Toolkit ATK and the Orca screen reader. Since then, it is mainly maintained by the GNOME community Wikipedia
- GNOME Accessibility Team
- Java ATK Wrapper ℹ️ It replaces the former java-access-bridge.
Mageia
| Name | Mageia package | Description |
|---|---|---|
| AT-SPI | at-spi2-core |
DBus interface definitions for AT-SPI (Assistive Technology Service Provider Interface) — the core of an accessibility stack for free software systems. |
| Java ATK Wrapper | java-atk-wrapper |
Java ATK Wrapper is a implementation of ATK by using JNI technic. It converts Java Swing events into ATK events, and send these events to ATK-Bridge. It replaces the former java-access-bridge. |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels