Package apps.startup.configurexml
Class StartupActionsPreferencesPanelXml
- java.lang.Object
-
- jmri.configurexml.AbstractXmlAdapter
-
- apps.startup.configurexml.StartupActionsPreferencesPanelXml
-
- All Implemented Interfaces:
XmlAdapter
public class StartupActionsPreferencesPanelXml extends AbstractXmlAdapter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jmri.configurexml.AbstractXmlAdapter
AbstractXmlAdapter.EnumIO<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoMapped<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoNames<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoNamesNumbers<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoOrdinals<T extends java.lang.Enum<T>>
-
-
Constructor Summary
Constructors Constructor Description StartupActionsPreferencesPanelXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jdom2.Element
store(java.lang.Object o)
Arrange for allStartupModel
objects to be stored.-
Methods inherited from class jmri.configurexml.AbstractXmlAdapter
getAttributeBooleanValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getExceptionHandler, handleException, load, load, load, load, loadDeferred, loadOrder, setExceptionHandler, store
-
-
-
-
Constructor Detail
-
StartupActionsPreferencesPanelXml
public StartupActionsPreferencesPanelXml()
-
-
Method Detail
-
store
public org.jdom2.Element store(java.lang.Object o)
Arrange for allStartupModel
objects to be stored.- Parameters:
o
- Object to store, of typeStartupActionsPreferencesPanel
- Returns:
- null
-
-