public final class VerifyEvent extends KeyEvent
VerifyListener
,
Serialized FormModifier 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.
|
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 informationGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.