Uses of Class
jmri.jmrit.ctc.ctcserialdata.CodeButtonHandlerData.LOCK_IMPLEMENTATION
-
Packages that use CodeButtonHandlerData.LOCK_IMPLEMENTATION Package Description jmri.jmrit.ctc The CTC system provides the ability to create and run prototypical CTC dispatching.jmri.jmrit.ctc.ctcserialdata -
-
Uses of CodeButtonHandlerData.LOCK_IMPLEMENTATION in jmri.jmrit.ctc
Constructors in jmri.jmrit.ctc with parameters of type CodeButtonHandlerData.LOCK_IMPLEMENTATION Constructor Description TurnoutLock(java.lang.String userIdentifier, NBHSensor dispatcherSensorLockToggle, NBHTurnout actualTurnout, boolean actualTurnoutFeedbackDifferent, NBHSensor dispatcherSensorUnlockedIndicator, boolean noDispatcherControlOfSwitch, int ndcos_WhenLockedSwitchState, CodeButtonHandlerData.LOCK_IMPLEMENTATION _mLockImplementation, boolean turnoutLocksEnabledAtStartup, NBHTurnout additionalTurnout1, boolean additionalTurnout1FeebackReversed, NBHTurnout additionalTurnout2, boolean additionalTurnout2FeebackReversed, NBHTurnout additionalTurnout3, boolean additionalTurnout3FeebackReversed)
-
Uses of CodeButtonHandlerData.LOCK_IMPLEMENTATION in jmri.jmrit.ctc.ctcserialdata
Fields in jmri.jmrit.ctc.ctcserialdata declared as CodeButtonHandlerData.LOCK_IMPLEMENTATION Modifier and Type Field Description CodeButtonHandlerData.LOCK_IMPLEMENTATION
CodeButtonHandlerData. _mTUL_LockImplementation
Methods in jmri.jmrit.ctc.ctcserialdata that return CodeButtonHandlerData.LOCK_IMPLEMENTATION Modifier and Type Method Description static CodeButtonHandlerData.LOCK_IMPLEMENTATION
CodeButtonHandlerData.LOCK_IMPLEMENTATION. getLockImplementation(int radioGroupValue)
static CodeButtonHandlerData.LOCK_IMPLEMENTATION
CodeButtonHandlerData.LOCK_IMPLEMENTATION. getLockImplementation(javax.swing.ButtonGroup buttonGroup)
static CodeButtonHandlerData.LOCK_IMPLEMENTATION
CodeButtonHandlerData.LOCK_IMPLEMENTATION. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CodeButtonHandlerData.LOCK_IMPLEMENTATION[]
CodeButtonHandlerData.LOCK_IMPLEMENTATION. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-