Package jmri.jmrit.symbolicprog
Class Pr1ImportAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.symbolicprog.GenericImportAction
-
- jmri.jmrit.symbolicprog.Pr1ImportAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class Pr1ImportAction extends GenericImportAction
Action to import the CV values from a PR1WIN/PR1DOS data 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 Pr1ImportAction(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) booleanlaunchImporter(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
-
Pr1ImportAction
public Pr1ImportAction(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:
launchImporterin classGenericImportAction
-
-