Class FocusTextAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.apache.uima.tools.cvd.control.FocusTextAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class FocusTextAction extends javax.swing.AbstractAction implements javax.swing.ActionFocus in text frame action handler.- 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 FocusTextAction(MainFrame frame)Instantiates a new focus text action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent arg0)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
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
-
FocusTextAction
public FocusTextAction(MainFrame frame)
Instantiates a new focus text action.- Parameters:
frame- the frame
-
-