Class QuantumCvMgrImportAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

    public class QuantumCvMgrImportAction
    extends GenericImportAction
    Action to import the CV values from a Quantum CV Manager .qcv file.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QuantumCvMgrImportAction​(java.lang.String actionName, CvTableModel pModel, javax.swing.JFrame pParent, javax.swing.JLabel pStatus)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean launchImporter​(java.io.File file, CvTableModel tableModel)  
      • Methods inherited from class javax.swing.AbstractAction

        addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.swing.Action

        accept