Class DocumentEvent.EventType
java.lang.Object
javax.swing.event.DocumentEvent.EventType
- Enclosing interface:
DocumentEvent
Enumeration for document event types
-
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
-