Class DocumentEvent.EventType
java.lang.Object
javax.swing.event.DocumentEvent.EventType
- Enclosing interface:
- DocumentEvent
Enumeration for document event types
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final DocumentEvent.EventTypeChange type.static final DocumentEvent.EventTypeInsert type.static final DocumentEvent.EventTypeRemove type.
- 
Method Summary
- 
Field Details- 
INSERTInsert type.
- 
REMOVERemove type.
- 
CHANGEChange type.
 
- 
- 
Method Details- 
toString
 
-