public interface AccessibleHyperlinkListener
After creating an instance of a class that implements
this interface it can be added to an accessible using the
addAccessibleHyperlinkListener
method and removed using
the removeAccessibleHyperlinkListener
method.
AccessibleHyperlinkAdapter
,
AccessibleHyperlinkEvent
Modifier and Type | Method and Description |
---|---|
void |
getAnchor(AccessibleHyperlinkEvent e)
Returns the anchor for the link at the specified index.
|
void |
getAnchorTarget(AccessibleHyperlinkEvent e)
Returns the target of the link at the specified index.
|
void |
getEndIndex(AccessibleHyperlinkEvent e)
Returns the 0 based character offset at which the textual representation of the hyperlink ends.
|
void |
getStartIndex(AccessibleHyperlinkEvent e)
Returns the 0 based character offset at which the textual representation of the hyperlink starts.
|
void getAnchor(AccessibleHyperlinkEvent e)
e
- an event object containing the following fields:void getAnchorTarget(AccessibleHyperlinkEvent e)
e
- an event object containing the following fields:void getStartIndex(AccessibleHyperlinkEvent e)
The returned value is related to the AccessibleTextExtended interface of the object that owns this hyperlink.
e
- an event object containing the following fields:void getEndIndex(AccessibleHyperlinkEvent e)
The returned value is related to the AccessibleTextExtended interface of the object that owns this hyperlink. The character at the index is not part of the hypertext.
e
- an event object containing the following fields:
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0