Uses of Class
jmri.jmrit.XmlFile
-
-
Uses of XmlFile in jmri.configurexml
Subclasses of XmlFile in jmri.configurexml Modifier and Type Class Description class
ConfigXmlManager
Provides the mechanisms for storing an entire layout configuration to XML. -
Uses of XmlFile in jmri.jmrit
Fields in jmri.jmrit declared as XmlFile Modifier and Type Field Description (package private) XmlFile
XmlFileCheckAction. xmlfile
-
Uses of XmlFile in jmri.jmrit.catalog.configurexml
Subclasses of XmlFile in jmri.jmrit.catalog.configurexml Modifier and Type Class Description class
DefaultCatalogTreeManagerXml
Provides the abstract base and store functionality for configuring the CatalogTreeManager. -
Uses of XmlFile in jmri.jmrit.consisttool
Subclasses of XmlFile in jmri.jmrit.consisttool Modifier and Type Class Description class
ConsistFile
Handle saving/restoring consist information to XML files. -
Uses of XmlFile in jmri.jmrit.decoderdefn
Subclasses of XmlFile in jmri.jmrit.decoderdefn Modifier and Type Class Description class
DecoderFile
Represents and manipulates a decoder definition, both as a file and in memory.class
DecoderIndexFile
DecoderIndex represents the decoderIndex.xml (decoder types) and nmra_mfg_list.xml (Manufacturer ID list) files in memory. -
Uses of XmlFile in jmri.jmrit.dispatcher
Subclasses of XmlFile in jmri.jmrit.dispatcher Modifier and Type Class Description class
OptionsFile
Handles reading and writing of Dispatcher options to disk as an XML file called "dispatcher-options.xml" in the user's preferences area.class
TrainInfoFile
Handles reading and writing of TrainInfo files to disk as an XML file to/from the dispatcher/traininfo/ directory in the user's preferences area -
Uses of XmlFile in jmri.jmrit.display.layoutEditor
Subclasses of XmlFile in jmri.jmrit.display.layoutEditor Modifier and Type Class Description class
BlockValueFile
Handle saving/restoring block value information to XML files. -
Uses of XmlFile in jmri.jmrit.logix
Subclasses of XmlFile in jmri.jmrit.logix Modifier and Type Class Description static class
WarrantPreferences.WarrantPreferencesXml
-
Uses of XmlFile in jmri.jmrit.operations
Subclasses of XmlFile in jmri.jmrit.operations Modifier and Type Class Description class
OperationsXml
Loads and stores the operation setup using xml files. -
Uses of XmlFile in jmri.jmrit.operations.locations
Subclasses of XmlFile in jmri.jmrit.operations.locations Modifier and Type Class Description class
LocationManagerXml
Load and stores locations and schedules for operations. -
Uses of XmlFile in jmri.jmrit.operations.locations.schedules.tools
Subclasses of XmlFile in jmri.jmrit.operations.locations.schedules.tools Modifier and Type Class Description class
ExportSchedules
Exports the Operation Schedules into a comma delimited file (CSV). -
Uses of XmlFile in jmri.jmrit.operations.locations.tools
Subclasses of XmlFile in jmri.jmrit.operations.locations.tools Modifier and Type Class Description class
ExportLocations
Exports the location roster into a comma delimited file (CSV). -
Uses of XmlFile in jmri.jmrit.operations.rollingstock
Subclasses of XmlFile in jmri.jmrit.operations.rollingstock Modifier and Type Class Description class
RollingStockLogger
Logs rolling stock movements by writing their locations to a file. -
Uses of XmlFile in jmri.jmrit.operations.rollingstock.cars
Subclasses of XmlFile in jmri.jmrit.operations.rollingstock.cars Modifier and Type Class Description class
CarManagerXml
Loads and stores cars using xml files. -
Uses of XmlFile in jmri.jmrit.operations.rollingstock.cars.tools
Subclasses of XmlFile in jmri.jmrit.operations.rollingstock.cars.tools Modifier and Type Class Description class
ExportCars
Exports the car roster into a comma delimited file (CSV). -
Uses of XmlFile in jmri.jmrit.operations.rollingstock.engines
Subclasses of XmlFile in jmri.jmrit.operations.rollingstock.engines Modifier and Type Class Description class
EngineManagerXml
Loads and stores engines using xml files. -
Uses of XmlFile in jmri.jmrit.operations.rollingstock.engines.tools
Subclasses of XmlFile in jmri.jmrit.operations.rollingstock.engines.tools Modifier and Type Class Description class
ExportEngines
Exports the Engine roster into a comma delimited file (CSV). -
Uses of XmlFile in jmri.jmrit.operations.routes
Subclasses of XmlFile in jmri.jmrit.operations.routes Modifier and Type Class Description class
RouteManagerXml
Loads and stores routes using xml files. -
Uses of XmlFile in jmri.jmrit.operations.routes.tools
Subclasses of XmlFile in jmri.jmrit.operations.routes.tools Modifier and Type Class Description class
ExportRoutes
Export Routes to CSV file -
Uses of XmlFile in jmri.jmrit.operations.setup
Subclasses of XmlFile in jmri.jmrit.operations.setup Modifier and Type Class Description class
OperationsSetupXml
Loads and stores the operation setup using xml files. -
Uses of XmlFile in jmri.jmrit.operations.trains
Subclasses of XmlFile in jmri.jmrit.operations.trains Modifier and Type Class Description class
TrainLogger
Logs train movements and status to a file.class
TrainManagerXml
Loads and stores trains using xml files. -
Uses of XmlFile in jmri.jmrit.operations.trains.tools
Subclasses of XmlFile in jmri.jmrit.operations.trains.tools Modifier and Type Class Description class
ExportTimetable
Provides an export to the Timetable feature.class
ExportTrainLineups
Builds the train lineups in a comma delimited file (CSV).class
ExportTrains
Exports the train roster into a comma delimited file (CSV). -
Uses of XmlFile in jmri.jmrit.roster
Subclasses of XmlFile in jmri.jmrit.roster Modifier and Type Class Description class
LocoFile
Represents and manipulates a locomotive definition, both as a file and in memory.class
Roster
Roster manages and manipulates a roster of locomotives. -
Uses of XmlFile in jmri.jmrit.symbolicprog
Subclasses of XmlFile in jmri.jmrit.symbolicprog Modifier and Type Class Description class
NameFile
Represents a set of standard names and aliases in memory. -
Uses of XmlFile in jmri.jmrit.throttle
Subclasses of XmlFile in jmri.jmrit.throttle Modifier and Type Class Description (package private) static class
LoadXmlThrottlesLayoutAction.ThrottlePrefs
An extension of the abstract XmlFile.(package private) static class
ThrottlesPreferences.ThrottlesPrefsXml
An extension of the abstract XmlFile. -
Uses of XmlFile in jmri.jmrit.timetable.configurexml
Subclasses of XmlFile in jmri.jmrit.timetable.configurexml Modifier and Type Class Description static class
TimeTableXml.TimeTableXmlFile
-
Uses of XmlFile in jmri.jmrit.vsdecoder
Subclasses of XmlFile in jmri.jmrit.vsdecoder Modifier and Type Class Description (package private) static class
VSDecoderPreferences.VSDecoderPrefsXml
An extension of the abstract XmlFile.class
VSDGeoFile
Load parameter from XML for the Advanced Location Following. -
Uses of XmlFile in jmri.jmrit.withrottle
Subclasses of XmlFile in jmri.jmrit.withrottle Modifier and Type Class Description static class
AbstractWiThrottlePreferences.AbstractWiThrottlePreferencesXml
class
WiFiConsistFile
-
Uses of XmlFile in jmri.jmrix.can.cbus.eventtable
Subclasses of XmlFile in jmri.jmrix.can.cbus.eventtable Modifier and Type Class Description class
CbusEventTableXmlFile
Class to provide access to the EventTableData.xml file. -
Uses of XmlFile in jmri.jmrix.can.cbus.node
Subclasses of XmlFile in jmri.jmrix.can.cbus.node Modifier and Type Class Description class
CbusNodeBackupFile
Class to define location for a CbusNodeBackup File. -
Uses of XmlFile in jmri.jmrix.loconet.configurexml
Subclasses of XmlFile in jmri.jmrix.loconet.configurexml Modifier and Type Class Description static class
Digitrax7thGenAccyRoutesXML.DigitraxRoutesXmlFile
-
Uses of XmlFile in jmri.jmrix.nce.consist
Subclasses of XmlFile in jmri.jmrix.nce.consist Modifier and Type Class Description class
NceConsistRoster
NCE Consist Roster manages and manipulates a roster of consists. -
Uses of XmlFile in jmri.jmrix.rps
Subclasses of XmlFile in jmri.jmrix.rps Modifier and Type Class Description class
PollingFile
Persist RPS polling information.class
PositionFile
Persist RPS configuration information. -
Uses of XmlFile in jmri.managers
Subclasses of XmlFile in jmri.managers Modifier and Type Class Description (package private) static class
DefaultSignalSystemManager.AspectFile
XmlFile is abstract, so this extends for local use -
Uses of XmlFile in jmri.managers.configurexml
Subclasses of XmlFile in jmri.managers.configurexml Modifier and Type Class Description class
DefaultIdTagManagerXml
Concrete implementation of abstractXmlFile
for theDefaultIdTagManager
.
-