public final class VerifyEvent extends KeyEvent
| Modifier and Type | Field and Description |
|---|---|
int |
end
the range of text being modified.
|
int |
start
the range of text being modified.
|
java.lang.String |
text
the new text that will be inserted.
|
character, doit, keyCode, keyLocation, stateMaskdata, display, time, widget| Constructor and Description |
|---|
VerifyEvent(Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
public int start
public int end
public java.lang.String text
public VerifyEvent(Event e)
e - the untyped event containing the information