JDK-4702233 : New AccessibleRelation and AccessibleRole constants needed (API change)
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.accessibility
  • Affected Version: 1.4.0,1.4.1
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,windows_nt
  • CPU: unknown,x86
  • Submitted: 2002-06-14
  • Updated: 2017-05-16
  • Resolved: 2003-07-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Related Reports
Duplicate :  
Duplicate :  
Description
Several new AccessibleRole and AccessibleRelation constants are needed in those classes in the java.accessibility package.  These new contants codify additions made in the GNOME, Netscape, and UNO (StarOffice) accessibility APIs.

-----------------------------------------------------------------------------

Add new AccessibleRelations, AccessibleRoles, and AccessibleState: (constants)

New relations:
  "Flows_to"
  "Flows_from"
  "Subwindow_of"
  "Parentwindow_of"
 (to be used by StarOffice 6.1, BAUM, Freedom Scientific)

New roles:
  "Header"
  "Footer"
  "Paragraph"
  "Ruler"
 (to be used by StarOffice 6.1, BAUM, Freedom Scientific)

New state:
  "Manages_Descendents"
 (to be used by StarOffice 6.1, BAUM, Freedom Scientific)

###@###.### 2003-04-15

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger
14-06-2004

EVALUATION Should be done. ###@###.### 2002-08-22 Not approved for Tiger. ###@###.### 2002-10-22 Committing to Tiger. ###@###.### 2003-04-16 Added "Parentwindow_of" to new relations. This allowed me to close bug 4726355 as a duplicate of this bug since it requested "Subwindow_of" and "Parentwindow_of". ###@###.### 2003-04-23
23-04-2003