|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void getAnchor(AccessibleHyperlinkEvent e)
e
- an event object containing the following fields:public void getAnchorTarget(AccessibleHyperlinkEvent e)
e
- an event object containing the following fields:public 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:public 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 Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.