Package org.eclipse.swt.accessibility
Class AccessibleAttributeEvent
java.lang.Object
SWTEventObject
org.eclipse.swt.accessibility.AccessibleAttributeEvent
public class AccessibleAttributeEvent
extends SWTEventObject
Instances of this class are sent as a result of accessibility clients
 sending AccessibleAttribute messages to an accessible object.
- Since:
- 1.4
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionAccessibleAttributeEvent(Object source) Constructs a new instance of this class.
- 
Method Summary
- 
Field Details- 
topMarginpublic int topMargin
- 
bottomMarginpublic int bottomMargin
- 
leftMarginpublic int leftMargin
- 
rightMarginpublic int rightMargin
- 
tabStopspublic int[] tabStops
- 
justifypublic boolean justify
- 
alignmentpublic int alignment
- 
indentpublic int indent
- 
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.- Returns:
- a string representation of the event
 
 
-