Uses of Interface
jmri.jmrix.can.cbus.swing.modules.UpdateNV
-
Packages that use UpdateNV Package Description jmri.jmrix.can.cbus.swing.modules Provides a tool for creating and linking Events between modules connected to a CBUS network.jmri.jmrix.can.cbus.swing.modules.base jmri.jmrix.can.cbus.swing.modules.merg jmri.jmrix.can.cbus.swing.modules.sprogdcc -
-
Uses of UpdateNV in jmri.jmrix.can.cbus.swing.modules
Fields in jmri.jmrix.can.cbus.swing.modules declared as UpdateNV Modifier and Type Field Description protected UpdateNVCmdStaFlags. _flagUpdateFnprotected UpdateNVTitledSlider. _updateprotected UpdateNVTitledSpinner. _updateConstructors in jmri.jmrix.can.cbus.swing.modules with parameters of type UpdateNV Constructor Description CmdStaFlags(int index, int nv, java.lang.String title, java.lang.String[] flagStrings, java.lang.String[] flagTtStrings, UpdateNV update)TitledSlider(java.lang.String title, int index, UpdateNV update)Construct a new titledSliderTitledSpinner(java.lang.String title, int index, UpdateNV update)Construct a new titledSpinner -
Uses of UpdateNV in jmri.jmrix.can.cbus.swing.modules.base
Classes in jmri.jmrix.can.cbus.swing.modules.base that implement UpdateNV Modifier and Type Class Description protected classServo8BaseEditNVPane.UpdateOffPosUpdate the NV controlling the OFF position index is the output number 1 - 8protected classServo8BaseEditNVPane.UpdateOffSpdUpdate the NV controlling the OFF speed index is the output number 1 - 8protected classServo8BaseEditNVPane.UpdateOnPosUpdate the NV controlling the ON position index is the output number 1 - 8protected classServo8BaseEditNVPane.UpdateOnSpdUpdate the NV controlling the ON speed index is the output number 1 - 8protected classServo8BaseEditNVPane.UpdateStartupUpdate the NVs controlling the startup actionprotected classSol8BaseEditNVPane.UpdateEnableDelayUpdate the NV controlling the enable delayprotected classSol8BaseEditNVPane.UpdateFireDelayUpdate the NV controlling the recharge delayprotected classSol8BaseEditNVPane.UpdatePulseUpdate the NV controlling the output pulse widthprotected classSol8BaseEditNVPane.UpdateRechargeUpdate the NV controlling the recharge delay -
Uses of UpdateNV in jmri.jmrix.can.cbus.swing.modules.merg
Classes in jmri.jmrix.can.cbus.swing.modules.merg that implement UpdateNV Modifier and Type Class Description protected classCanacc8EditNVPane.UpdateFeedbackUpdate the NV controlling the feedback delayprotected classCanacc8EditNVPane.UpdatePulseUpdate the NVs controlling the pulse width and typeprotected classCanacc8EditNVPane.UpdateStartupUpdate the NVs controlling the startup actionprotected classCanCmdEditNVPane.UpdateAckprotected classCanCmdEditNVPane.UpdateCmdStaNoUpdate the command station numberprotected classCanCmdEditNVPane.UpdateCurrentLimitUpdate a current Limitprotected classCanCmdEditNVPane.UpdateFlagsUpdate the Flagsprotected classCanCmdEditNVPane.UpdateIntervalprotected classCanCmdEditNVPane.UpdateMultprotected classCanCmdEditNVPane.UpdateNnMapUpdate the Node Number of events to be mapped to DCC accessory commandsprotected classCanCmdEditNVPane.UpdateSodDelayprotected classCanCmdEditNVPane.UpdateWalkabout -
Uses of UpdateNV in jmri.jmrix.can.cbus.swing.modules.sprogdcc
Classes in jmri.jmrix.can.cbus.swing.modules.sprogdcc that implement UpdateNV Modifier and Type Class Description protected classCanisbEditNVPane.UpdateArbDelayUpdate the number of times a DCC accessory packet is repeatedprotected classCanisbEditNVPane.UpdateCanIdUpdate the CAN IDprotected classCanisbEditNVPane.UpdateNodeNumberUpdate the node numberprotected classPiSprog3EditNVPane.UpdateAccyCountUpdate the number of times a DCC accessory packet is repeatedprotected classPiSprog3EditNVPane.UpdateCurrentLimitUpdate a current Limitprotected classPiSprog3EditNVPane.UpdateFlagsUpdate the Flagsprotected classPiSprog3EditNVPane.UpdateMeterUpdate the multi meter events settingprotected classPiSprog3EditNVPane.UpdatePowerModeUpdate the command station power modeprotected classPiSprog3EditNVPane.UpdatePreambleUpdate the number of DCC packet preamble bitsprotected classSprog3PlusEditNVPane.UpdateAccyCountUpdate the number of times a DCC accessory packet is repeatedprotected classSprog3PlusEditNVPane.UpdateCanIdUpdate the CAN ID For debug only, CAN ID is not normally set this wayprotected classSprog3PlusEditNVPane.UpdateCmdStaNoUpdate the command station numberprotected classSprog3PlusEditNVPane.UpdateCurrentLimitUpdate a current Limitprotected classSprog3PlusEditNVPane.UpdateFlagsUpdate the Flagsprotected classSprog3PlusEditNVPane.UpdateMeterUpdate the multi meter events settingprotected classSprog3PlusEditNVPane.UpdateNnMapUpdate the Node Number of events to be mapped to DCC accessory commandsprotected classSprog3PlusEditNVPane.UpdateNodeNumberUpdate the node number For debug only, CAN ID is not normally set this wayprotected classSprog3PlusEditNVPane.UpdatePowerModeUpdate the command station power modeprotected classSprog3PlusEditNVPane.UpdatePreambleUpdate the number of DCC packet preamble bits
-