AccessibleAttributeEvent

Instances of this class are sent as a result of accessibility clients sending AccessibleAttribute messages to an accessible object.

@see AccessibleAttributeListener @see AccessibleAttributeAdapter

@since 3.6

Constructors

this
this(Object source)

Constructs a new instance of this class.

Members

Functions

toString
string toString()

Returns a string containing a concise, human-readable description of the receiver.

Variables

alignment
int alignment;

out the alignment, which is one of SWT#LEFT, SWT#RIGHT or SWT#CENTER

attributes
String[] attributes;

out an array of alternating key and value Strings which represent additional (i.e. non predefined) attributes

bottomMargin
int bottomMargin;

out the bottom margin in pixels

groupCount
int groupCount;

out the 1-based number of similar children in this accessible's group, including this accessible (0 means "not applicable")

groupIndex
int groupIndex;

out the 1-based index of this accessible in its group (0 means "not applicable")

groupLevel
int groupLevel;

out the 1-based level of this accessible in its group (0 means "not applicable")

indent
int indent;

out the indent in pixels

justify
bool justify;

out whether or not to justify the text

leftMargin
int leftMargin;

out the left margin in pixels

rightMargin
int rightMargin;

out the right margin in pixels

tabStops
int[] tabStops;

out an array of pixel locations representing tab stops

topMargin
int topMargin;

out the top margin in pixels

Inherited Members

From EventObject

source
Object source;
Undocumented in source.
getSource
Object getSource()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta