JavaTM 2 Platform
Standard Ed. 5.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.change(int offset, int length, AbstractDocument.DefaultDocumentEvent de)
          コンテンツを変更します。
 void DefaultStyledDocument.ElementBuffer.insert(int offset, int length, DefaultStyledDocument.ElementSpec[] data, AbstractDocument.DefaultDocumentEvent de)
          新しいコンテンツを挿入します。
protected  void AbstractDocument.insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
          テキスト挿入の結果として、ドキュメントの構造を更新します。
protected  void PlainDocument.insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
          ドキュメント構造をテキスト挿入の結果で更新します。
protected  void DefaultStyledDocument.insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
          テキストの挿入に応じてドキュメントを更新します。
protected  void AbstractDocument.postRemoveUpdate(AbstractDocument.DefaultDocumentEvent chng)
          テキスト削除の結果として、任意のドキュメントの構造を更新します。
 void DefaultStyledDocument.ElementBuffer.remove(int offset, int length, AbstractDocument.DefaultDocumentEvent de)
          コンテンツを削除します。
protected  void AbstractDocument.removeUpdate(AbstractDocument.DefaultDocumentEvent chng)
          テキスト削除の結果として、任意のドキュメントの構造を更新します。
protected  void PlainDocument.removeUpdate(AbstractDocument.DefaultDocumentEvent chng)
          ドキュメント構造をテキスト削除の結果で更新します。
protected  void DefaultStyledDocument.removeUpdate(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
Standard Ed. 5.0

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

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。