Class PopupHandler
- java.lang.Object
-
- org.apache.uima.tools.cvd.control.PopupHandler
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
public class PopupHandler extends java.lang.Object implements java.awt.event.ActionListener
Action handler for text pop-up menu items. Select chosen annotation in FS tree, make visible.
-
-
Constructor Summary
Constructors Constructor Description PopupHandler(MainFrame frame, int n)
Instantiates a new popup handler.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-