Class TextContextMenuAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.apache.uima.tools.cvd.control.TextContextMenuAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class TextContextMenuAction extends javax.swing.AbstractActionText pop-up action (for keyboard accessibility).- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private MainFramemainThe main.private static longserialVersionUIDThe Constant serialVersionUID.
-
Constructor Summary
Constructors Constructor Description TextContextMenuAction(MainFrame frame)Instantiates a new text context menu action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent arg0)
-
-
-
Field Detail
-
main
private final MainFrame main
The main.
-
serialVersionUID
private static final long serialVersionUID
The Constant serialVersionUID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TextContextMenuAction
public TextContextMenuAction(MainFrame frame)
Instantiates a new text context menu action.- Parameters:
frame- the frame
-
-