Class ActionSimpleScriptXml
- java.lang.Object
-
- jmri.configurexml.AbstractXmlAdapter
-
- jmri.managers.configurexml.AbstractNamedBeanManagerConfigXML
-
- jmri.jmrit.logixng.actions.configurexml.ActionScriptXml
-
- jmri.jmrit.logixng.actions.configurexml.ActionSimpleScriptXml
-
- All Implemented Interfaces:
XmlAdapter
public class ActionSimpleScriptXml extends ActionScriptXml
Handle XML configuration for ActionScript objects. This class is kept temporary since the action ActionScript is included in the example panel file for LogixNG. But the panel didn't do anything useful with it.This class ensures that if the ActionSimpleScript is loaded, it's changed to an ActionScript instead.
-
-
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 ActionSimpleScriptXml()
-
Method Summary
-
Methods inherited from class jmri.jmrit.logixng.actions.configurexml.ActionScriptXml
load, store
-
Methods inherited from class jmri.managers.configurexml.AbstractNamedBeanManagerConfigXML
checkedNamedBeanHandle, checkedNamedBeanName, checkedNamedBeanReference, getSystemName, getUserName, getUserName, loadCommon, storeCommon
-
Methods inherited from class jmri.configurexml.AbstractXmlAdapter
getAttributeBooleanValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getExceptionHandler, handleException, load, load, load, loadDeferred, loadOrder, setExceptionHandler, store
-
-
-
-
Constructor Detail
-
ActionSimpleScriptXml
public ActionSimpleScriptXml()
-
-