Uses of Interface
jmri.PowerManager
-
Packages that use PowerManager Package Description jmri.jmris Server implementation for the JMRI interfaces.jmri.jmrit.powerpanel The jmrit.powerpanel Java package provides a GUI panel for controlling layout power.jmri.jmrix.bachrus.speedmatcher jmri.jmrix.bachrus.speedmatcher.basic jmri.jmrix.bachrus.speedmatcher.speedStepScale jmri.jmrix.bidib jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.dccpp jmri.jmrix.easydcc jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.jmriclient jmri.jmrix.lenz jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.pr2 jmri.jmrix.marklin jmri.jmrix.mqtt Provides JMRI layout objects that use MQTT connections.jmri.jmrix.mrc jmri.jmrix.nce jmri.jmrix.sprog jmri.jmrix.srcp Provide a JMRI connection to an SRCP server.jmri.jmrix.tams Support for the ESU ECoS.jmri.jmrix.xpa jmri.jmrix.zimo jmri.managers Provides implementations of various JMRI managers.jmri.swing Provides small Swing-based tool and utility classes for JMRI basic forms. -
-
Uses of PowerManager in jmri.jmris
Fields in jmri.jmris declared as PowerManager Modifier and Type Field Description protected PowerManager
AbstractPowerServer. p
-
Uses of PowerManager in jmri.jmrit.powerpanel
Constructors in jmri.jmrit.powerpanel with parameters of type PowerManager Constructor Description PowerManagerMenuImpl(PowerManager mgr)
PowerPane(PowerManager initialMgr)
SinglePowerPane(PowerManager powerManager)
-
Uses of PowerManager in jmri.jmrix.bachrus.speedmatcher
Fields in jmri.jmrix.bachrus.speedmatcher declared as PowerManager Modifier and Type Field Description protected PowerManager
SpeedMatcher. powerManager
PowerManager
SpeedMatcherConfig. powerManager
Constructors in jmri.jmrix.bachrus.speedmatcher with parameters of type PowerManager Constructor Description SpeedMatcherConfig(DccLocoAddress address, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, javax.swing.JLabel statusLabel, javax.swing.JButton startStopButton)
Constructor for the abstract SpeedMatcherConfig at the core of any Speed Matcher Config -
Uses of PowerManager in jmri.jmrix.bachrus.speedmatcher.basic
Constructors in jmri.jmrix.bachrus.speedmatcher.basic with parameters of type PowerManager Constructor Description BasicSpeedMatcherConfig(DccLocoAddress address, float targetStartSpeed, float targetTopSpeed, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, javax.swing.JLabel statusLabel, javax.swing.JButton startStopButton)
Create a config object for a Basic Speed Matcher -
Uses of PowerManager in jmri.jmrix.bachrus.speedmatcher.speedStepScale
Constructors in jmri.jmrix.bachrus.speedmatcher.speedStepScale with parameters of type PowerManager Constructor Description SpeedStepScaleSpeedMatcherConfig(DccLocoAddress address, SpeedTableStepSpeed targetMaxSpeedStep, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, javax.swing.JLabel statusLabel, javax.swing.JLabel actualMaxSpeedField, javax.swing.JButton startStopButton)
Create a config object for a Speed Step Scale Speed Matcher -
Uses of PowerManager in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement PowerManager Modifier and Type Class Description class
BiDiBPowerManager
BiDiBPowerManager.java Description: PowerManager implementation for controlling layout powerMethods in jmri.jmrix.bidib that return PowerManager Modifier and Type Method Description PowerManager
BiDiBSystemConnectionMemo. getPowerManager()
Methods in jmri.jmrix.bidib with parameters of type PowerManager Modifier and Type Method Description void
BiDiBSystemConnectionMemo. setPowerManager(PowerManager p)
-
Uses of PowerManager in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement PowerManager Modifier and Type Class Description class
CbusPowerManager
PowerManager implementation for controlling CBUS layout power. -
Uses of PowerManager in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement PowerManager Modifier and Type Class Description class
DCCppPowerManager
Methods in jmri.jmrix.dccpp that return PowerManager Modifier and Type Method Description PowerManager
DCCppSystemConnectionMemo. getPowerManager()
Methods in jmri.jmrix.dccpp with parameters of type PowerManager Modifier and Type Method Description void
DCCppSystemConnectionMemo. setPowerManager(PowerManager p)
-
Uses of PowerManager in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement PowerManager Modifier and Type Class Description class
EasyDccPowerManager
PowerManager implementation for controlling layout power -
Uses of PowerManager in jmri.jmrix.ecos
Classes in jmri.jmrix.ecos that implement PowerManager Modifier and Type Class Description class
EcosPowerManager
PowerManager implementation for controlling ECoS layout power. -
Uses of PowerManager in jmri.jmrix.jmriclient
Classes in jmri.jmrix.jmriclient that implement PowerManager Modifier and Type Class Description class
JMRIClientPowerManager
PowerManager implementation for controlling layout powerMethods in jmri.jmrix.jmriclient that return PowerManager Modifier and Type Method Description PowerManager
JMRIClientSystemConnectionMemo. getPowerManager()
Methods in jmri.jmrix.jmriclient with parameters of type PowerManager Modifier and Type Method Description void
JMRIClientSystemConnectionMemo. setPowerManager(PowerManager p)
-
Uses of PowerManager in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement PowerManager Modifier and Type Class Description class
XNetPowerManager
PowerManager implementation for controlling layout power.Methods in jmri.jmrix.lenz that return PowerManager Modifier and Type Method Description PowerManager
XNetSystemConnectionMemo. getPowerManager()
Methods in jmri.jmrix.lenz with parameters of type PowerManager Modifier and Type Method Description void
XNetSystemConnectionMemo. setPowerManager(PowerManager p)
-
Uses of PowerManager in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement PowerManager Modifier and Type Class Description class
LnPowerManager
PowerManager implementation for controlling layout power. -
Uses of PowerManager in jmri.jmrix.loconet.pr2
Classes in jmri.jmrix.loconet.pr2 that implement PowerManager Modifier and Type Class Description class
LnPr2PowerManager
PowerManager implementation for controlling layout power via PR2. -
Uses of PowerManager in jmri.jmrix.marklin
Classes in jmri.jmrix.marklin that implement PowerManager Modifier and Type Class Description class
MarklinPowerManager
PowerManager implementation for controlling layout power. -
Uses of PowerManager in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement PowerManager Modifier and Type Class Description class
MqttPowerManager
Methods in jmri.jmrix.mqtt with parameters of type PowerManager Modifier and Type Method Description void
MqttSystemConnectionMemo. setPowerManager(PowerManager p)
-
Uses of PowerManager in jmri.jmrix.mrc
Classes in jmri.jmrix.mrc that implement PowerManager Modifier and Type Class Description class
MrcPowerManager
PowerManager implementation for controlling layout power -
Uses of PowerManager in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement PowerManager Modifier and Type Class Description class
NcePowerManager
PowerManager implementation for controlling layout power. -
Uses of PowerManager in jmri.jmrix.sprog
Classes in jmri.jmrix.sprog that implement PowerManager Modifier and Type Class Description class
SprogPowerManager
PowerManager implementation for controlling SPROG layout power.Fields in jmri.jmrix.sprog declared as PowerManager Modifier and Type Field Description (package private) PowerManager
SprogCommandStation. powerMgr
-
Uses of PowerManager in jmri.jmrix.srcp
Classes in jmri.jmrix.srcp that implement PowerManager Modifier and Type Class Description class
SRCPPowerManager
PowerManager implementation for controlling layout powerMethods in jmri.jmrix.srcp that return PowerManager Modifier and Type Method Description PowerManager
SRCPBusConnectionMemo. getPowerManager()
Methods in jmri.jmrix.srcp with parameters of type PowerManager Modifier and Type Method Description void
SRCPBusConnectionMemo. setPowerManager(PowerManager p)
-
Uses of PowerManager in jmri.jmrix.tams
Classes in jmri.jmrix.tams that implement PowerManager Modifier and Type Class Description class
TamsPowerManager
PowerManager implementation for controlling layout power using binary P50x commands Based on work by Bob Jacobsen and Kevin Dickerson -
Uses of PowerManager in jmri.jmrix.xpa
Classes in jmri.jmrix.xpa that implement PowerManager Modifier and Type Class Description class
XpaPowerManager
PowerManager implementation for controlling layout power from an XPA+modem connected to an XpressNet based system.Methods in jmri.jmrix.xpa that return PowerManager Modifier and Type Method Description PowerManager
XpaSystemConnectionMemo. getPowerManager()
Methods in jmri.jmrix.xpa with parameters of type PowerManager Modifier and Type Method Description void
XpaSystemConnectionMemo. setPowerManager(PowerManager p)
-
Uses of PowerManager in jmri.jmrix.zimo
Classes in jmri.jmrix.zimo that implement PowerManager Modifier and Type Class Description class
Mx1PowerManager
PowerManager implementation for controlling layout power. -
Uses of PowerManager in jmri.managers
Classes in jmri.managers that implement PowerManager Modifier and Type Class Description class
AbstractPowerManager<M extends SystemConnectionMemo>
Base PowerManager implementation for controlling layout power.class
DefaultPowerManager
Default implementation for controlling layout power -
Uses of PowerManager in jmri.swing
Methods in jmri.swing that return PowerManager Modifier and Type Method Description PowerManager
PowerManagerMenu. getManager()
Get the selected PowerManager.Methods in jmri.swing with parameters of type PowerManager Modifier and Type Method Description static java.lang.String
PowerManagerMenu. getManagerNameIncludeIfDefault(PowerManager mgr)
void
PowerManagerMenu. setManager(PowerManager suppliedMgr)
Constructors in jmri.swing with parameters of type PowerManager Constructor Description PowerManagerMenu(boolean includeAllConns, PowerManager defaultPwrMgr)
Create a PowerManager menu.
-