Uses of Class
jmri.jmrit.ctc.editor.code.ProgramProperties
Packages that use ProgramProperties
Package
Description
The CTC system provides the ability to create and run prototypical CTC dispatching.
-
Uses of ProgramProperties in jmri.jmrit.ctc
Fields in jmri.jmrit.ctc declared as ProgramPropertiesModifier and TypeFieldDescription(package private) ProgramPropertiesCtcManager.programPropertiesMethods in jmri.jmrit.ctc that return ProgramPropertiesModifier and TypeMethodDescriptionCtcManager.getProgramProperties()CtcManager.newProgramProperties() -
Uses of ProgramProperties in jmri.jmrit.ctc.editor.code
Methods in jmri.jmrit.ctc.editor.code with parameters of type ProgramPropertiesModifier and TypeMethodDescriptionstatic CodeButtonHandlerDataCodeButtonHandlerDataRoutines.createNewCodeButtonHandlerData(int newUniqueID, int newSwitchNumber, int newSignalEtcNumber, int newGUIColumnNumber, ProgramProperties programProperties) static CodeButtonHandlerDataCodeButtonHandlerDataRoutines.uECBHDWSD_CallOn(ProgramProperties programProperties, CodeButtonHandlerData returnValue) static CodeButtonHandlerDataCodeButtonHandlerDataRoutines.uECBHDWSD_CodeButton(ProgramProperties programProperties, CodeButtonHandlerData returnValue) static CodeButtonHandlerDataCodeButtonHandlerDataRoutines.uECBHDWSD_SIDI(ProgramProperties programProperties, CodeButtonHandlerData returnValue) static CodeButtonHandlerDataCodeButtonHandlerDataRoutines.uECBHDWSD_SIDL(ProgramProperties programProperties, CodeButtonHandlerData returnValue) static CodeButtonHandlerDataCodeButtonHandlerDataRoutines.uECBHDWSD_SWDI(ProgramProperties programProperties, CodeButtonHandlerData returnValue) static CodeButtonHandlerDataCodeButtonHandlerDataRoutines.uECBHDWSD_SWDL(ProgramProperties programProperties, CodeButtonHandlerData returnValue) static CodeButtonHandlerDataCodeButtonHandlerDataRoutines.uECBHDWSD_TUL(ProgramProperties programProperties, CodeButtonHandlerData returnValue) static CodeButtonHandlerDataCodeButtonHandlerDataRoutines.updateExistingCodeButtonHandlerDataWithSubstitutedData(ProgramProperties programProperties, CodeButtonHandlerData returnValue) -
Uses of ProgramProperties in jmri.jmrit.ctc.editor.gui
Constructors in jmri.jmrit.ctc.editor.gui with parameters of type ProgramPropertiesModifierConstructorDescriptionFrmCB(AwtWindowProperties awtWindowProperties, CodeButtonHandlerData codeButtonHandlerData, ProgramProperties programProperties, CTCSerialData ctcSerialData, CheckJMRIObject checkJMRIObject) FrmCO(AwtWindowProperties awtWindowProperties, CodeButtonHandlerData codeButtonHandlerData, ProgramProperties programProperties, CTCSerialData ctcSerialData, CheckJMRIObject checkJMRIObject, boolean signalHeadSelected) FrmDefaults(AwtWindowProperties awtWindowProperties, ProgramProperties programProperties, OtherData otherData) FrmPatterns(AwtWindowProperties awtWindowProperties, ProgramProperties programProperties) FrmSIDI(AwtWindowProperties awtWindowProperties, CodeButtonHandlerData codeButtonHandlerData, ProgramProperties programProperties, CheckJMRIObject checkJMRIObject, boolean signalHeadSelected) FrmSIDL(AwtWindowProperties awtWindowProperties, CodeButtonHandlerData codeButtonHandlerData, ProgramProperties programProperties, CheckJMRIObject checkJMRIObject) FrmSWDI(AwtWindowProperties awtWindowProperties, CodeButtonHandlerData codeButtonHandlerData, ProgramProperties programProperties, CheckJMRIObject checkJMRIObject) FrmSWDL(AwtWindowProperties awtWindowProperties, CodeButtonHandlerData codeButtonHandlerData, ProgramProperties programProperties, CheckJMRIObject checkJMRIObject) FrmTUL(AwtWindowProperties awtWindowProperties, CTCSerialData ctcSerialData, CodeButtonHandlerData codeButtonHandlerData, ProgramProperties programProperties, CheckJMRIObject checkJMRIObject)