Package | Description |
---|---|
org.eclipse.swt.accessibility |
Modifier and Type | Method and Description |
---|---|
void |
AccessibleEditableTextAdapter.copyText(AccessibleEditableTextEvent e)
Copies the substring beginning at the specified
start offset
and extending to the character at offset end - 1 to the clipboard. |
void |
AccessibleEditableTextListener.copyText(AccessibleEditableTextEvent e)
Copies the substring beginning at the specified
start offset
and extending to the character at offset end - 1 to the clipboard. |
void |
AccessibleEditableTextAdapter.cutText(AccessibleEditableTextEvent e)
Moves the substring beginning at the specified
start offset
and extending to the character at offset end - 1 to the clipboard. |
void |
AccessibleEditableTextListener.cutText(AccessibleEditableTextEvent e)
Moves the substring beginning at the specified
start offset
and extending to the character at offset end - 1 to the clipboard. |
void |
AccessibleEditableTextAdapter.pasteText(AccessibleEditableTextEvent e)
Inserts the text in the clipboard at the leading edge of the specified
start offset. |
void |
AccessibleEditableTextListener.pasteText(AccessibleEditableTextEvent e)
Inserts the text in the clipboard at the leading edge of the specified
start offset. |
void |
AccessibleEditableTextAdapter.replaceText(AccessibleEditableTextEvent e)
Replaces the substring beginning at the specified
start offset
and extending to the character at offset end - 1 by the specified string. |
void |
AccessibleEditableTextListener.replaceText(AccessibleEditableTextEvent e)
Replaces the substring beginning at the specified
start offset
and extending to the character at offset end - 1 by the specified string. |
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0