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.
  • Field Details

    • main

      private final MainFrame main
    • node

      private final int node
  • Constructor Details

    • PopupHandler

      public PopupHandler(MainFrame frame, int n)
  • Method Details