Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT_AWT and Accessibility


SWT uses the native "Microsoft Active Accessibility" (MSAA) to communicate with screen readers.
Swing uses something called the Java Access Bridge to communicate with screen readers: http://java.sun.com/products/accessbridge/

JAWS knows how to communicate with both, however it doesn't expect both types of communication to come from the same application.
You could try asking Freedom Scientific your question (they are the makers of JAWS): Support@xxxxxxxxxxxxxxxxxxxxx

Before you do, though, do you definitely have the Java Access Bridge installed? Is it installed on all of your java VMs - specifically, on the VM that you are using to run Eclipse?
Also, please browse through the JAWS help and read the section on Java support. There are apparently a few quirks with using Java (Swing) with JAWS, like it wants windows to be maximized to use JAWSkeys, etc.

Good luck!
Carolyn





jamie.guillemette@xxxxxx
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

05/09/2007 04:10 PM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[platform-swt-dev] SWT_AWT and Accessibility






Hi All,

Im trying to find out if the SWT_AWT bridge allows accessibility data to
flow from Swing components back to SWT and out to Accessibility
applications.

I have an eclipse application that uses swing for many views. The SWT_AWT
bridge is used to allow the swing panel to be embedded in the views.

Our client relies on Jaws a screen reader application.

In Swing we would call the method getAcessibleContext().setName()  or
setDescription()  on any swing component. This provides the details the
screen reader needs
to have to work properly.

So far my intial attempts at making this work within our eclipse plugin
have failed. Our SWT components / frames work perfectly.

Does anyone know :

a) is accessiblity supported in swing panels via SWT_AWT?

b) if not is there a best practice work around?



Thanks,
Jamie M. Guillemette
IT Solutions Developer
TD Enterprise Technology Solutions
275 Dundas Street, 11th Floor, London
(519) 663-1952


********************
NOTICE OF CONFIDENTIALITY
This communication including any information transmitted with it is
intended only for the use of the addressees and is confidential.
If you are not an intended recipient or responsible for delivering
the message to an intended recipient, any review, disclosure,
conversion to hard copy, dissemination, reproduction or other use
of any part of this communication is strictly prohibited, as is the
taking or omitting of any action in reliance upon this communication.
If you receive this communication in error or without authorization
please notify us immediately by return e-mail or otherwise and
permanently delete the entire communication from any computer,
disk drive, or other storage medium.

If the above disclaimer is not properly readable, it can be found at
www.td.com/legal
                                                         
AVERTISSEMENT DE CONFIDENTIALITE                  
Ce courriel, ainsi que tout renseignement ci-inclus, destiné uniquement
aux destinataires susmentionnés,  est confidentiel.  Si vous
n’êtes pas le destinataire prévu ou un agent responsable de la
livraison de ce courriel, tout examen, divulgation, copie, impression,
reproduction, distribution, ou autre utilisation d’une partie de ce
courriel est strictement interdit de même que toute intervention ou
abstraction à cet égard.  Si vous avez reçu ce message par erreur ou
sans autorisation, veuillez en aviser immédiatement l’expéditeur par
retour de courriel ou par un autre moyen et supprimer immédiatement
cette communication entière de tout système électronique.

Si l'avis de non-responsabilité ci-dessus n'est pas lisible, vous
pouvez le consulter à www.td.com/francais/legale
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top