JavaTM 2
Platform
Std. Ed. v1.4.0

クラス
javax.swing.text.AbstractDocument.DefaultDocumentEvent の使用

AbstractDocument.DefaultDocumentEvent を使用しているパッケージ
javax.swing.text 編集可能/編集不能テキストコンポーネントを処理するクラスとインタフェースを提供します。 
javax.swing.text.html HTML テキストエディタを作成するための HTMLEditorKit クラスとサポートクラスを提供します。  
 

javax.swing.text での AbstractDocument.DefaultDocumentEvent の使用
 

AbstractDocument.DefaultDocumentEvent 型のパラメータを持つ javax.swing.text のメソッド
 void DefaultStyledDocument.ElementBuffer.insert(int offset, int length, DefaultStyledDocument.ElementSpec[] data, AbstractDocument.DefaultDocumentEvent de)
          新しいコンテンツを挿入します。
 void DefaultStyledDocument.ElementBuffer.remove(int offset, int length, AbstractDocument.DefaultDocumentEvent de)
          コンテンツを削除します。
 void DefaultStyledDocument.ElementBuffer.change(int offset, int length, AbstractDocument.DefaultDocumentEvent de)
          コンテンツを変更します。
protected  void DefaultStyledDocument.insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
          テキストの挿入に応じてドキュメントを更新します。
protected  void DefaultStyledDocument.removeUpdate(AbstractDocument.DefaultDocumentEvent chng)
          テキスト削除の結果としてドキュメント構造を更新します。
protected  void PlainDocument.insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
          ドキュメント構造をテキスト挿入の結果で更新します。
protected  void PlainDocument.removeUpdate(AbstractDocument.DefaultDocumentEvent chng)
          ドキュメント構造をテキスト削除の結果で更新します。
protected  void AbstractDocument.insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
          テキスト挿入の結果として、ドキュメントの構造を更新します。
protected  void AbstractDocument.removeUpdate(AbstractDocument.DefaultDocumentEvent chng)
          テキスト削除の結果として、任意のドキュメントの構造を更新します。
protected  void AbstractDocument.postRemoveUpdate(AbstractDocument.DefaultDocumentEvent chng)
          テキスト削除の結果として、任意のドキュメントの構造を更新します。
 

javax.swing.text.html での AbstractDocument.DefaultDocumentEvent の使用
 

AbstractDocument.DefaultDocumentEvent 型のパラメータを持つ javax.swing.text.html のメソッド
protected  void HTMLDocument.insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
          テキストの挿入に応じてドキュメントを更新します。
 


JavaTM 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.