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