Package | Description |
---|---|
org.eclipse.swt.accessibility |
SWT Accessibility.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessibleTextAdapter.getCaretOffset(AccessibleTextEvent e)
Sent when an accessibility client requests the current character offset
of the text caret.
|
void |
AccessibleTextListener.getCaretOffset(AccessibleTextEvent e)
Sent when an accessibility client requests the current character offset
of the text caret.
|
void |
AccessibleTextAdapter.getSelectionRange(AccessibleTextEvent e)
Sent when an accessibility client requests the range of the current
text selection.
|
void |
AccessibleTextListener.getSelectionRange(AccessibleTextEvent e)
Sent when an accessibility client requests the range of the current
text selection.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.