Uses of Enum
jmri.jmrit.ctc.ctcserialdata.CodeButtonHandlerData.LOCK_IMPLEMENTATION
Packages that use CodeButtonHandlerData.LOCK_IMPLEMENTATION
Package
Description
The CTC system provides the ability to create and run prototypical CTC dispatching.
-
Uses of CodeButtonHandlerData.LOCK_IMPLEMENTATION in jmri.jmrit.ctc
Constructors in jmri.jmrit.ctc with parameters of type CodeButtonHandlerData.LOCK_IMPLEMENTATIONModifierConstructorDescriptionTurnoutLock(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_IMPLEMENTATIONMethods in jmri.jmrit.ctc.ctcserialdata that return CodeButtonHandlerData.LOCK_IMPLEMENTATIONModifier and TypeMethodDescriptionCodeButtonHandlerData.LOCK_IMPLEMENTATION.getLockImplementation(int radioGroupValue) CodeButtonHandlerData.LOCK_IMPLEMENTATION.getLockImplementation(ButtonGroup buttonGroup) Returns the enum constant of this type with the specified name.CodeButtonHandlerData.LOCK_IMPLEMENTATION.values()Returns an array containing the constants of this enum type, in the order they are declared.