- 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 INSERT
Insertタイプです。
-
REMOVE
public static final DocumentEvent.EventType REMOVE
Removeタイプです。
-
CHANGE
public static final DocumentEvent.EventType CHANGE
Changeタイプです。
-
-