Uses of Class
jmri.jmrit.ctc.editor.code.ProgramProperties
-
Packages that use ProgramProperties Package Description jmri.jmrit.ctc The CTC system provides the ability to create and run prototypical CTC dispatching.jmri.jmrit.ctc.editor.code jmri.jmrit.ctc.editor.gui -
-
Uses of ProgramProperties in jmri.jmrit.ctc
Fields in jmri.jmrit.ctc declared as ProgramProperties Modifier and Type Field Description (package private) ProgramProperties
CtcManager. programProperties
Methods in jmri.jmrit.ctc that return ProgramProperties Modifier and Type Method Description ProgramProperties
CtcManager. getProgramProperties()
ProgramProperties
CtcManager. newProgramProperties()
-
Uses of ProgramProperties in jmri.jmrit.ctc.editor.code
Methods in jmri.jmrit.ctc.editor.code with parameters of type ProgramProperties Modifier and Type Method Description static CodeButtonHandlerData
CodeButtonHandlerDataRoutines. createNewCodeButtonHandlerData(int newUniqueID, int newSwitchNumber, int newSignalEtcNumber, int newGUIColumnNumber, ProgramProperties programProperties)
static CodeButtonHandlerData
CodeButtonHandlerDataRoutines. uECBHDWSD_CallOn(ProgramProperties programProperties, CodeButtonHandlerData returnValue)
static CodeButtonHandlerData
CodeButtonHandlerDataRoutines. uECBHDWSD_CodeButton(ProgramProperties programProperties, CodeButtonHandlerData returnValue)
static CodeButtonHandlerData
CodeButtonHandlerDataRoutines. uECBHDWSD_SIDI(ProgramProperties programProperties, CodeButtonHandlerData returnValue)
static CodeButtonHandlerData
CodeButtonHandlerDataRoutines. uECBHDWSD_SIDL(ProgramProperties programProperties, CodeButtonHandlerData returnValue)
static CodeButtonHandlerData
CodeButtonHandlerDataRoutines. uECBHDWSD_SWDI(ProgramProperties programProperties, CodeButtonHandlerData returnValue)
static CodeButtonHandlerData
CodeButtonHandlerDataRoutines. uECBHDWSD_SWDL(ProgramProperties programProperties, CodeButtonHandlerData returnValue)
static CodeButtonHandlerData
CodeButtonHandlerDataRoutines. uECBHDWSD_TUL(ProgramProperties programProperties, CodeButtonHandlerData returnValue)
static CodeButtonHandlerData
CodeButtonHandlerDataRoutines. 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 ProgramProperties Constructor Description FrmCB(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)
-