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
ConfigureManagerfor 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 voidactionPerformed(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:
actionPerformedin interfacejava.awt.event.ActionListener- Overrides:
actionPerformedin classStoreXmlConfigAction
-
-