API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleHypertext View Source
Author(s)
Peter Korn
Since
Version

Serial
Hierarchy
 AccessibleText
      AccessibleHypertext
Subinterfaces
Description
public interface AccessibleHypertext
  The AccessibleHypertext class is the base class for all classes that present hypertext information on the display.
Methods
Hide/Show inherited methods
public AccessibleHyperlink getLink (int linkIndex)
  Returns the nth Link of this Hypertext document.
public int getLinkCount ()
  Returns the number of links within this hypertext document.
public int getLinkIndex (int charIndex)
  Returns the index into an array of hyperlinks that is associated with this character index, or -1 if there is no hyperlink associated with this index.
Fields
Hide/Show inherited fields
publicfinalstatic int CHARACTER = "1" [Inherited From AccessibleText]
  Constant used to indicate that the part of the text that should be retrieved is a character.
publicfinalstatic int SENTENCE = "3" [Inherited From AccessibleText]
  Constant used to indicate that the part of the text that should be retrieved is a sentence.
publicfinalstatic int WORD = "2" [Inherited From AccessibleText]
  Constant used to indicate that the part of the text that should be retrieved is a word.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar