Uses of Class
jmri.configurexml.JmriConfigureXmlException
-
-
Uses of JmriConfigureXmlException in jmri.configurexml
Methods in jmri.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description void
XmlAdapter. handleException(java.lang.String description, java.lang.String operation, java.lang.String systemName, java.lang.String userName, java.lang.Exception exception)
Provide a simple handler for errors.boolean
AbstractXmlAdapter. load(org.jdom2.Element e)
Create a set of configured objects from their XML descriptionvoid
AbstractXmlAdapter. load(org.jdom2.Element e, java.lang.Object o)
Create a set of configured objects from their XML description, using an auxiliary object.boolean
AbstractXmlAdapter. load(org.jdom2.Element shared, org.jdom2.Element perNode)
Create a set of configured objects from their XML description.void
AbstractXmlAdapter. load(org.jdom2.Element shared, org.jdom2.Element perNode, java.lang.Object o)
Create a set of configured objects from their XML description, using an auxiliary object.boolean
BlockManagerXml. load(org.jdom2.Element sharedBlocks, org.jdom2.Element perNodeBlocks)
Load Blocks into the existing BlockManager.boolean
ConfigXmlManager. load(java.io.File fi)
Load a file.boolean
ConfigXmlManager. load(java.io.File fi, boolean registerDeferred)
Load a file.boolean
ConfigXmlManager. load(java.net.URL url)
Create the objects defined in a particular configuration fileboolean
ConfigXmlManager. load(java.net.URL url, boolean registerDeferred)
Load a file.boolean
XmlAdapter. load(org.jdom2.Element e)
Create a set of configured objects from their XML descriptionvoid
XmlAdapter. load(org.jdom2.Element e, java.lang.Object o)
Create a set of configured objects from their XML description, using an auxiliary object.boolean
XmlAdapter. load(org.jdom2.Element shared, org.jdom2.Element perNode)
Create a set of configured objects from their XML description.void
XmlAdapter. load(org.jdom2.Element shared, org.jdom2.Element perNode, java.lang.Object o)
Create a set of configured objects from their XML description, using an auxiliary object.void
BlockManagerXml. loadBlock(org.jdom2.Element element)
Utility method to load the individual Block objects.boolean
BlockManagerXml. loadPath(Block block, org.jdom2.Element element)
Load path into an existing Block from XML. -
Uses of JmriConfigureXmlException in jmri.jmrit.display.configurexml
Methods in jmri.jmrit.display.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description void
AnalogClock2DisplayXml. load(org.jdom2.Element element, java.lang.Object o)
Create an AnalogClock2Display, then add to a target JLayeredPanevoid
AudioIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a AudioIcon, then add to a target JLayeredPanevoid
BlockContentsIconXml. load(org.jdom2.Element element, java.lang.Object o)
Load, starting with the BlockContentsIcon element, then all the value-icon pairsvoid
GlobalVariableComboIconXml. load(org.jdom2.Element element, java.lang.Object o)
Load, starting with the globalVariableComboIcon element, then all the value-icon pairsvoid
GlobalVariableIconXml. load(org.jdom2.Element element, java.lang.Object o)
Load, starting with the globalVariableIcon element, then all the value-icon pairsvoid
GlobalVariableInputIconXml. load(org.jdom2.Element element, java.lang.Object o)
Load, starting with the globalVariableInputIcon element, then all the value-icon pairsvoid
GlobalVariableSpinnerIconXml. load(org.jdom2.Element element, java.lang.Object o)
Load, starting with the globalVariableIcon element, then all the value-icon pairsvoid
IndicatorTrackIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a IndicatorTrackIcon, then add to a target JLayeredPanevoid
IndicatorTurnoutIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a IndicatorTurnoutIcon, then add to a target JLayeredPanevoid
LightIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableLabel, then add to a target JLayeredPanevoid
LinkingLabelXml. load(org.jdom2.Element element, java.lang.Object o)
Create LinkingLabel, then add to a target JLayeredPanevoid
LocoIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableLabel, then add to a target JLayeredPanevoid
LogixNGIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a LogixNGIcon, then add to a target JLayeredPanevoid
MemoryComboIconXml. load(org.jdom2.Element element, java.lang.Object o)
Load, starting with the memoryComboIcon element, then all the value-icon pairsvoid
MemoryIconXml. load(org.jdom2.Element element, java.lang.Object o)
Load, starting with the memoryicon element, then all the value-icon pairsvoid
MemoryInputIconXml. load(org.jdom2.Element element, java.lang.Object o)
Load, starting with the memoryInputIcon element, then all the value-icon pairsvoid
MemorySpinnerIconXml. load(org.jdom2.Element element, java.lang.Object o)
Load, starting with the memoryicon element, then all the value-icon pairsvoid
MultiSensorIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableLabel, then add to a target JLayeredPanevoid
PositionableLabelXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableLabel, then add to a target JLayeredPanevoid
ReporterIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableLabel, then add to a target JLayeredPanevoid
RpsPositionIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableLabel, then add to a target JLayeredPanevoid
SensorIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableLabel, then add to a target JLayeredPane.void
SignalHeadIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableLabel, then add to a target JLayeredPanevoid
SignalMastIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a SignalMastIcon, then addvoid
SlipTurnoutIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableLabel, then add to a target JLayeredPanevoid
TurnoutIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableLabel, then add to a target JLayeredPanevoid
PositionableLabelXml. loadCommonAttributes(Positionable l, int defaultLevel, org.jdom2.Element element)
-
Uses of JmriConfigureXmlException in jmri.jmrit.display.controlPanelEditor.configurexml
Methods in jmri.jmrit.display.controlPanelEditor.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description void
PortalIconXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableLabel, then add to a target JLayeredPane -
Uses of JmriConfigureXmlException in jmri.jmrit.display.controlPanelEditor.shape.configurexml
Methods in jmri.jmrit.display.controlPanelEditor.shape.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description void
PositionableCircleXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableShape, then add to a target JLayeredPanevoid
PositionableEllipseXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableShape, then add to a target JLayeredPanevoid
PositionablePolygonXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableShape, then add to a target JLayeredPanevoid
PositionableRectangleXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableShape, then add to a target JLayeredPanevoid
PositionableRoundRectXml. load(org.jdom2.Element element, java.lang.Object o)
Create a PositionableShape, then add to a target JLayeredPane -
Uses of JmriConfigureXmlException in jmri.jmrit.display.logixng.configurexml
Methods in jmri.jmrit.display.logixng.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
ActionAudioIconXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionLayoutTurnoutXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionPositionableByClassXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionPositionableXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
WindowManagementXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrit.logixng.actions.configurexml
Methods in jmri.jmrit.logixng.actions.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
ActionAudioXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionBlockXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionClockRateXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionClockXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionCreateBeansFromTableXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionDispatcherXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionEntryExitXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionFindTableRowOrColumnXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionLightIntensityXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionLightXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionListenOnBeansLocalVariableXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionListenOnBeansTableXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionLocalVariableXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionMemoryXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionOBlockXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionPowerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionReporterXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionRequestUpdateAllSensorsXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionRequestUpdateOfSensorXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionScriptXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionSensorXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionSetReporterXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionShutDownTaskXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionSignalHeadXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionSignalMastXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionSoundXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionTableXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionThrottleFunctionXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionTurnoutLockXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionTurnoutXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionWarrantXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
AnalogActionLightIntensityXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
AnalogActionMemoryXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
DigitalCallModuleXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
DigitalFormulaXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
EnableLogixNGXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
EnableLogixXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExecuteActionXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExecuteDelayedXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ForEachXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
JsonDecodeXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ProgramOnMainXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ShutdownComputerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
StringActionMemoryXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
StringActionStringIOXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
TableForEachXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
TimeoutXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
TriggerRouteXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
WebRequestXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrit.logixng.expressions.configurexml
Methods in jmri.jmrit.logixng.expressions.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
AnalogExpressionAnalogIOXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
AnalogExpressionConstantXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
AnalogExpressionLocalVariableXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
AnalogExpressionMemoryXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
AnalogFormulaXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
AntecedentXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ConnectionNameXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
DigitalCallModuleXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
DigitalFormulaXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionAudioXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionBlockXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionConditionalXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionDispatcherXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionEntryExitXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionLightXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionLinuxLinePowerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionLocalVariableXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionMemoryXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionOBlockXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionPowerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionReporterXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionScriptXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionSectionXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionSensorEdgeXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionSensorXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionSignalHeadXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionSignalMastXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionTransitXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionTurnoutXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionWarrantXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
FileAsFlagXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
LastResultOfDigitalExpressionXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
StringExpressionConstantXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
StringExpressionMemoryXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
StringFormulaXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
TimerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrit.logixng.implementation.configurexml
Methods in jmri.jmrit.logixng.implementation.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
DefaultGlobalVariableXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrit.logixng.util.configurexml
Methods in jmri.jmrit.logixng.util.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description void
LogixNG_SelectBooleanXml. load(org.jdom2.Element booleanElement, LogixNG_SelectBoolean selectBoolean)
void
LogixNG_SelectCharsetXml. load(org.jdom2.Element strElement, LogixNG_SelectCharset selectCharset)
void
LogixNG_SelectComboBoxXml. load(org.jdom2.Element comboBoxElement, LogixNG_SelectComboBox selectComboBox)
void
LogixNG_SelectDoubleXml. load(org.jdom2.Element doubleElement, LogixNG_SelectDouble selectDouble)
void
LogixNG_SelectEnumXml. load(org.jdom2.Element enumElement, LogixNG_SelectEnum<E> selectEnum)
void
LogixNG_SelectIntegerXml. load(org.jdom2.Element intElement, LogixNG_SelectInteger selectInt)
void
LogixNG_SelectNamedBeanXml. load(org.jdom2.Element namedBeanElement, LogixNG_SelectNamedBean<E> selectNamedBean)
void
LogixNG_SelectNamedBeanXml. load(org.jdom2.Element namedBeanElement, LogixNG_SelectNamedBean<E> selectNamedBean, boolean delayedLookup)
void
LogixNG_SelectStringXml. load(org.jdom2.Element strElement, LogixNG_SelectString selectStr)
void
LogixNG_SelectTableXml. load(org.jdom2.Element tableElement, LogixNG_SelectTable selectTable)
void
LogixNG_SelectEnumXml. loadLegacy(org.jdom2.Element shared, LogixNG_SelectEnum<E> selectEnum, java.lang.String addressingElementName, java.lang.String enumElementName, java.lang.String referenceElementName, java.lang.String localVariableElementName, java.lang.String formulaElementName)
This method is for backward compability up to and including 4.99.4.Remove this class after 5.0.void
LogixNG_SelectIntegerXml. loadLegacy(org.jdom2.Element shared, LogixNG_SelectInteger selectInt, java.lang.String addressingElementName, java.lang.String valueElementName, java.lang.String referenceElementName, java.lang.String localVariableElementName, java.lang.String formulaElementName)
This method is for backward compability up to and including 4.99.4.Remove this class after 5.0.void
LogixNG_SelectNamedBeanXml. loadLegacy(org.jdom2.Element shared, LogixNG_SelectNamedBean<E> selectNamedBean, java.lang.String beanElementName)
This method is for backward compability up to and including 4.99.4.Remove this class after 5.0.void
LogixNG_SelectNamedBeanXml. loadLegacy(org.jdom2.Element shared, LogixNG_SelectNamedBean<E> selectNamedBean, java.lang.String beanElementName, java.lang.String addressingElementName, java.lang.String referenceElementName, java.lang.String localVariableElementName, java.lang.String formulaElementName)
This method is for backward compability up to and including 4.99.4.Remove this class after 5.0.void
LogixNG_SelectStringXml. loadLegacy(org.jdom2.Element shared, LogixNG_SelectString selectStr, java.lang.String addressingElementName, java.lang.String valueElementName, java.lang.String referenceElementName, java.lang.String localVariableElementName, java.lang.String formulaElementName)
This method is for backward compability up to and including 4.99.4.Remove this class after 5.0. -
Uses of JmriConfigureXmlException in jmri.jmrit.swing.meter.configurexml
Methods in jmri.jmrit.swing.meter.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
MeterFrameManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
Create a set of configured objects from their XML description. -
Uses of JmriConfigureXmlException in jmri.jmrix.acela.configurexml
Methods in jmri.jmrix.acela.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
AcelaSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.bidib.configurexml
Methods in jmri.jmrix.bidib.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
BiDiBSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.can.cbus.configurexml
Methods in jmri.jmrix.can.cbus.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
CbusSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
Create a SensorManager object of the correct class, then register and fill it. -
Uses of JmriConfigureXmlException in jmri.jmrix.cmri.serial.configurexml
Methods in jmri.jmrix.cmri.serial.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
SerialSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.dcc4pc.configurexml
Methods in jmri.jmrix.dcc4pc.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
Dcc4PcSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.dccpp.configurexml
Methods in jmri.jmrix.dccpp.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
DCCppSensorManagerXml. load(org.jdom2.Element sensors)
boolean
DCCppSensorManagerXml. load(org.jdom2.Element sharedSensors, org.jdom2.Element perNodeSensors)
-
Uses of JmriConfigureXmlException in jmri.jmrix.ecos.configurexml
Methods in jmri.jmrix.ecos.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
EcosSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.grapevine.configurexml
Methods in jmri.jmrix.grapevine.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
SerialSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.ieee802154.xbee.configurexml
Methods in jmri.jmrix.ieee802154.xbee.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
XBeeSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.internal.configurexml
Methods in jmri.jmrix.internal.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
InternalSensorManagerXml. load(org.jdom2.Element sharedSensors, org.jdom2.Element perNodeSensors)
-
Uses of JmriConfigureXmlException in jmri.jmrix.ipocs.configurexml
Methods in jmri.jmrix.ipocs.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
IpocsConnectionConfigXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
IpocsSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.jmriclient.configurexml
Methods in jmri.jmrix.jmriclient.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description void
JMRIClientReporterManagerXml. load(org.jdom2.Element element, java.lang.Object o)
boolean
JMRIClientSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.lenz.configurexml
Methods in jmri.jmrix.lenz.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
XNetSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.loconet.configurexml
Methods in jmri.jmrix.loconet.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
LnSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
LnStringIOManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.loconet.logixng.configurexml
Methods in jmri.jmrix.loconet.logixng.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
ActionClearSlotsXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ActionUpdateSlotsXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
ExpressionSlotUsageXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
SetSpeedZeroXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.maple.configurexml
Methods in jmri.jmrix.maple.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
SerialSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.marklin.configurexml
Methods in jmri.jmrix.marklin.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
MarklinSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.mqtt.configurexml
Methods in jmri.jmrix.mqtt.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
MqttReporterManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
MqttSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.mqtt.logixng.configurexml
Methods in jmri.jmrix.mqtt.logixng.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
PublishXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
boolean
SubscribeXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.nce.configurexml
Methods in jmri.jmrix.nce.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
NceSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.oaktree.configurexml
Methods in jmri.jmrix.oaktree.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
SerialSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.openlcb.configurexml
Methods in jmri.jmrix.openlcb.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
OlcbSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.pi.configurexml
Methods in jmri.jmrix.pi.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
RaspberryPiSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.powerline.configurexml
Methods in jmri.jmrix.powerline.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
SerialSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.rfid.configurexml
Methods in jmri.jmrix.rfid.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
RfidSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.roco.z21.configurexml
Methods in jmri.jmrix.roco.z21.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
Z21SensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.rps.configurexml
Methods in jmri.jmrix.rps.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
RpsSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.secsi.configurexml
Methods in jmri.jmrix.secsi.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
SerialSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.srcp.configurexml
Methods in jmri.jmrix.srcp.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
SRCPSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.jmrix.tams.configurexml
Methods in jmri.jmrix.tams.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description boolean
TamsSensorManagerXml. load(org.jdom2.Element shared, org.jdom2.Element perNode)
-
Uses of JmriConfigureXmlException in jmri.managers.configurexml
Methods in jmri.managers.configurexml that throw JmriConfigureXmlException Modifier and Type Method Description abstract boolean
AbstractMemoryManagerConfigXML. load(org.jdom2.Element sharedMemories, org.jdom2.Element perNodeMemories)
Create a MemoryManager object of the correct class, then register and fill it.boolean
AbstractMeterManagerXml. load(org.jdom2.Element sharedMeters, org.jdom2.Element perNodeMemories)
Create a MeterManager object of the correct class, then register and fill it.abstract boolean
AbstractSensorManagerConfigXML. load(org.jdom2.Element sharedSensors, org.jdom2.Element perNodeSensors)
Create a SensorManager object of the correct class, then register and fill it.boolean
AbstractSensorManagerConfigXML. loadSensors(org.jdom2.Element sensors)
Utility method to load the individual Sensor objects.
-