Class CloseAnnotationViewHandler

java.lang.Object
java.awt.event.WindowAdapter
org.apache.uima.tools.cvd.control.CloseAnnotationViewHandler
All Implemented Interfaces:
WindowFocusListener, WindowListener, WindowStateListener, EventListener

public class CloseAnnotationViewHandler extends WindowAdapter implements WindowListener
Window closing handler for annotation viewer. Remember window position on close.
  • Field Details

    • main

      private final MainFrame main
      The main.
  • Constructor Details

    • CloseAnnotationViewHandler

      CloseAnnotationViewHandler(MainFrame frame)
      Instantiates a new close annotation view handler.
      Parameters:
      frame - the frame
  • Method Details