org.apache.uima.tools.cvd.control
Class PopupHandler

java.lang.Object
  extended by 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
PopupHandler(MainFrame frame, int n)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupHandler

public PopupHandler(MainFrame frame,
                    int n)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright © 2011. All Rights Reserved.