Uses of Class
jmri.jmrix.loconet.SlotManager
-
Packages that use SlotManager Package Description jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.pr2 jmri.jmrix.loconet.pr3 jmri.jmrix.loconet.uhlenbrock Implementation and specialization for connecting to to an Uhlenbrock Intellibox-II via its in-built USB connection. -
-
Uses of SlotManager in jmri.jmrix.loconet
Subclasses of SlotManager in jmri.jmrix.loconet Modifier and Type Class Description class
UhlenbrockSlotManager
Only change compared to standard LocoNet SlotManager is CV programming.Fields in jmri.jmrix.loconet declared as SlotManager Modifier and Type Field Description protected SlotManager
LnThrottleManager. slotManager
(package private) SlotManager
LnClockControl. sm
Methods in jmri.jmrix.loconet that return SlotManager Modifier and Type Method Description SlotManager
LnCommandStationType. getSlotManager(LnTrafficController tc)
Get a new SlotManager of the right type for this command station.SlotManager
LocoNetSystemConnectionMemo. getSlotManager()
Provide access to the SlotManager for this particular connection.Constructors in jmri.jmrix.loconet with parameters of type SlotManager Constructor Description LnClockControl(SlotManager sm, LnTrafficController tc, LnPowerManager pm)
Create a ClockControl object for a LocoNet clock.LocoNetSystemConnectionMemo(LnTrafficController lt, SlotManager sm)
Must manually register() after construction is complete. -
Uses of SlotManager in jmri.jmrix.loconet.pr2
Constructors in jmri.jmrix.loconet.pr2 with parameters of type SlotManager Constructor Description PR2SystemConnectionMemo(LnTrafficController lt, SlotManager sm)
-
Uses of SlotManager in jmri.jmrix.loconet.pr3
Constructors in jmri.jmrix.loconet.pr3 with parameters of type SlotManager Constructor Description PR3SystemConnectionMemo(LnTrafficController lt, SlotManager sm)
-
Uses of SlotManager in jmri.jmrix.loconet.uhlenbrock
Constructors in jmri.jmrix.loconet.uhlenbrock with parameters of type SlotManager Constructor Description UhlenbrockSystemConnectionMemo(LnTrafficController lt, SlotManager sm)
-