API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleHyperlink View Source
Author(s)
Peter Korn
Since
Version
1.14, 11/17/05
Serial
Hierarchy
 Object
      AccessibleHyperlink
Implements
 AccessibleAction
Subclasses
Description
publicabstract abstract class AccessibleHyperlink
  Encapsulation of a link, or set of links (e.g.
Constructors
public AccessibleHyperlink ()
Methods
Hide/Show inherited methods
publicabstract boolean doAccessibleAction (int i) [Specified in AccessibleAction]
  Performs the specified Action on the object
publicabstract Object getAccessibleActionAnchor (int i)
  Returns an object that represents the link anchor, as appropriate for that link.
publicabstract int getAccessibleActionCount () [Specified in AccessibleAction]
  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.
publicabstract String getAccessibleActionDescription (int i) [Specified in AccessibleAction]
  Returns a String description of this particular link action.
publicabstract Object getAccessibleActionObject (int i)
  Returns an object that represents the link action, as appropriate for that link.
publicabstract int getEndIndex ()
  Gets the index with the hypertext document at which this link ends
publicabstract int getStartIndex ()
  Gets the index with the hypertext document at which this link begins
publicabstract boolean isValid ()
  Since the document a link is associated with may have changed, this method returns whether or not this Link is still valid (with respect to the document it references).
Fields
Hide/Show inherited fields
publicfinalstatic String CLICK [Inherited From AccessibleAction]
  An action which causes a component to execute its default action.
publicfinalstatic String DECREMENT [Inherited From AccessibleAction]
  An action which decrements a value.
publicfinalstatic String INCREMENT [Inherited From AccessibleAction]
  An action which increments a value.
publicfinalstatic String TOGGLE_EXPAND [Inherited From AccessibleAction]
  An action which causes a tree node to collapse if expanded and expand if collapsed.
publicfinalstatic String TOGGLE_POPUP [Inherited From AccessibleAction]
  An action which causes a popup to become visible if it is hidden and hidden if it is visible.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar