Module is.codion.swing.common.model
Interface DocumentAdapter
- All Superinterfaces:
DocumentListener
,EventListener
A document adapter, with default implementations for the
insertUpdate(DocumentEvent)
and
removeUpdate(DocumentEvent)
calling contentsChanged(DocumentEvent)
.-
Method Summary
Modifier and TypeMethodDescriptiondefault void
void
Called when the contents of this document change, either via insertion, update or removaldefault void
default void
-
Method Details
-
changedUpdate
- Specified by:
changedUpdate
in interfaceDocumentListener
-
insertUpdate
- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdate
in interfaceDocumentListener
-
contentsChanged
Called when the contents of this document change, either via insertion, update or removal- Parameters:
e
- the document event
-