Class TcsExportAction

java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.symbolicprog.TcsExportAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class TcsExportAction extends AbstractAction
Action to export the RosterEntry values to a TCS-format data file.

TODO: Note: This first does an update of the RosterEntry from the GUI, then writes out from the Roster entry. This means that they (RE and GUI) now agree, which has the side effect of erasing the dirty state. Better would be to do the export directly from the GUI.

See Also: