|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessibleTextExtendedEvent | |
---|---|
org.eclipse.swt.accessibility | SWT Accessibility. |
Uses of AccessibleTextExtendedEvent in org.eclipse.swt.accessibility |
---|
Methods in org.eclipse.swt.accessibility with parameters of type AccessibleTextExtendedEvent | |
---|---|
void |
AccessibleTextExtendedListener.addSelection(AccessibleTextExtendedEvent e)
Adds a text selection. |
void |
AccessibleTextExtendedAdapter.addSelection(AccessibleTextExtendedEvent e)
Adds a text selection. |
void |
AccessibleTextExtendedListener.getCharacterCount(AccessibleTextExtendedEvent e)
Returns the total number of characters in the text. |
void |
AccessibleTextExtendedAdapter.getCharacterCount(AccessibleTextExtendedEvent e)
Returns the total number of characters in the text. |
void |
AccessibleTextExtendedListener.getHyperlink(AccessibleTextExtendedEvent e)
Returns the specified hyperlink. |
void |
AccessibleTextExtendedAdapter.getHyperlink(AccessibleTextExtendedEvent e)
Returns the specified hyperlink. |
void |
AccessibleTextExtendedListener.getHyperlinkCount(AccessibleTextExtendedEvent e)
Returns the number of links and link groups contained within this hypertext paragraph. |
void |
AccessibleTextExtendedAdapter.getHyperlinkCount(AccessibleTextExtendedEvent e)
Returns the number of links and link groups contained within this hypertext paragraph. |
void |
AccessibleTextExtendedListener.getHyperlinkIndex(AccessibleTextExtendedEvent e)
Returns the index of the hyperlink that is associated with this character offset. |
void |
AccessibleTextExtendedAdapter.getHyperlinkIndex(AccessibleTextExtendedEvent e)
Returns the index of the hyperlink that is associated with this character offset. |
void |
AccessibleTextExtendedListener.getOffsetAtPoint(AccessibleTextExtendedEvent e)
Returns the offset of the character under the specified point. |
void |
AccessibleTextExtendedAdapter.getOffsetAtPoint(AccessibleTextExtendedEvent e)
Returns the offset of the character under the specified point. |
void |
AccessibleTextExtendedListener.getRanges(AccessibleTextExtendedEvent e)
Returns the text range(s) contained within the given bounding box. |
void |
AccessibleTextExtendedAdapter.getRanges(AccessibleTextExtendedEvent e)
Returns the text range(s) contained within the given bounding box. |
void |
AccessibleTextExtendedListener.getSelection(AccessibleTextExtendedEvent e)
Returns the character offsets of the specified text selection. |
void |
AccessibleTextExtendedAdapter.getSelection(AccessibleTextExtendedEvent e)
Returns the character offsets of the specified text selection. |
void |
AccessibleTextExtendedListener.getSelectionCount(AccessibleTextExtendedEvent e)
Returns the number of active non-contiguous selections. |
void |
AccessibleTextExtendedAdapter.getSelectionCount(AccessibleTextExtendedEvent e)
Returns the number of active non-contiguous selections. |
void |
AccessibleTextExtendedListener.getText(AccessibleTextExtendedEvent e)
Returns a substring and its range for the given range, count and boundary type. |
void |
AccessibleTextExtendedAdapter.getText(AccessibleTextExtendedEvent e)
Returns a substring and its range for the given range, count and boundary type. |
void |
AccessibleTextExtendedListener.getTextBounds(AccessibleTextExtendedEvent e)
Returns the bounding box(es) of the specified text range in display coordinates. |
void |
AccessibleTextExtendedAdapter.getTextBounds(AccessibleTextExtendedEvent e)
Returns the bounding box(es) of the specified text range in display coordinates. |
void |
AccessibleTextExtendedListener.getVisibleRanges(AccessibleTextExtendedEvent e)
Returns the visible text range(s). |
void |
AccessibleTextExtendedAdapter.getVisibleRanges(AccessibleTextExtendedEvent e)
Returns the visible text range(s). |
void |
AccessibleTextExtendedListener.removeSelection(AccessibleTextExtendedEvent e)
Deselects a range of text. |
void |
AccessibleTextExtendedAdapter.removeSelection(AccessibleTextExtendedEvent e)
Deselects a range of text. |
void |
AccessibleTextExtendedListener.scrollText(AccessibleTextExtendedEvent e)
Scrolls a specific part of a substring according to the scroll type. |
void |
AccessibleTextExtendedAdapter.scrollText(AccessibleTextExtendedEvent e)
Scrolls a specific part of a substring according to the scroll type. |
void |
AccessibleTextExtendedListener.setCaretOffset(AccessibleTextExtendedEvent e)
Sets the position of the caret. |
void |
AccessibleTextExtendedAdapter.setCaretOffset(AccessibleTextExtendedEvent e)
Sets the position of the caret. |
void |
AccessibleTextExtendedListener.setSelection(AccessibleTextExtendedEvent e)
Changes the bounds of an existing selection. |
void |
AccessibleTextExtendedAdapter.setSelection(AccessibleTextExtendedEvent e)
Changes the bounds of an existing selection. |
|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.