当前页面: 
在线文档首页 > 
JDK 5 Documentation v1.1.8, Java 2 SDK 英文文档
Class java.awt.event.TextEvent - JDK 5 Documentation v1.1.8, Java 2 SDK 英文文档
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 TEXT_FIRST
-   Marks the first integer id for the range of adjustment event ids.
  
-   TEXT_LAST TEXT_LAST
-   Marks the last integer id for the range of adjustment event ids.
  
-   TEXT_VALUE_CHANGED TEXT_VALUE_CHANGED
-   The adjustment value changed event.
   
  -   TextEvent(Object, int) TextEvent(Object, int)
-   Constructs a TextEvent object with the specified TextComponent source,
 and type.
   
  -   paramString() paramString()
-  
   
 TEXT_FIRST
TEXT_FIRST
 public static final int TEXT_FIRST
  -  Marks the first integer id for the range of adjustment event ids.
 
 TEXT_LAST
TEXT_LAST
 public static final int TEXT_LAST
  -  Marks the last integer id for the range of adjustment event ids.
 
 TEXT_VALUE_CHANGED
TEXT_VALUE_CHANGED
 public static final int TEXT_VALUE_CHANGED
  -  The adjustment value changed event.
 
   
 TextEvent
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
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.