Difference between revisions of "Accessibility/Developer"

From Apache OpenOffice Wiki
Jump to: navigation, search
(+cat)
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
 
*[http://library.gnome.org/devel//atk/ GNOME's Accessibility Toolkit (ATK)]  
 
*[http://library.gnome.org/devel//atk/ GNOME's Accessibility Toolkit (ATK)]  
 
*[http://developer.apple.com/library/mac/#documentation/cocoa/Reference/ApplicationKit/Protocols/NSAccessibility_Protocol/Reference/Reference.html NSAccessibility Protocol Reference]  
 
*[http://developer.apple.com/library/mac/#documentation/cocoa/Reference/ApplicationKit/Protocols/NSAccessibility_Protocol/Reference/Reference.html NSAccessibility Protocol Reference]  
*[http://download.oracle.com/docs/cd/E17802_01/j2se/javase/technologies/accessibility/docs/jaccess-1.3/doc/index.html Java Accessibility Utilities 1.3]  
+
*[http://download.oracle.com/javase/1.5.0/docs/api/javax/accessibility/package-tree.html Java Accessibility API]  
 
*[http://msdn.microsoft.com/en-us/library/dd373592%28v=VS.85%29.aspx Microsoft Active Accessibility]  
 
*[http://msdn.microsoft.com/en-us/library/dd373592%28v=VS.85%29.aspx Microsoft Active Accessibility]  
 
*[http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/ IAccessible2 API Documentation]
 
*[http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/ IAccessible2 API Documentation]
 +
 +
[[Category:Development]]

Latest revision as of 15:20, 15 January 2012

Accessibility related information for Developers and QA.

This wiki page is meant to replace some of the existing (and sometimes outdated) static HTML pages, and is work in progress.

Accessibility API

UNO Accessibility API

The UNO Accessibility API (UAA) defines a set of interfaces and services that are implemented by all UNO objects that belong to the GUI. Corresponding to the tree hierarchy of graphical user interfaces the UAA represents the GUI as a tree of accessible objects which can be queried by AT about properties like names, roles, geometry, and color.

API Reference

Personal tools