Package jmri.configurexml
Class StoreXmlUserAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.configurexml.LoadStoreBaseAction
-
- jmri.configurexml.StoreXmlConfigAction
-
- jmri.configurexml.StoreXmlUserAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class StoreXmlUserAction extends StoreXmlConfigAction
Store the JMRI user-level information as XML.Note that this does not store preferences, configuration, or tool information in the file. This is not a complete store! See
ConfigureManager
for information on the various types of information stored in configuration files.- See Also:
XmlFile
, Serialized Form
-
-
Field Summary
-
Fields inherited from class jmri.configurexml.StoreXmlConfigAction
rb
-
-
Constructor Summary
Constructors Constructor Description StoreXmlUserAction()
StoreXmlUserAction(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class jmri.configurexml.StoreXmlConfigAction
getFileCustom, getFileName
-
Methods inherited from class jmri.configurexml.LoadStoreBaseAction
getAllFileChooser, getConfigFileChooser, getUserFileChooser
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
StoreXmlUserAction
public StoreXmlUserAction()
-
StoreXmlUserAction
public StoreXmlUserAction(java.lang.String s)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
- Overrides:
actionPerformed
in classStoreXmlConfigAction
-
-