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>> 
 - 
 
- 
Field Summary
- 
Fields inherited from class jmri.configurexml.AbstractXmlAdapter
STR_FALSE, STR_NO, STR_TRUE, STR_YES 
 - 
 
- 
Constructor Summary
Constructors Constructor Description StartupActionsPreferencesPanelXml() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jdom2.Elementstore(java.lang.Object o)Arrange 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 Detail
- 
StartupActionsPreferencesPanelXml
public StartupActionsPreferencesPanelXml()
 
 - 
 
- 
Method Detail
- 
store
public org.jdom2.Element store(java.lang.Object o)
Arrange for allStartupModelobjects to be stored.- Parameters:
 o- Object to store, of typeStartupActionsPreferencesPanel- Returns:
 - null
 
 
 - 
 
 -