Class TextChangedListener
java.lang.Object
org.apache.uima.tools.cvd.control.TextChangedListener
- All Implemented Interfaces:
EventListener
,DocumentListener
Listener for changes in text frame. When the text is changed, the CAS is removed as the text from
the CAS does no longer correspond to the text that is displayed in the frame, hence annotation
offsets are no longer correct.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
changedUpdate
(DocumentEvent arg0) void
insertUpdate
(DocumentEvent arg0) void
removeUpdate
(DocumentEvent arg0)
-
Constructor Details
-
TextChangedListener
-
-
Method Details
-
changedUpdate
- Specified by:
changedUpdate
in interfaceDocumentListener
-
insertUpdate
- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdate
in interfaceDocumentListener
-