Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 335123

Summary: Provide Accessibility API
Product: [RT] RAP Reporter: RĂ¼diger Herrmann <ruediger.herrmann>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: 1.4 M6   
Hardware: All   
OS: All   
Whiteboard:

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.