Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4702233
Votes 0
Synopsis New AccessibleRelation and AccessibleRole constants needed (API change)
Category java:accessibility
Reported Against 1.4 , hopper
Release Fixed 1.5(tiger)
State 10-Fix Delivered, request for enhancement
Priority: 2-High
Related Bugs 4726353 , 4726355 , 4903344
Submit Date 14-JUN-2002
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)

 xxxxx@xxxxx  2003-04-15
Work Around
N/A
Evaluation
Should be done.
 xxxxx@xxxxx  2002-08-22

Not approved for Tiger.
 xxxxx@xxxxx  2002-10-22

Committing to Tiger.
 xxxxx@xxxxx  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".
 xxxxx@xxxxx  2003-04-23
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang