javax.accessibility
public interface AccessibleHypertext extends AccessibleText
The AccessibleContext.getAccessibleText()
method
should return an instance of this interface only when it is supported.
Since: 1.2
See Also: Accessible AccessibleContext AccessibleText getAccessibleText
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
AccessibleHyperlink | getLink(int i)
Returns link object denoted by the number i in this
document, or null if i is out of bounds.
|
int | getLinkCount()
Returns the number of links in the document, if any exist.
|
int | getLinkIndex(int c)
Returns the link index for this character index if it resides within
one of the hyperlinks of the document. |
i
in this
document, or null if i is out of bounds.
Parameters: i the ith hyperlink of the document
Returns: link object denoted by i
Returns: the number of links, or -1
Parameters: c the character index
Returns: the link index, or -1