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:
java.io.Serializable
public final class ExtendedModifyEvent extends TypedEvent
This event is sent after a text change occurs.
-
-
Field Summary
Fields Modifier and Type Field Description intlengthlength of the new textjava.lang.StringreplacedTextreplaced text or empty string if no text was replacedintstartstart offset of the new text-
Fields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
-
-
Constructor Summary
Constructors Constructor Description ExtendedModifyEvent(org.eclipse.swt.custom.StyledTextEvent e)Constructs a new instance of this class based on the information in the given event.
-
Method Summary
-
Methods inherited from class org.eclipse.swt.events.TypedEvent
toString
-
-