All Packages Class Hierarchy This Package Previous Next Index

Class java.awt.event.TextEvent

java.lang.Object | +----java.util.EventObject | +----java.awt.AWTEvent | +----java.awt.event.TextEvent
public class TextEvent
extends AWTEvent
The text event emitted by TextComponents.

See Also:
TextComponent, TextEventListener

Variable Index

 o TEXT_FIRST
Marks the first integer id for the range of adjustment event ids.
 o TEXT_LAST
Marks the last integer id for the range of adjustment event ids.
 o TEXT_VALUE_CHANGED
The adjustment value changed event.

Constructor Index

 o TextEvent(Object, int)
Constructs a TextEvent object with the specified TextComponent source, and type.

Method Index

 o paramString()

Variables

 o TEXT_FIRST public static final int TEXT_FIRST
Marks the first integer id for the range of adjustment event ids.

 o TEXT_LAST public static final int TEXT_LAST
Marks the last integer id for the range of adjustment event ids.

 o TEXT_VALUE_CHANGED public static final int TEXT_VALUE_CHANGED
The adjustment value changed event.

Constructors

 o TextEvent public TextEvent(Object source, int id)
Constructs a TextEvent object with the specified TextComponent source, and type.

Parameters:
source - the TextComponent where the event originated

Methods

 o paramString public String paramString()
Overrides:
paramString in class AWTEvent

All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature