| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| TextEvent を使用しているパッケージ | |
|---|---|
| java.awt | ユーザーインタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。 | 
| java.awt.event | AWT コンポーネントによってトリガーされるさまざまな種類のイベントを処理するインタフェースとクラスを提供します。 | 
| java.awt での TextEvent の使用 | 
|---|
| TextEvent 型のパラメータを持つ java.awt のメソッド | |
|---|---|
| protected  void | TextComponent.processTextEvent(TextEvent e)このテキストコンポーネントで発生するアクションイベントを、登録された TextListenerオブジェクトにディスパッチすることにより、アクションイベントを処理します。 | 
|  void | AWTEventMulticaster.textValueChanged(TextEvent e) | 
|  void | TextComponent.AccessibleAWTTextComponent.textValueChanged(TextEvent textEvent)テキスト値変更の TextListener 通知です。 | 
| java.awt.event での TextEvent の使用 | 
|---|
| TextEvent 型のパラメータを持つ java.awt.event のメソッド | |
|---|---|
|  void | TextListener.textValueChanged(TextEvent e)テキストの値が変更されると呼び出されます。 | 
| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。