Re: ACCESSIBLE_HYPERTEXT_OFFSET
- From: Lynn Monsanto <monsanto sun com>
- To: "access sun com" <access sun com>
- Cc: gnome-accessibility-list gnome org
- Subject: Re: ACCESSIBLE_HYPERTEXT_OFFSET
- Date: Wed, 15 Aug 2001 08:44:50 -0700
Peter Korn wrote:
> Hi Lynn,
>
> > 4491475 http://cqi.eng/cgi-bin/bugprint?4491475
> > 4491475:Need to define javax.accessibility.Accessible
> > Context.ACCESSIBLE_HYPERTEXT_OFFSET
> > Proposal: Lynn Monsanto , Mon, 13 Aug 2001 16:05:53 -0700
> > Decision: Approved 8/14/01
>
> I just saw this in the CCC approval list. Did I miss a discussion of this new
> constant? What's it for? Are there GNOME implications?
Peter,
This is for a change that I made but neglected to get CCC approval for.
The GNOME Accessibility Team requested a new PropertyChangeEvent
that is fired when the keyboard focus is changed in an HTML editor pane.
/**
* Constant used to indicate that a hypertext element has received focus.
* The old value in the PropertyChangeEvent will be an Integer
* representing the start index in the document of the previous element
* that had focus and the new value will be an Integer representing
* the start index in the document of the current element that has
* focus. A value of -1 indicates that an element did not have focus.
* @see AccessibleHyperlink
*/
public static final String ACCESSIBLE_HYPERTEXT_OFFSET =
"AccessibleHypertextOffset";
Lynn
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]