Returns a String description of this particular
link action. This should be a text string
associated with anchoring text, this should be the
anchor text. E.g. from HTML:
<a HREF="http://www.sun.com/access">Accessibility</a>
this method would return "Accessibility".
Similarly, from this HTML:
<a HREF="#top"><img src="top-hat.gif" alt="top hat"></a>
this method would return "top hat"
Returns:
a String description of the action
Parameters:
-
i - zero-based index of the actions
See Also:
AccessibleHyperlink.getAccessibleActionCount()
,