Hi Thomas,
It should works on similar lines as below snippet from SWT snippets
https://www.eclipse.org/swt/snippets/ :
https://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet162.java

You could also take clues from other snippets from Accessibility section.
If it doesn't work-out, then share an example Snippet for your use-case ?

Regards,
Niraj Modi


From:   Thomas Singer <ts-...@syntevo.com>
To:     platform-dev@eclipse.org
Date:   17-06-2020 01:47 PM
Subject:        [EXTERNAL] [platform-dev] Accessibility (Screen Reader)
Sent by:        platform-dev-boun...@eclipse.org



Hi,

In our SWT based application we are using a lot of owner-drawn tables.
How we can provide information about selected rows (in compact and
detailed form) to a screen reader? I've tried something like

   table.getAccessible().addAccessible*Listener(new Accessible*() {
     ...
   });

but none of the listeners seems to make a change. Our tables still are
read as "1 of 197" in NVDA.

--
Best regards,
Thomas Singer
=============
syntevo GmbH
www.syntevo.com
_______________________________________________
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev



_______________________________________________
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev

Reply via email to