Uses of Class
jmri.jmrit.ctc.ctcserialdata.CodeButtonHandlerData
-
Packages that use CodeButtonHandlerData Package Description jmri.jmrit.ctc The CTC system provides the ability to create and run prototypical CTC dispatching.jmri.jmrit.ctc.configurexml Implements CTC data loading and storing.jmri.jmrit.ctc.ctcserialdata jmri.jmrit.ctc.editor.code jmri.jmrit.ctc.editor.gui -
-
Uses of CodeButtonHandlerData in jmri.jmrit.ctc
Methods in jmri.jmrit.ctc with parameters of type CodeButtonHandlerData Modifier and Type Method Description (package private) voidCtcManager. callOnDataUsage(CodeButtonHandlerData cbhd, java.lang.String osName)(package private) voidCtcManager. getCodeButtonHandleDataUsage(CodeButtonHandlerData cbhd)(package private) voidCtcManager. traffficLockingDataUsage(CodeButtonHandlerData cbhd, java.lang.String osName) -
Uses of CodeButtonHandlerData in jmri.jmrit.ctc.configurexml
Methods in jmri.jmrit.ctc.configurexml with parameters of type CodeButtonHandlerData Modifier and Type Method Description (package private) voidCtcManagerXml. loadAdditionalTurnouts(org.jdom2.Element element, CodeButtonHandlerData cbhd)(package private) org.jdom2.ElementCtcManagerXml. storeTULAdditionalTurnouts(java.lang.String elementName, CodeButtonHandlerData cbhd) -
Uses of CodeButtonHandlerData in jmri.jmrit.ctc.ctcserialdata
Methods in jmri.jmrit.ctc.ctcserialdata that return CodeButtonHandlerData Modifier and Type Method Description CodeButtonHandlerDataCTCSerialData. getCodeButtonHandlerData(int index)CodeButtonHandlerDataCTCSerialData. getCodeButtonHandlerDataViaUniqueID(int uniqueID)Methods in jmri.jmrit.ctc.ctcserialdata that return types with arguments of type CodeButtonHandlerData Modifier and Type Method Description java.util.ArrayList<CodeButtonHandlerData>CTCSerialData. getCodeButtonHandlerDataArrayList()Methods in jmri.jmrit.ctc.ctcserialdata with parameters of type CodeButtonHandlerData Modifier and Type Method Description voidCTCSerialData. addCodeButtonHandlerData(CodeButtonHandlerData codeButtonHandlerData)java.util.HashSet<java.lang.String>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 CodeButtonHandlerData Modifier and Type Method Description static CodeButtonHandlerDataCodeButtonHandlerDataRoutines. createNewCodeButtonHandlerData(int newUniqueID, int newSwitchNumber, int newSignalEtcNumber, int newGUIColumnNumber, ProgramProperties programProperties)CodeButtonHandlerDataColumns. 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)Method parameters in jmri.jmrit.ctc.editor.code with type arguments of type CodeButtonHandlerData Modifier and Type Method Description static java.util.ArrayList<java.lang.Integer>CommonSubs. getArrayListOfSelectableOSSectionUniqueIDs(java.util.ArrayList<CodeButtonHandlerData> codeButtonHandlerDataList)static java.util.ArrayList<java.lang.String>CommonSubs. getArrayListOfSelectableSwitchDirectionIndicators(java.util.ArrayList<CodeButtonHandlerData> codeButtonHandlerDataList) -
Uses of CodeButtonHandlerData in jmri.jmrit.ctc.editor.gui
Methods in jmri.jmrit.ctc.editor.gui with parameters of type CodeButtonHandlerData Modifier and Type Method Description static 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 CodeButtonHandlerData 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)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)
-