Uses of Class
org.eclipse.swt.accessibility.AccessibleEditableTextEvent
Packages that use AccessibleEditableTextEvent
-
Uses of AccessibleEditableTextEvent in org.eclipse.swt.accessibility
Methods in org.eclipse.swt.accessibility with parameters of type AccessibleEditableTextEventModifier and TypeMethodDescriptionvoid
AccessibleEditableTextAdapter.copyText
(AccessibleEditableTextEvent e) Copies the substring beginning at the specifiedstart
offset and extending to the character at offsetend - 1
to the clipboard.void
AccessibleEditableTextListener.copyText
(AccessibleEditableTextEvent e) Copies the substring beginning at the specifiedstart
offset and extending to the character at offsetend - 1
to the clipboard.void
AccessibleEditableTextAdapter.cutText
(AccessibleEditableTextEvent e) Moves the substring beginning at the specifiedstart
offset and extending to the character at offsetend - 1
to the clipboard.void
AccessibleEditableTextListener.cutText
(AccessibleEditableTextEvent e) Moves the substring beginning at the specifiedstart
offset and extending to the character at offsetend - 1
to the clipboard.void
AccessibleEditableTextAdapter.pasteText
(AccessibleEditableTextEvent e) Inserts the text in the clipboard at the leading edge of the specifiedstart
offset.void
AccessibleEditableTextListener.pasteText
(AccessibleEditableTextEvent e) Inserts the text in the clipboard at the leading edge of the specifiedstart
offset.void
AccessibleEditableTextAdapter.replaceText
(AccessibleEditableTextEvent e) Replaces the substring beginning at the specifiedstart
offset and extending to the character at offsetend - 1
by the specified string.void
AccessibleEditableTextListener.replaceText
(AccessibleEditableTextEvent e) Replaces the substring beginning at the specifiedstart
offset and extending to the character at offsetend - 1
by the specified string.