Class CaretChangeHandler

java.lang.Object
org.apache.uima.tools.cvd.control.CaretChangeHandler
All Implemented Interfaces:
EventListener, CaretListener

public class CaretChangeHandler extends Object implements CaretListener
Caret change handler. Enable/disable cut/copy actions, depending on whether there's a non-empty text selection.
  • Constructor Details

    • CaretChangeHandler

      public CaretChangeHandler(MainFrame frame)
      Instantiates a new caret change handler.
      Parameters:
      frame - the frame
  • Method Details