Package jmri.jmrit.vsdecoder
Class LoadVSDFileAction
java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.vsdecoder.LoadVSDFileAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
Load VSDecoder Profiles from XML
Adapted from LoadXmlThrottleProfileAction by Glen Oberhauser (2004)
- See Also:
-
Field Summary
Fields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThe action is performed.static booleanloadVSDFile(String fp) Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
LoadVSDFileAction
Constructor- Parameters:
s- Name for the action.
-
LoadVSDFileAction
public LoadVSDFileAction()
-
-
Method Details
-
actionPerformed
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
-