Uses of Class
jmri.jmrit.ctc.ctcserialdata.OtherData
-
Packages that use OtherData Package Description jmri.jmrit.ctc The CTC system provides the ability to create and run prototypical CTC dispatching.jmri.jmrit.ctc.ctcserialdata jmri.jmrit.ctc.editor.gui -
-
Uses of OtherData in jmri.jmrit.ctc
Methods in jmri.jmrit.ctc that return OtherData Modifier and Type Method Description OtherData
CtcManager. getOtherData()
-
Uses of OtherData in jmri.jmrit.ctc.ctcserialdata
Methods in jmri.jmrit.ctc.ctcserialdata that return OtherData Modifier and Type Method Description OtherData
CTCSerialData. getOtherData()
Methods in jmri.jmrit.ctc.ctcserialdata with parameters of type OtherData Modifier and Type Method Description void
CTCSerialData. setOtherData(OtherData otherData)
-
Uses of OtherData in jmri.jmrit.ctc.editor.gui
Constructors in jmri.jmrit.ctc.editor.gui with parameters of type OtherData Constructor Description FrmDebugging(AwtWindowProperties awtWindowProperties, OtherData otherData)
FrmDefaults(AwtWindowProperties awtWindowProperties, ProgramProperties programProperties, OtherData otherData)
FrmFleeting(AwtWindowProperties awtWindowProperties, OtherData otherData)
FrmGUIDesign(AwtWindowProperties awtWindowProperties, OtherData otherData)
-