Class PopupHandler

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

public class PopupHandler extends Object implements ActionListener
Action handler for text pop-up menu items. Select chosen annotation in FS tree, make visible.
  • Constructor Details

    • PopupHandler

      public PopupHandler(MainFrame frame, int n)
      Instantiates a new popup handler.
      Parameters:
      frame - the frame
      n - the n
  • Method Details