Package jmri.jmrit.throttle
Class StoreXmlThrottlesLayoutAction
java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.throttle.StoreXmlThrottlesLayoutAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
Save throttles to XML
- 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
ConstructorsConstructorDescriptionConstructor -
Method Summary
Modifier and TypeMethodDescriptionvoidThe action is performed.voidMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
StoreXmlThrottlesLayoutAction
Constructor- Parameters:
s- Name for the action.
-
StoreXmlThrottlesLayoutAction
public StoreXmlThrottlesLayoutAction()
-
-
Method Details
-
actionPerformed
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.
-
saveThrottlesLayout
-