Package org.eclipse.swt.custom
Class ExtendedModifyEvent
java.lang.Object
java.util.EventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.custom.ExtendedModifyEvent
- All Implemented Interfaces:
- Serializable
This event is sent after a text change occurs.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintlength of the new textreplaced text or empty string if no text was replacedintstart offset of the new textFields inherited from class org.eclipse.swt.events.TypedEventdata, display, time, widgetFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionExtendedModifyEvent(org.eclipse.swt.custom.StyledTextEvent e) Constructs a new instance of this class based on the information in the given event.
- 
Method SummaryMethods inherited from class org.eclipse.swt.events.TypedEventtoStringMethods inherited from class java.util.EventObjectgetSource
- 
Field Details- 
startpublic int startstart offset of the new text
- 
lengthpublic int lengthlength of the new text
- 
replacedTextreplaced text or empty string if no text was replaced
 
- 
- 
Constructor Details- 
ExtendedModifyEventpublic ExtendedModifyEvent(org.eclipse.swt.custom.StyledTextEvent e) Constructs a new instance of this class based on the information in the given event.- Parameters:
- e- the event containing the information
 
 
-