软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.awt.event |
用于处理不同类型的事件由AWT组件提供的接口和类发射。
|
Modifier and Type | Method and Description |
---|---|
protected void |
TextComponent.processTextEvent(TextEvent e)
事件发生在这个过程的文本的文本组件调度到任何注册
TextListener 对象。
|
void |
TextComponent.AccessibleAWTTextComponent.textValueChanged(TextEvent textEvent)
textlistener通知一个文本值的变化。
|
void |
AWTEventMulticaster.textValueChanged(TextEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
TextListener.textValueChanged(TextEvent e)
当文本的值已更改时调用。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.