Class java.awt.event.TextEvent
All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.event.TextEvent
Object
|
+----EventObject
|
+----AWTEvent
|
+----java.awt.event.TextEvent
- public class TextEvent
- extends AWTEvent
The text event emitted by TextComponents.
- Version:
- 1.5 07/01/98
- Author:
- Georges Saab
- See Also:
- TextComponent, TextEventListener
-
TEXT_FIRST
- Marks the first integer id for the range of adjustment event ids.
-
TEXT_LAST
- Marks the last integer id for the range of adjustment event ids.
-
TEXT_VALUE_CHANGED
- The adjustment value changed event.
-
java.awt.event.TextEvent(Object, int)
- Constructs a TextEvent object with the specified TextComponent source,
and type.
-
paramString()
-
TEXT_FIRST
public static final int TEXT_FIRST
- Marks the first integer id for the range of adjustment event ids.
TEXT_LAST
public static final int TEXT_LAST
- Marks the last integer id for the range of adjustment event ids.
TEXT_VALUE_CHANGED
public static final int TEXT_VALUE_CHANGED
- The adjustment value changed event.
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
paramString
public java.lang.String paramString()
- Overrides:
- paramString in class AWTEvent
All Packages Class Hierarchy This Package Previous Next Index