TOC PREV NEXT INDEX




Accessibility API


The java flavor of accessibility implements the javax.accessibility.AccessibleHypertext interface, which extends the javax.accessibility.AccessibleText interface. The methods available through these interfaces include the following:

Interface
Methods
javax.accessibility.AccessibleHypertext
getLink
getLinkCount
getLinkIndex
javax.accessibility.AccessibleText
getAfterIndex
getAtIndex
getBeforeIndex
getCaretPosition
getCharacterAttribute
getCharacterBounds (not implemented)
getCharCount
getIndexAtPoint
getSelectedText
getSelectionEnd
getSelectionStart



Copyright 2005. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX