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 Summary
Constructors Constructor Description PopupHandler(MainFrame frame, int n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
-
-
-
Constructor Detail
-
PopupHandler
public PopupHandler(MainFrame frame, int n)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interfaceActionListener
-
-