Class AccessibleAttributeEvent

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

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

    Fields
    Modifier and Type
    Field
    Description
    int
    [out] the alignment, which is one of SWT#LEFT, SWT#RIGHT or SWT#CENTER
    [out] an array of alternating key and value Strings which represent additional (i.e. non predefined) attributes
    int
    [out] the bottom margin in pixels
    int
    [out] the 1-based number of similar children in this accessible's group, including this accessible (0 means "not applicable")
    int
    [out] the 1-based index of this accessible in its group (0 means "not applicable")
    int
    [out] the 1-based level of this accessible in its group (0 means "not applicable")
    int
    [out] the indent in pixels
    boolean
    [out] whether or not to justify the text
    int
    [out] the left margin in pixels
    int
    [out] the right margin in pixels
    int[]
    [out] an array of pixel locations representing tab stops
    int
    [out] the top margin in pixels

    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