Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335123 - Provide Accessibility API
Summary: Provide Accessibility API
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 1.4 M6   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-23 12:40 EST by Rüdiger Herrmann CLA
Modified: 2011-03-07 05:59 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rüdiger Herrmann CLA 2011-01-23 12:40:02 EST
SWT has an Accessibility API that serves as a bridge between application code and assistive technology clients that many platforms provide.
However, it seems that not all SWT ports actually implement this API. E.g. the Motif port provides the 'emulated' accessibility API that just has empty methods.
RWT could do the same an provide an 'emulated' API. If interest in the community for an actually useful implementation arises, this can still be done.
Comment 1 Ivan Furnadjiev CLA 2011-03-07 05:59:37 EST
Now RWT provided an 'emulated' API like motif. Changes are in CVS HEAD.