public final class ExtendedModifyEvent extends TypedEvent
Modifier and Type | Field and Description |
---|---|
int |
length
length of the new text
|
String |
replacedText
replaced text or empty string if no text was replaced
|
int |
start
start offset of the new text
|
data, display, time, widget
source
Constructor and Description |
---|
ExtendedModifyEvent(org.eclipse.swt.custom.StyledTextEvent e)
Constructs a new instance of this class based on the
information in the given event.
|
public int start
public int length
public String replacedText
Copyright © 2017. All Rights Reserved.