Package jmri.jmrit.symbolicprog
Class QuantumCvMgrImportAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.symbolicprog.GenericImportAction
-
- jmri.jmrit.symbolicprog.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
-
-
Field Summary
-
Fields inherited from class jmri.jmrit.symbolicprog.GenericImportAction
fileChooser, mActionName, mFileExt1, mFileExt2, mFileFilterName, mModel, mParent, mStatus
-
-
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 jmri.jmrit.symbolicprog.GenericImportAction
actionPerformed
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
QuantumCvMgrImportAction
public QuantumCvMgrImportAction(java.lang.String actionName, CvTableModel pModel, javax.swing.JFrame pParent, javax.swing.JLabel pStatus)
-
-
Method Detail
-
launchImporter
boolean launchImporter(java.io.File file, CvTableModel tableModel)
- Overrides:
launchImporter
in classGenericImportAction
-
-