Package org.eclipse.swt.accessibility
Class AccessibleAttributeEvent
java.lang.Object
java.util.EventObject
org.eclipse.swt.accessibility.AccessibleAttributeEvent
- All Implemented Interfaces:
- Serializable
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 SummaryFieldsModifier and TypeFieldDescriptionint[out] the alignment, which is one of SWT#LEFT, SWT#RIGHT or SWT#CENTERString[][out] an array of alternating key and value Strings which represent additional (i.e. non predefined) attributesint[out] the bottom margin in pixelsint[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 pixelsboolean[out] whether or not to justify the textint[out] the left margin in pixelsint[out] the right margin in pixelsint[][out] an array of pixel locations representing tab stopsint[out] the top margin in pixelsFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionAccessibleAttributeEvent(Object source) Constructs a new instance of this class.
- 
Method SummaryMethods inherited from class java.util.EventObjectgetSource
- 
Field Details- 
topMarginpublic int topMargin[out] the top margin in pixels
- 
bottomMarginpublic int bottomMargin[out] the bottom margin in pixels
- 
leftMarginpublic int leftMargin[out] the left margin in pixels
- 
rightMarginpublic int rightMargin[out] the right margin in pixels
- 
tabStopspublic int[] tabStops[out] an array of pixel locations representing tab stops
- 
justifypublic boolean justify[out] whether or not to justify the text
- 
alignmentpublic int alignment[out] the alignment, which is one of SWT#LEFT, SWT#RIGHT or SWT#CENTER
- 
indentpublic int indent[out] the indent in pixels
- 
groupLevelpublic int groupLevel[out] the 1-based level of this accessible in its group (0 means "not applicable")
- 
groupCountpublic int groupCount[out] the 1-based number of similar children in this accessible's group, including this accessible (0 means "not applicable")
- 
groupIndexpublic int groupIndex[out] the 1-based index of this accessible in its group (0 means "not applicable")
- 
attributes[out] an array of alternating key and value Strings which represent additional (i.e. non predefined) attributes
 
- 
- 
Constructor Details- 
AccessibleAttributeEventConstructs a new instance of this class.- Parameters:
- source- the object that fired the event
 
 
- 
- 
Method Details- 
toStringReturns a string containing a concise, human-readable description of the receiver.- Overrides:
- toStringin class- EventObject
- Returns:
- a string representation of the event
 
 
-