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

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.

Variables

accessible
Accessible accessible;

@since 3.6

childID
int childID;
Undocumented in source.
count
int count;
end
int end;
height
int height;

@since 3.6

index
int index;

@since 3.6

length
int length;
Undocumented in source.
offset
int offset;
Undocumented in source.
ranges
int[] ranges;

@since 3.6

rectangles
Rectangle[] rectangles;

@since 3.6

result
String result;

The value of this field must be set in the accessible text extended listener method before returning. What to set it to depends on the listener method called. @since 3.6

start
int start;

@since 3.6

type
int type;
width
int width;

@since 3.6

x
int x;
y
int y;

@since 3.6

Inherited Members

From EventObject

source
Object source;
Undocumented in source.
getSource
Object getSource()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta