AccessibleEditableTextListener.pasteText

Inserts the text in the clipboard at the leading edge of the specified <code>start</code> offset.

@param e an event object containing the following information:<ul> <li>in start - the offset at which to insert the text from the clipboard. The valid range is 0..length</li> <li>out result - set to {@link ACC#OK} if the operation was completed successfully</li> </ul>

interface AccessibleEditableTextListener
void
pasteText

Meta