| |
|
| java.awt.AWTEvent java.awt.event.TextEvent
TextEvent | public class TextEvent extends AWTEvent (Code) | | The text event emitted by TextComponents.
See Also: java.awt.TextComponent See Also: TextEventListener version: 1.10 08/19/02 author: Georges Saab |
Field Summary | |
final public static int | TEXT_FIRST Marks the first integer id for the range of adjustment event ids. | final public static int | TEXT_LAST Marks the last integer id for the range of adjustment event ids. | final public static int | TEXT_VALUE_CHANGED The adjustment value changed event. |
Constructor Summary | |
public | TextEvent(Object source, int id) Constructs a TextEvent object with the specified TextComponent source,
and type. |
TEXT_FIRST | final public static int TEXT_FIRST(Code) | | Marks the first integer id for the range of adjustment event ids.
|
TEXT_LAST | final public static int TEXT_LAST(Code) | | Marks the last integer id for the range of adjustment event ids.
|
TEXT_VALUE_CHANGED | final public static int TEXT_VALUE_CHANGED(Code) | | The adjustment value changed event.
|
TextEvent | public TextEvent(Object source, int id)(Code) | | Constructs a TextEvent object with the specified TextComponent source,
and type.
Parameters: source - the TextComponent where the event originated |
|
|
|