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 FormModifier and Type | Field and Description |
---|---|
Accessible |
accessible |
int |
childID |
Object[] |
children |
int |
detail |
int |
height |
String |
result |
int |
width |
int |
x |
int |
y |
source
Constructor and Description |
---|
AccessibleControlEvent(Object source)
Constructs a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
getSource
public int childID
public Accessible accessible
public int x
public int y
public int width
public int height
public int detail
public String result
public Object[] children
public AccessibleControlEvent(Object source)
source
- the object that fired the eventpublic String toString()
toString
in class EventObject
Copyright © 2017. All Rights Reserved.