Uses of Class
jmri.jmrit.ctc.CtcManager
-
Packages that use CtcManager Package Description jmri.jmrit.ctc.configurexml Implements CTC data loading and storing.jmri.jmrit.whereused Create a where used report for a selected table object. -
-
Uses of CtcManager in jmri.jmrit.ctc.configurexml
Fields in jmri.jmrit.ctc.configurexml declared as CtcManager Modifier and Type Field Description (package private) CtcManager
CtcManagerXml. cm
(package private) static CtcManager
ImportExternalData. cm
Methods in jmri.jmrit.ctc.configurexml with parameters of type CtcManager Modifier and Type Method Description (package private) void
CtcManagerXml. convertCallOnSensorNamesToNBHSensors(CtcManager cm)
(package private) void
CtcManagerXml. loadOtherData(CtcManager cm, org.jdom2.Element el)
Load the OtherData class.(package private) void
CtcManagerXml. loadProperties(CtcManager cm, org.jdom2.Element el)
Load the ProgramProperties class.(package private) org.jdom2.Element
CtcManagerXml. storeOtherData(CtcManager cm)
(package private) org.jdom2.Element
CtcManagerXml. storeProperties(CtcManager cm)
-
Uses of CtcManager in jmri.jmrit.whereused
Fields in jmri.jmrit.whereused declared as CtcManager Modifier and Type Field Description (package private) static CtcManager
WhereUsedCollectors. mgr
-