Class CaretChangeHandler
java.lang.Object
org.apache.uima.tools.cvd.control.CaretChangeHandler
- All Implemented Interfaces:
EventListener
,CaretListener
Caret change handler. Enable/disable cut/copy actions, depending on whether there's a non-empty
text selection.
-
Constructor Summary
ConstructorDescriptionCaretChangeHandler
(MainFrame frame) Instantiates a new caret change handler. -
Method Summary
-
Constructor Details
-
CaretChangeHandler
Instantiates a new caret change handler.- Parameters:
frame
- the frame
-
-
Method Details
-
caretUpdate
- Specified by:
caretUpdate
in interfaceCaretListener
-