Java プラットフォーム 1.2

クラス
javax.swing.event.DocumentEvent.EventType の使用

DocumentEvent.EventType を使用するパッケージ
javax.swing.event Swing コンポーネントによってトリガーされるイベントを提供します。 
javax.swing.text 編集可能/編集不能テキストコンポーネントを処理するクラスとインタフェースを提供します。 
 

javax.swing.event における DocumentEvent.EventType の使用方法
 

DocumentEvent.EventType として宣言される javax.swing.event におけるフィールド
static DocumentEvent.EventType DocumentEvent.EventType.INSERT
          Insert 型です。
static DocumentEvent.EventType DocumentEvent.EventType.REMOVE
          Remove 型です。
static DocumentEvent.EventType DocumentEvent.EventType.CHANGE
          Change 型です。
 

DocumentEvent.EventType を返す javax.swing.event におけるメソッド
 DocumentEvent.EventType DocumentEvent.getType()
          イベントの型を取得します。
 

javax.swing.text における DocumentEvent.EventType の使用方法
 

DocumentEvent.EventType を返す javax.swing.text におけるメソッド
 DocumentEvent.EventType AbstractDocument.DefaultDocumentEvent.getType()
          イベントのタイプを返します。
 

DocumentEvent.EventType のパラメータを持つ javax.swing.text におけるコンストラクタ
AbstractDocument.DefaultDocumentEvent.AbstractDocument.DefaultDocumentEvent(int offs, int len, DocumentEvent.EventType type)
          変更のレコードを構築します。
 


Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.