|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
swingwt.awt.AWTEvent
swingwt.awt.event.TextEvent
| Field Summary | |
static int |
TEXT_FIRST
|
static int |
TEXT_LAST
|
static int |
TEXT_VALUE_CHANGED
|
| Fields inherited from class swingwt.awt.AWTEvent |
consumed, eventID |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
TextEvent(java.lang.Object source,
int id)
|
|
| Methods inherited from class swingwt.awt.AWTEvent |
consume, getID, isConsumed, setSource |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| 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
| Constructor Detail |
public TextEvent(java.lang.Object source,
int id)
source - the TextComponent object that originated the eventid - an integer that identifies the event type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||