Define javax.accessibility.AccessibleExtendedText interface

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 5.0
    • Affects Version/s: 1.4.0
    • Component/s: 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]
      };

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: