Uses of Class
jmri.jmrit.ctc.ctcserialdata.CodeButtonHandlerData
Packages that use CodeButtonHandlerData
Package
Description
The CTC system provides the ability to create and run prototypical CTC dispatching.
Implements CTC data loading and storing.
-
Uses of CodeButtonHandlerData in jmri.jmrit.ctc
Methods in jmri.jmrit.ctc with parameters of type CodeButtonHandlerDataModifier and TypeMethodDescription(package private) voidCtcManager.callOnDataUsage(CodeButtonHandlerData cbhd, String osName) (package private) voidCtcManager.getCodeButtonHandleDataUsage(CodeButtonHandlerData cbhd) (package private) voidCtcManager.traffficLockingDataUsage(CodeButtonHandlerData cbhd, String osName) -
Uses of CodeButtonHandlerData in jmri.jmrit.ctc.configurexml
Methods in jmri.jmrit.ctc.configurexml with parameters of type CodeButtonHandlerDataModifier and TypeMethodDescription(package private) voidCtcManagerXml.loadAdditionalTurnouts(org.jdom2.Element element, CodeButtonHandlerData cbhd) (package private) org.jdom2.ElementCtcManagerXml.storeTULAdditionalTurnouts(String elementName, CodeButtonHandlerData cbhd) -
Uses of CodeButtonHandlerData in jmri.jmrit.ctc.ctcserialdata
Methods in jmri.jmrit.ctc.ctcserialdata that return CodeButtonHandlerDataModifier and TypeMethodDescriptionCTCSerialData.getCodeButtonHandlerData(int index) CTCSerialData.getCodeButtonHandlerDataViaUniqueID(int uniqueID) Methods in jmri.jmrit.ctc.ctcserialdata that return types with arguments of type CodeButtonHandlerDataMethods in jmri.jmrit.ctc.ctcserialdata with parameters of type CodeButtonHandlerDataModifier and TypeMethodDescriptionvoidCTCSerialData.addCodeButtonHandlerData(CodeButtonHandlerData codeButtonHandlerData) CTCSerialData.getHashSetOfAllLockedTurnoutsExcludingPassedOne(CodeButtonHandlerData excludedOne) This routine is used to support FrmTUL.java.voidCTCSerialData.setCodeButtonHandlerData(int index, CodeButtonHandlerData codeButtonHandlerData) -
Uses of CodeButtonHandlerData in jmri.jmrit.ctc.editor.code
Methods in jmri.jmrit.ctc.editor.code that return CodeButtonHandlerDataModifier and TypeMethodDescriptionstatic CodeButtonHandlerDataCodeButtonHandlerDataRoutines.createNewCodeButtonHandlerData(int newUniqueID, int newSwitchNumber, int newSignalEtcNumber, int newGUIColumnNumber, ProgramProperties programProperties) Columns.getSelectedCodeButtonHandlerData()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) Methods in jmri.jmrit.ctc.editor.code with parameters of type CodeButtonHandlerDataModifier and TypeMethodDescriptionstatic 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) Method parameters in jmri.jmrit.ctc.editor.code with type arguments of type CodeButtonHandlerDataModifier and TypeMethodDescriptionCommonSubs.getArrayListOfSelectableOSSectionUniqueIDs(ArrayList<CodeButtonHandlerData> codeButtonHandlerDataList) CommonSubs.getArrayListOfSelectableSwitchDirectionIndicators(ArrayList<CodeButtonHandlerData> codeButtonHandlerDataList) -
Uses of CodeButtonHandlerData in jmri.jmrit.ctc.editor.gui
Methods in jmri.jmrit.ctc.editor.gui with parameters of type CodeButtonHandlerDataModifier and TypeMethodDescriptionstatic booleanFrmCB.dialogCodeButtonHandlerDataValid(CheckJMRIObject checkJMRIObject, CodeButtonHandlerData codeButtonHandlerData) static booleanFrmCO.dialogCodeButtonHandlerDataValid(CheckJMRIObject checkJMRIObject, CodeButtonHandlerData codeButtonHandlerData) static booleanFrmIL.dialogCodeButtonHandlerDataValid(CheckJMRIObject checkJMRIObject, CodeButtonHandlerData codeButtonHandlerData) static booleanFrmSIDI.dialogCodeButtonHandlerDataValid(CheckJMRIObject checkJMRIObject, CodeButtonHandlerData codeButtonHandlerData) static booleanFrmSWDI.dialogCodeButtonHandlerDataValid(CheckJMRIObject checkJMRIObject, CodeButtonHandlerData codeButtonHandlerData) static booleanFrmTRL.dialogCodeButtonHandlerDataValid(CheckJMRIObject checkJMRIObject, CodeButtonHandlerData codeButtonHandlerData) static booleanFrmTUL.dialogCodeButtonHandlerDataValid(CheckJMRIObject checkJMRIObject, CodeButtonHandlerData codeButtonHandlerData) Constructors in jmri.jmrit.ctc.editor.gui with parameters of type CodeButtonHandlerDataModifierConstructorDescriptionFrmCB(AwtWindowProperties awtWindowProperties, CodeButtonHandlerData codeButtonHandlerData, ProgramProperties programProperties, CTCSerialData ctcSerialData, CheckJMRIObject checkJMRIObject) FrmCO(AwtWindowProperties awtWindowProperties, CodeButtonHandlerData codeButtonHandlerData, ProgramProperties programProperties, CTCSerialData ctcSerialData, CheckJMRIObject checkJMRIObject, boolean signalHeadSelected) FrmIL(AwtWindowProperties awtWindowProperties, CodeButtonHandlerData codeButtonHandlerData, CheckJMRIObject checkJMRIObject, boolean signalHeadSelected, CTCSerialData ctcSerialData) 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) FrmTRL(AwtWindowProperties awtWindowProperties, CodeButtonHandlerData codeButtonHandlerData, CTCSerialData ctcSerialData, CheckJMRIObject checkJMRIObject) FrmTRL_Rules(AwtWindowProperties awtWindowProperties, CodeButtonHandlerData codeButtonHandlerData, boolean isLeftTraffic, CTCSerialData ctcSerialData, CheckJMRIObject checkJMRIObject) FrmTUL(AwtWindowProperties awtWindowProperties, CTCSerialData ctcSerialData, CodeButtonHandlerData codeButtonHandlerData, ProgramProperties programProperties, CheckJMRIObject checkJMRIObject)