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 voidvoidCalled when the contents of this document change, either via insertion, update or removaldefault voiddefault void
-
Method Details
-
changedUpdate
- Specified by:
changedUpdatein interfaceDocumentListener
-
insertUpdate
- Specified by:
insertUpdatein interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdatein interfaceDocumentListener
-
contentsChanged
Called when the contents of this document change, either via insertion, update or removal- Parameters:
e- the document event
-