swingwt.awt.event
Class TextEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byswingwt.awt.AWTEvent
          extended byswingwt.awt.event.TextEvent
All Implemented Interfaces:
java.io.Serializable

public class TextEvent
extends AWTEvent

See Also:
Serialized Form

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

TEXT_FIRST

public static final int TEXT_FIRST
See Also:
Constant Field Values

TEXT_LAST

public static final int TEXT_LAST
See Also:
Constant Field Values

TEXT_VALUE_CHANGED

public static final int TEXT_VALUE_CHANGED
See Also:
Constant Field Values
Constructor Detail

TextEvent

public TextEvent(java.lang.Object source,
                 int id)
Parameters:
source - the TextComponent object that originated the event
id - an integer that identifies the event type