public class AccessibleAttributeEvent extends SWTEventObject
AccessibleAttributeListener, 
AccessibleAttributeAdapter, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
| int | alignment | 
| java.lang.String[] | attributes | 
| int | bottomMargin | 
| int | indent | 
| boolean | justify | 
| int | leftMargin | 
| int | rightMargin | 
| (package private) static long | serialVersionUID | 
| int[] | tabStops | 
| int | topMargin | 
| Constructor and Description | 
|---|
| AccessibleAttributeEvent(java.lang.Object source)Constructs a new instance of this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString()Returns a string containing a concise, human-readable
 description of the receiver. | 
public int topMargin
public int bottomMargin
public int leftMargin
public int rightMargin
public int[] tabStops
public boolean justify
public int alignment
public int indent
public java.lang.String[] attributes
static final long serialVersionUID