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 Summary
FieldsModifier and TypeFieldDescriptionintlength of the new textreplaced text or empty string if no text was replaced(package private) static final longintstart offset of the new textFields inherited from class TypedEvent
data, display, time, widgetFields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance of this class based on the information in the given event. -
Method Summary
Methods inherited from class TypedEvent
toStringMethods inherited from class EventObject
getSource
-
Field Details
-
start
public int startstart offset of the new text -
length
public int lengthlength of the new text -
replacedText
replaced text or empty string if no text was replaced -
serialVersionUID
static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ExtendedModifyEvent
Constructs a new instance of this class based on the information in the given event.- Parameters:
e- the event containing the information
-