java.lang.Object
javax.swing.event.DocumentEvent.EventType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DocumentEvent.EventType
Change type.static final DocumentEvent.EventType
Insert type.static final DocumentEvent.EventType
Remove type. -
Method Summary
-
Field Details
-
INSERT
Insert type. -
REMOVE
Remove type. -
CHANGE
Change type.
-
-
Method Details
-
toString
-