JDK-4702199 : Define javax.accessibility.AccessibleExtendedText interface
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.accessibility
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: unknown
  • 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
Relates :  
Description
Want an interface to address some things missing in the Accessibility text support:

interface AccessibleExtendedText {
  String getTextRange(int startIndex, int endIndex);
  Enumeration getTextWithinBounds(Rectangle r);  // pairs of [start,end] indexes
  Rectangle getTextBounds(int startIndex, int endIndex);
  getAtIndex(int part, int index);	// must return string & [start, end]
  getBeforeIndex(int part, int index);	// must return string & [start, end]
  getAfterIndex(int part, int index);	// must return string & [start, end]
};

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

EVALUATION Commit to fix in Tiger. ###@###.### 2003-04-15
15-04-2003