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 UpdateNV
CmdStaFlags. _flagUpdateFn
protected UpdateNV
TitledSlider. _update
protected UpdateNV
TitledSpinner. _update
Constructors 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 class
Servo8BaseEditNVPane.UpdateOffPos
Update the NV controlling the OFF position index is the output number 1 - 8protected class
Servo8BaseEditNVPane.UpdateOffSpd
Update the NV controlling the OFF speed index is the output number 1 - 8protected class
Servo8BaseEditNVPane.UpdateOnPos
Update the NV controlling the ON position index is the output number 1 - 8protected class
Servo8BaseEditNVPane.UpdateOnSpd
Update the NV controlling the ON speed index is the output number 1 - 8protected class
Servo8BaseEditNVPane.UpdateStartup
Update the NVs controlling the startup actionprotected class
Sol8BaseEditNVPane.UpdateEnableDelay
Update the NV controlling the enable delayprotected class
Sol8BaseEditNVPane.UpdateFireDelay
Update the NV controlling the recharge delayprotected class
Sol8BaseEditNVPane.UpdatePulse
Update the NV controlling the output pulse widthprotected class
Sol8BaseEditNVPane.UpdateRecharge
Update 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 class
Canacc8EditNVPane.UpdateFeedback
Update the NV controlling the feedback delayprotected class
Canacc8EditNVPane.UpdatePulse
Update the NVs controlling the pulse width and typeprotected class
Canacc8EditNVPane.UpdateStartup
Update the NVs controlling the startup actionprotected class
CanCmdEditNVPane.UpdateAck
protected class
CanCmdEditNVPane.UpdateCmdStaNo
Update the command station numberprotected class
CanCmdEditNVPane.UpdateCurrentLimit
Update a current Limitprotected class
CanCmdEditNVPane.UpdateFlags
Update the Flagsprotected class
CanCmdEditNVPane.UpdateInterval
protected class
CanCmdEditNVPane.UpdateMult
protected class
CanCmdEditNVPane.UpdateNnMap
Update the Node Number of events to be mapped to DCC accessory commandsprotected class
CanCmdEditNVPane.UpdateSodDelay
protected class
CanCmdEditNVPane.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 class
CanisbEditNVPane.UpdateArbDelay
Update the number of times a DCC accessory packet is repeatedprotected class
CanisbEditNVPane.UpdateCanId
Update the CAN IDprotected class
CanisbEditNVPane.UpdateNodeNumber
Update the node numberprotected class
PiSprog3EditNVPane.UpdateAccyCount
Update the number of times a DCC accessory packet is repeatedprotected class
PiSprog3EditNVPane.UpdateCurrentLimit
Update a current Limitprotected class
PiSprog3EditNVPane.UpdateFlags
Update the Flagsprotected class
PiSprog3EditNVPane.UpdateMeter
Update the multi meter events settingprotected class
PiSprog3EditNVPane.UpdatePowerMode
Update the command station power modeprotected class
PiSprog3EditNVPane.UpdatePreamble
Update the number of DCC packet preamble bitsprotected class
Sprog3PlusEditNVPane.UpdateAccyCount
Update the number of times a DCC accessory packet is repeatedprotected class
Sprog3PlusEditNVPane.UpdateCanId
Update the CAN ID For debug only, CAN ID is not normally set this wayprotected class
Sprog3PlusEditNVPane.UpdateCmdStaNo
Update the command station numberprotected class
Sprog3PlusEditNVPane.UpdateCurrentLimit
Update a current Limitprotected class
Sprog3PlusEditNVPane.UpdateFlags
Update the Flagsprotected class
Sprog3PlusEditNVPane.UpdateMeter
Update the multi meter events settingprotected class
Sprog3PlusEditNVPane.UpdateNnMap
Update the Node Number of events to be mapped to DCC accessory commandsprotected class
Sprog3PlusEditNVPane.UpdateNodeNumber
Update the node number For debug only, CAN ID is not normally set this wayprotected class
Sprog3PlusEditNVPane.UpdatePowerMode
Update the command station power modeprotected class
Sprog3PlusEditNVPane.UpdatePreamble
Update the number of DCC packet preamble bits
-