Package org.eclipse.swt.accessibility
Class AccessibleTextEvent
java.lang.Object
SWTEventObject
org.eclipse.swt.accessibility.AccessibleTextEvent
public class AccessibleTextEvent
extends SWTEventObject
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.
 
Note: The meaning of each field depends on the message that was sent.
- Since:
- 1.4
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintintintintintintintint[]The value of this field must be set in the accessible text extended listener method before returning.intintintintint
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
childIDpublic int childID
- 
offsetpublic int offset
- 
lengthpublic int length
- 
accessible
- 
resultThe 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.
- 
countpublic int count
- 
indexpublic int index
- 
startpublic int start
- 
endpublic int end
- 
typepublic int type
- 
xpublic int x
- 
ypublic int y
- 
widthpublic int width
- 
heightpublic int height
- 
rangespublic int[] ranges
- 
rectangles
 
- 
- 
Constructor Details- 
AccessibleTextEventConstructs a new instance of this class.- Parameters:
- source- the object that fired the event
 
 
- 
- 
Method Details- 
toStringReturns a string containing a concise, human-readable description of the receiver.- Returns:
- a string representation of the event
 
 
-