Uses of Class
javax.swing.event.DocumentEvent.EventType
Package
Description
Provides for events fired by Swing components.
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of DocumentEvent.EventType in javax.swing.event
Modifier and TypeFieldDescriptionstatic final DocumentEvent.EventType
DocumentEvent.EventType.CHANGE
Change type.static final DocumentEvent.EventType
DocumentEvent.EventType.INSERT
Insert type.static final DocumentEvent.EventType
DocumentEvent.EventType.REMOVE
Remove type. -
Uses of DocumentEvent.EventType in javax.swing.text
Modifier and TypeMethodDescriptionAbstractDocument.DefaultDocumentEvent.getType()
Returns the type of event.ModifierConstructorDescriptionDefaultDocumentEvent
(int offs, int len, DocumentEvent.EventType type) Constructs a change record.