java.lang.Object
javax.swing.event.DocumentEvent.EventType
- 含まれているインタフェース:
- DocumentEvent
public static final class DocumentEvent.EventType extends Object
ドキュメント・イベント・タイプの列挙です。
-
フィールドのサマリー
フィールド 修飾子と型 フィールド 説明 static DocumentEvent.EventType
CHANGE
Changeタイプです。static DocumentEvent.EventType
INSERT
Insertタイプです。static DocumentEvent.EventType
REMOVE
Removeタイプです。 -
メソッドのサマリー
-
フィールド詳細
-
INSERT
public static final DocumentEvent.EventType INSERTInsertタイプです。 -
REMOVE
public static final DocumentEvent.EventType REMOVERemoveタイプです。 -
CHANGE
public static final DocumentEvent.EventType CHANGEChangeタイプです。
-
-
メソッドの詳細