API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      AccessibleHyperlink
          JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Implements
Subclasses
Description
public class JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
See also:   
Constructors
public JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink (Element e)
Methods
Hide/Show inherited methods
public boolean doAccessibleAction (int i) [Specified in AccessibleHyperlink]
  Perform the specified Action on the object
public Object getAccessibleActionAnchor (int i) [Specified in AccessibleHyperlink]
  Return an object that represents the link anchor, as appropriate for that link.
public int getAccessibleActionCount () [Specified in AccessibleHyperlink]
  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.
public String getAccessibleActionDescription (int i) [Specified in AccessibleHyperlink]
  Return a String description of this particular link action.
public Object getAccessibleActionObject (int i) [Specified in AccessibleHyperlink]
  Returns a URL object that represents the link.
public int getEndIndex () [Specified in AccessibleHyperlink]
  Get the index with the hypertext document at which this link ends
public int getStartIndex () [Specified in AccessibleHyperlink]
  Get the index with the hypertext document at which this link begins
public boolean isValid () [Specified in AccessibleHyperlink]
  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).
Fields
Hide/Show inherited fields
pack-private Element element
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar