Package jmri.jmrit.symbolicprog
Class CsvExportModifiedAction
java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.symbolicprog.CsvExportAction
jmri.jmrit.symbolicprog.CsvExportModifiedAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
Action to export modified CV values to a Comma Separated Variable (CSV) data file.
- See Also:
-
Field Summary
Fields inherited from class jmri.jmrit.symbolicprog.CsvExportAction
fileChooser, mModel, mParentFields 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
ConstructorsConstructorDescriptionCsvExportModifiedAction(String actionName, CvTableModel pModel, JFrame pParent) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisWritable(CvValue cv) Decide whether a given CV should be written out.Methods inherited from class jmri.jmrit.symbolicprog.CsvExportAction
actionPerformedMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
CsvExportModifiedAction
-
-
Method Details
-
isWritable
Description copied from class:CsvExportActionDecide whether a given CV should be written out.- Overrides:
isWritablein classCsvExportAction- Parameters:
cv- CV to be checked- Returns:
- true if CV should be included in output file.
-