Class LoadVSDFileAction

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

public class LoadVSDFileAction extends AbstractAction
Load VSDecoder Profiles from XML Adapted from LoadXmlThrottleProfileAction by Glen Oberhauser (2004)
See Also:
  • Constructor Details

  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      The action is performed. Let the user choose the file to load from. Read XML for each VSDecoder Profile.
      Parameters:
      e - The event causing the action.
    • loadVSDFile

      public static boolean loadVSDFile(String fp)