|
Eclipse Remote Application Platform | |||||||||
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 Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0