Eclipse Rich Ajax Platform

Uses of Class
org.eclipse.swt.accessibility.AccessibleEditableTextEvent

Packages that use AccessibleEditableTextEvent
org.eclipse.swt.accessibility   
 

Uses of AccessibleEditableTextEvent in org.eclipse.swt.accessibility
 

Methods in org.eclipse.swt.accessibility with parameters of type AccessibleEditableTextEvent
 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.
 


Eclipse Rich Ajax Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.