Class AccessibleEditableTextEvent

java.lang.Object
SWTEventObject
org.eclipse.swt.accessibility.AccessibleEditableTextEvent

public class AccessibleEditableTextEvent extends SWTEventObject
Instances of this class are sent as a result of accessibility clients sending AccessibleEditableText messages to an accessible object.
Since:
1.4
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    [in] 0-based ending offset of the character range to perform the operation on
    [out] Set this field to ACC.OK if the operation was completed successfully, and null otherwise.
    int
    [in] 0-based start offset of the character range to perform the operation on
    [in] a string that will replace the specified character range
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs a new instance of this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a string containing a concise, human-readable description of the receiver.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait