Uses of Class
jmri.jmrix.loconet.LnPowerManager
-
Packages that use LnPowerManager 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 -
-
Uses of LnPowerManager in jmri.jmrix.loconet
Fields in jmri.jmrix.loconet declared as LnPowerManager Modifier and Type Field Description (package private) LnPowerManager
LnClockControl. pm
Methods in jmri.jmrix.loconet that return LnPowerManager Modifier and Type Method Description LnPowerManager
LocoNetSystemConnectionMemo. getPowerManager()
Constructors in jmri.jmrix.loconet with parameters of type LnPowerManager Constructor Description LnClockControl(SlotManager sm, LnTrafficController tc, LnPowerManager pm)
Create a ClockControl object for a LocoNet clock. -
Uses of LnPowerManager in jmri.jmrix.loconet.pr2
Subclasses of LnPowerManager in jmri.jmrix.loconet.pr2 Modifier and Type Class Description class
LnPr2PowerManager
PowerManager implementation for controlling layout power via PR2. -
Uses of LnPowerManager in jmri.jmrix.loconet.pr3
Methods in jmri.jmrix.loconet.pr3 that return LnPowerManager Modifier and Type Method Description LnPowerManager
PR3SystemConnectionMemo. getPowerManager()
Get the connection's LnPowerManager.
-