Package apps.startup.configurexml
Class StartupActionsPreferencesPanelXml
java.lang.Object
jmri.configurexml.AbstractXmlAdapter
apps.startup.configurexml.StartupActionsPreferencesPanelXml
- All Implemented Interfaces:
XmlAdapter
-
Nested Class Summary
Nested classes/interfaces inherited from class jmri.configurexml.AbstractXmlAdapter
AbstractXmlAdapter.EnumIO<T extends Enum<T>>, AbstractXmlAdapter.EnumIoMapped<T extends Enum<T>>, AbstractXmlAdapter.EnumIoNames<T extends Enum<T>>, AbstractXmlAdapter.EnumIoNamesNumbers<T extends Enum<T>>, AbstractXmlAdapter.EnumIoOrdinals<T extends Enum<T>> -
Field Summary
Fields inherited from class jmri.configurexml.AbstractXmlAdapter
STR_FALSE, STR_NO, STR_TRUE, STR_YES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.ElementArrange for allStartupModelobjects 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 Details
-
StartupActionsPreferencesPanelXml
public StartupActionsPreferencesPanelXml()
-
-
Method Details
-
store
Arrange for allStartupModelobjects to be stored.- Parameters:
o- Object to store, of typeStartupActionsPreferencesPanel- Returns:
- null
-