AccessibleTextEvent

Instances of this class are sent as a result of accessibility clients sending messages to controls asking for detailed information about the implementation of the control instance. Typically, only implementors of custom controls need to listen for this event. <p> Note: The meaning of each field depends on the message that was sent. </p>

@see AccessibleTextListener @see AccessibleTextAdapter @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>

@since 3.0

class AccessibleTextEvent : SWTEventObject {
int childID;
int offset;
int length;
}

Constructors

this
this(Object source)

Constructs a new instance of this class.

Members

Functions

toString
String toString()

Returns a string containing a concise, human-readable description of the receiver.

Meta