Package jmri.jmrit.symbolicprog
Class Pr1ImportAction
java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.symbolicprog.GenericImportAction
jmri.jmrit.symbolicprog.Pr1ImportAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
Action to import the CV values from a PR1WIN/PR1DOS data file.
- See Also:
-
Field Summary
Fields inherited from class jmri.jmrit.symbolicprog.GenericImportAction
fileChooser, mActionName, mFileExt1, mFileExt2, mFileFilterName, mModel, mParent, mStatusFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
ConstructorsConstructorDescriptionPr1ImportAction(String actionName, CvTableModel pModel, JFrame pParent, JLabel pStatus) -
Method Summary
Modifier and TypeMethodDescription(package private) booleanlaunchImporter(File file, CvTableModel tableModel) Methods inherited from class jmri.jmrit.symbolicprog.GenericImportAction
actionPerformedMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
Pr1ImportAction
-
-
Method Details
-
launchImporter
- Overrides:
launchImporterin classGenericImportAction
-