Return an object that represents the link anchor,
as appropriate for that link. E.g. from HTML:
Accessibility this method would return a String containing the text:
'Accessibility'.
Similarly, from this HTML:
<a HREF="#top"><img src="top-hat.gif" alt="top hat"></a>
this might return the object ImageIcon("top-hat.gif", "top hat");
Returns:
an Object representing the hypertext anchor
Parameters:
-
i - zero-based index of the actions
See Also:
JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.getAccessibleActionCount()
,