|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--java.awt.AWTEvent | +--java.awt.event.TextEvent
Unsafe:
Field Summary | |
private static long |
serialVersionUID
|
static int |
TEXT_FIRST
Enabled: The first number in the range of ids used for text events. |
static int |
TEXT_LAST
Enabled: The last number in the range of ids used for text events. |
static int |
TEXT_VALUE_CHANGED
Enabled: This event id indicates that object's text changed. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
TextEvent(Object source,
int id)
Suppressed: Constructs a TextEvent object. |
Method Summary | |
String |
paramString()
Suppressed: Returns a parameter string identifying this text event. |
Methods inherited from class java.awt.AWTEvent |
consume, getID, isConsumed, setSource, toString |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int TEXT_FIRST
public static final int TEXT_LAST
public static final int TEXT_VALUE_CHANGED
private static final long serialVersionUID
Constructor Detail |
public TextEvent(Object source, int id)
TextEvent
object.
Note that passing in an invalid id
results in
unspecified behavior.
source
- the (TextComponent
) object that
originated the eventid
- an integer that identifies the event typeMethod Detail |
public String paramString()
paramString
in class AWTEvent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |