kAWT Version 0.90

java.awt.event
Class TextEvent

java.lang.Object
  |
  +--java.awt.AWTEvent
        |
        +--java.awt.event.TextEvent

public class TextEvent
extends AWTEvent


Field Summary
static int TEXT_FIRST
           
static int TEXT_LAST
           
static int TEXT_VALUE_CHANGED
           
 
Fields inherited from class java.awt.AWTEvent
consumed, id, source
 
Constructor Summary
TextEvent(Object source, int id)
           
 
Methods inherited from class java.awt.AWTEvent
getID, getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT_FIRST

public static final int TEXT_FIRST

TEXT_LAST

public static final int TEXT_LAST

TEXT_VALUE_CHANGED

public static final int TEXT_VALUE_CHANGED
Constructor Detail

TextEvent

public TextEvent(Object source,
                 int id)

kAWT Version 0.90