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 TypeFieldDescriptionint
length of the new textreplaced text or empty string if no text was replacedint
start offset of the new textFields inherited from class TypedEvent
data, display, time, widget
Fields inherited from class EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionExtendedModifyEvent
(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 TypedEvent
toString
Methods 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
-
-
Constructor Details
-
ExtendedModifyEvent
public 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
-