public class AccessibleControlEvent extends SWTEventObject
Note: The meaning of each field depends on the message that was sent.
AccessibleControlListener, 
AccessibleControlAdapter, 
Sample code and further information, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
| Accessible | accessible | 
| int | childID | 
| java.lang.Object[] | children | 
| int | detail | 
| int | height | 
| java.lang.String | result | 
| (package private) static long | serialVersionUID | 
| int | width | 
| int | x | 
| int | y | 
| Constructor and Description | 
|---|
| AccessibleControlEvent(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 childID
public Accessible accessible
public int x
public int y
public int width
public int height
public int detail
public java.lang.String result
public java.lang.Object[] children
static final long serialVersionUID