java.lang.Object | ||
↳ | javax.accessibility.AccessibleHyperlink | |
↳ | javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Perform the specified Action on the object
| |||||||||||
Return an object that represents the link anchor,
as appropriate for that link.
| |||||||||||
Returns the number of accessible actions available in this Link
If there are more than one, the first one is NOT considered the
"default" action of this LINK object (e.g.
| |||||||||||
Return a String description of this particular
link action.
| |||||||||||
Returns a URL object that represents the link.
| |||||||||||
Get the index with the hypertext document at which this
link ends
| |||||||||||
Get the index with the hypertext document at which this
link begins
| |||||||||||
Since the document a link is associated with may have
changed, this method returns whether this Link is valid
anymore (with respect to the document it references).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Perform the specified Action on the object
i | zero-based index of actions |
---|
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");
i | zero-based index of the actions |
---|
Returns the number of accessible actions available in this Link If there are more than one, the first one is NOT considered the "default" action of this LINK object (e.g. in an HTML imagemap). In general, links will have only one AccessibleAction in them.
Return a String description of this particular link action. The string returned is the text within the document associated with the element which contains this link.
i | zero-based index of the actions |
---|
Returns a URL object that represents the link.
i | zero-based index of the actions |
---|
Get the index with the hypertext document at which this link ends
Get the index with the hypertext document at which this link begins
Since the document a link is associated with may have changed, this method returns whether this Link is valid anymore (with respect to the document it references).