| View previous topic :: View next topic |
| Author |
Message |
BoBoĻ Guest
|
Posted: Mon Sep 24, 2007 7:53 am Post subject: Java Access Bridge for Microsoft Windows |
|
|
Kindly recomended by b990595 (alias Rasmus from Denmark) at the AU3 Forum
| Quote: | Java Access Bridge for the Microsoft Windows Operating System makes it possible for a Windows based Assistive Technology to get at and interact with the Java Accessibility API. The Java Accessibility API is implemented in the Java Foundation Classes (JFC) Project Swing user interface components.
The Java Access Bridge is a class which contains "native methods." Part of the code for the class is actually supplied by a dynamically linked library (DLL) on the Microsoft Windows system. The assistive technology running on the host platform (for example, a screen reader running in Windows) communicates with the Microsoft Windows native DLL portion of the bridge class. In turn, the native code of the Access Bridge Class communicates through the Java Virtual Machine with the Java Accessibility utility support and the Java Accessibility API on the individual user interface objects of the Java-based application.
The README.txt contains instructions for setting up and testing the Java Access Bridge as well as an inventory of files contained in the download.
[More...] |
might be interesting too: [javaferret] |
|
| Back to top |
|
 |
BoBoģ Guest
|
Posted: Fri Jan 23, 2009 11:32 pm Post subject: |
|
|
| Fixed download link: [Download] |
|
| Back to top |
|
 |
ahklerner
Joined: 26 Jun 2006 Posts: 1381 Location: USA
|
Posted: Thu Sep 24, 2009 10:41 pm Post subject: |
|
|
The Java Access Bridge is a technology to expose the Java Accessibility API (JAAPI) in a Microsoft Windows DLL, making Java applications and applets that implement the JAAPI visible to assistive technologies on the Microsoft Windows platform. _________________
ʞɔпɟ əɥʇ ʇɐɥʍ |
|
| Back to top |
|
 |
rani
Joined: 18 Mar 2008 Posts: 192
|
Posted: Wed Apr 28, 2010 3:30 pm Post subject: access java forms and controls |
|
|
is it possible with this Java access bridge,
and hotkey methods to access java forms and controls ? |
|
| Back to top |
|
 |
tinku99
Joined: 03 Aug 2007 Posts: 513 Location: Houston, TX
|
Posted: Mon Jun 14, 2010 6:45 pm Post subject: java access bridge |
|
|
| ahklerner wrote: | | The Java Access Bridge is a technology to expose the Java Accessibility API (JAAPI) in a Microsoft Windows DLL, making Java applications and applets that implement the JAAPI visible to assistive technologies on the Microsoft Windows platform. |
Yes, but that covers awt and swing, and works on several java apps i have tried so far...
The autoit folks have a wrapper
Jacareto can replay events into java as well. (works on one app i tested).
Haven't tried marathon, but looks promising.
note to moderator: can you merge with this |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Tue Jun 15, 2010 7:01 am Post subject: |
|
|
Does anything similar exists for GTK widgets ? _________________
 |
|
| Back to top |
|
 |
tinku99
Joined: 03 Aug 2007 Posts: 513 Location: Houston, TX
|
Posted: Tue Jun 15, 2010 6:54 pm Post subject: gtk |
|
|
On linux, there is at-spi. See the autokey source for example usage with pyatspi
gtk + atk is available on windows as well: here. I haven't found much written about it. What gtk apps are you using ? |
|
| Back to top |
|
 |
|