|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
This adapter class provides default implementations for the
methods in the AccessibleHyperlinkListener
interface.
Classes that wish to deal with AccessibleHyperlink
events can
extend this class and override only the methods that they are
interested in.
AccessibleHyperlinkListener
,
AccessibleHyperlinkEvent
Constructor Summary | |
AccessibleHyperlinkAdapter()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AccessibleHyperlinkAdapter()
Method Detail |
public void getAnchor(AccessibleHyperlinkEvent e)
getAnchor
in interface AccessibleHyperlinkListener
e
- an event object containing the following fields:public void getAnchorTarget(AccessibleHyperlinkEvent e)
getAnchorTarget
in interface AccessibleHyperlinkListener
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.
getStartIndex
in interface AccessibleHyperlinkListener
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.
getEndIndex
in interface AccessibleHyperlinkListener
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.