Class FocusIRAction

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

public class FocusIRAction extends AbstractAction implements Action
Action handler for focus in index repository frame.
See Also:
  • Constructor Details

    • FocusIRAction

      public FocusIRAction(MainFrame frame)
      Instantiates a new focus IR action.
      Parameters:
      frame - the frame
  • Method Details