Class AccessibleTextAttributeEvent

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

public class AccessibleTextAttributeEvent extends EventObject
Instances of this class are sent as a result of accessibility clients sending AccessibleAttribute or AccessibleEditableText messages to an accessible object.
Since:
3.6
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    [in/out] an array of alternating key and value Strings that represent attributes that do not correspond to TextStyle fields
    int
    [in/out] the starting and ending offsets of the character range
    int
    [in] the 0-based text offset for which to return attribute information
    [out] Set this field to ACC.OK if the operation was completed successfully, and null otherwise.
    int
    [in/out] the starting and ending offsets of the character range
    [in/out] the TextStyle of the 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