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
-
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.
-
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 String paramString()
- Overrides:
- paramString in class AWTEvent
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature - Version 1.1.8 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1995-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.