Class StoreDefaultXmlThrottlesLayoutAction

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

Save throttles to XML
See Also:
  • Constructor Details

  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      The action is performed. Let the user choose the file to save to. Write XML for each ThrottleFrame.
      Parameters:
      e - The event causing the action.