Class TextContextMenuAction

java.lang.Object
javax.swing.AbstractAction
org.apache.uima.tools.cvd.control.TextContextMenuAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class TextContextMenuAction extends AbstractAction
Text pop-up action (for keyboard accessibility).
See Also:
  • Constructor Details

    • TextContextMenuAction

      public TextContextMenuAction(MainFrame frame)
      Instantiates a new text context menu action.
      Parameters:
      frame - the frame
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent arg0)