Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4702199

Define javax.accessibility.AccessibleExtendedText interface

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 5.0
    • 1.4.0
    • client-libs

      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]
      };

            lmonsantsunw Lynn Monsanto (Inactive)
            pkorn Peter Korn (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: