JavaTM Platform
Standard Ed. 6

类 java.awt.event.TextEvent
的使用

使用 TextEvent 的软件包
java.awt 包含用于创建用户界面和绘制图形图像的所有类。 
java.awt.event 提供处理由 AWT 组件所激发的各类事件的接口和类。 
 

java.awtTextEvent 的使用
 

参数类型为 TextEventjava.awt 中的方法
protected  void TextComponent.processTextEvent(TextEvent e)
          处理发生在此文本组件上的文本事件:将这些事件指派给所有已注册的 TextListener 对象。
 void TextComponent.AccessibleAWTTextComponent.textValueChanged(TextEvent textEvent)
          文本值更改的 TextListener 通知。
 void AWTEventMulticaster.textValueChanged(TextEvent e)
           
 

java.awt.eventTextEvent 的使用
 

参数类型为 TextEventjava.awt.event 中的方法
 void TextListener.textValueChanged(TextEvent e)
          文本的值已改变时调用。
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策