Class AccessibleEditableTextEvent

java.lang.Object
java.util.EventObject
org.eclipse.swt.accessibility.AccessibleEditableTextEvent
All Implemented Interfaces:
Serializable

public class AccessibleEditableTextEvent extends EventObject
Instances of this class are sent as a result of accessibility clients sending AccessibleEditableText messages to an accessible object.
Since:
3.7
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

    Fields inherited from class java.util.EventObject

    source
  • 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.util.EventObject

    getSource

    Methods inherited from class java.lang.Object

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