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.
|
String |
text
the new text that will be inserted.
|
character, doit, keyCode, keyLocation, stateMask
data, display, time, widget
source
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 |
---|---|
String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
getSource
public int start
public int end
public String text
public VerifyEvent(Event e)
e
- the untyped event containing the information
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.