Package | Description |
---|---|
org.eclipse.swt.accessibility |
SWT Accessibility.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessibleHyperlinkAdapter.getAnchor(AccessibleHyperlinkEvent e)
Returns the anchor for the link at the specified index.
|
void |
AccessibleHyperlinkListener.getAnchor(AccessibleHyperlinkEvent e)
Returns the anchor for the link at the specified index.
|
void |
AccessibleHyperlinkAdapter.getAnchorTarget(AccessibleHyperlinkEvent e)
Returns the target of the link at the specified index.
|
void |
AccessibleHyperlinkListener.getAnchorTarget(AccessibleHyperlinkEvent e)
Returns the target of the link at the specified index.
|
void |
AccessibleHyperlinkAdapter.getEndIndex(AccessibleHyperlinkEvent e)
Returns the 0 based character offset at which the textual representation of the hyperlink ends.
|
void |
AccessibleHyperlinkListener.getEndIndex(AccessibleHyperlinkEvent e)
Returns the 0 based character offset at which the textual representation of the hyperlink ends.
|
void |
AccessibleHyperlinkAdapter.getStartIndex(AccessibleHyperlinkEvent e)
Returns the 0 based character offset at which the textual representation of the hyperlink starts.
|
void |
AccessibleHyperlinkListener.getStartIndex(AccessibleHyperlinkEvent e)
Returns the 0 based character offset at which the textual representation of the hyperlink starts.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.