- java.lang.Object
-
- javax.swing.event.DocumentEvent.EventType
-
- 含まれているインタフェース:
- DocumentEvent
public static final class DocumentEvent.EventType extends Object
ドキュメント・イベント・タイプの列挙です。
-
-
フィールドの詳細
-
INSERT
public static final DocumentEvent.EventType INSERT
Insertタイプです。
-
REMOVE
public static final DocumentEvent.EventType REMOVE
Removeタイプです。
-
CHANGE
public static final DocumentEvent.EventType CHANGE
Changeタイプです。
-
-