public final class ExtendedModifyEvent extends TypedEvent
Modifier and Type | Field and Description |
---|---|
int |
length
length of the new text
|
java.lang.String |
replacedText
replaced text or empty string if no text was replaced
|
(package private) static long |
serialVersionUID |
int |
start
start offset of the new text
|
data, display, time, widget
Constructor and Description |
---|
ExtendedModifyEvent(StyledTextEvent e)
Constructs a new instance of this class based on the
information in the given event.
|
toString
public int start
public int length
public java.lang.String replacedText
static final long serialVersionUID
public ExtendedModifyEvent(StyledTextEvent e)
e
- the event containing the information