|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessibleHyperlinkListener
Classes which implement this interface provide methods that handle AccessibleHyperlink events.
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
Method Summary | |
---|---|
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. |
Method Detail |
---|
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:
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.