Uses of Interface
jmri.SystemConnectionMemo
-
Packages that use SystemConnectionMemo Package Description apps Provides application level support for JMRI; includes specific applications in subpackages.jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmrit.audio Provides specific implementations of various audio systems.jmri.jmrit.entryexit Implements Entry/Exit ( NX ) dispatching using Layout Editor panels.jmri.jmrit.logixng.actions jmri.jmrit.simpleclock Contains a simple FastClock implementation based on the computers clock.jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.acela This package handles communications for the CTI Acela hardware.jmri.jmrix.acela.acelamon jmri.jmrix.anyma jmri.jmrix.bachrus Provides connections and GUI support for attached speedometers.jmri.jmrix.bidib jmri.jmrix.can Defines classes for interfacing to a CAN-based model railway control bus.jmri.jmrix.can.adapters.lawicell Defines classes for communicating with the CAN network via hardware which uses the Lawicell formatjmri.jmrix.cmri Provides basic interfaces and certain core implementations for the JMRI C/MRI implementation.jmri.jmrix.cmri.serial Provides basic interfaces and certain core implementations for the JMRI C/MRI serial implementation.jmri.jmrix.cmri.swing jmri.jmrix.dcc4pc jmri.jmrix.dccpp jmri.jmrix.dccpp.swing jmri.jmrix.debugthrottle jmri.jmrix.direct jmri.jmrix.easydcc jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.ecos.swing jmri.jmrix.grapevine This package handles communications for the ProTrak Grapevine hardware.jmri.jmrix.grapevine.swing jmri.jmrix.ieee802154 jmri.jmrix.ieee802154.serialdriver jmri.jmrix.ieee802154.xbee jmri.jmrix.ieee802154.xbee.swing jmri.jmrix.internal The jmrix.internal package contains a JMRI connection implementation for use without a layout.jmri.jmrix.ipocs jmri.jmrix.jmriclient jmri.jmrix.lenz jmri.jmrix.lenz.hornbyelite jmri.jmrix.lenz.swing jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.demoport jmri.jmrix.loconet.hexfile jmri.jmrix.loconet.pr2 jmri.jmrix.loconet.pr3 jmri.jmrix.loconet.pr4 jmri.jmrix.loconet.swing jmri.jmrix.loconet.uhlenbrock Implementation and specialization for connecting to to an Uhlenbrock Intellibox-II via its in-built USB connection.jmri.jmrix.loconet.usb_dcs210Plus jmri.jmrix.loconet.usb_dcs240 jmri.jmrix.loconet.usb_dcs240Plus jmri.jmrix.loconet.usb_dcs52 jmri.jmrix.maple jmri.jmrix.marklin jmri.jmrix.marklin.cdb jmri.jmrix.mqtt Provides JMRI layout objects that use MQTT connections.jmri.jmrix.mrc jmri.jmrix.nce jmri.jmrix.nce.swing jmri.jmrix.oaktree jmri.jmrix.openlcb Implementation of the JMRI OpenLCB hardware interface.jmri.jmrix.pi jmri.jmrix.powerline This package handles communications for powerline adapters, such as X10.jmri.jmrix.powerline.cm11 This package handles communications for CM11 powerline adapters.jmri.jmrix.powerline.cp290 This package handles communications for CP290 powerline adapters.jmri.jmrix.powerline.dmx512 This package handles communications for DMX lighting adapters.jmri.jmrix.powerline.insteon2412s This package handles communications for Insteon 2412S adapters.jmri.jmrix.powerline.simulator jmri.jmrix.powerline.swing jmri.jmrix.qsi Connects to a QSI programmer unit.jmri.jmrix.qsi.swing jmri.jmrix.rfid This package handles communications for RFID adapters.jmri.jmrix.roco.z21 jmri.jmrix.rps This package contains software specific to the RPS system from NAC Services, Inc.jmri.jmrix.secsi This package handles communications for the TracTronics SECSI hardware.jmri.jmrix.sprog jmri.jmrix.srcp Provide a JMRI connection to an SRCP server.jmri.jmrix.srcp.swing jmri.jmrix.swing jmri.jmrix.tams Support for the ESU ECoS.jmri.jmrix.tams.swing jmri.jmrix.tmcc jmri.jmrix.xpa jmri.jmrix.zimo jmri.jmrix.zimo.swing jmri.managers Provides implementations of various JMRI managers.jmri.progdebugger A simple implementation of Programmer for debugging purposes.jmri.util Contains various utilities classes that are useful across the entire JMRI library structure. -
-
Uses of SystemConnectionMemo in apps
Method parameters in apps with type arguments of type SystemConnectionMemo Modifier and Type Method Description (package private) void
ManagerDefaultsConfigPane. reloadConnections(java.util.List<SystemConnectionMemo> connList)
-
Uses of SystemConnectionMemo in jmri
Methods in jmri that return SystemConnectionMemo Modifier and Type Method Description SystemConnectionMemo
Manager. getMemo()
Get the system connection for this manager. -
Uses of SystemConnectionMemo in jmri.jmrit.audio
Methods in jmri.jmrit.audio that return SystemConnectionMemo Modifier and Type Method Description SystemConnectionMemo
DefaultAudioSourceManager. getMemo()
Get the system connection for this manager. -
Uses of SystemConnectionMemo in jmri.jmrit.entryexit
Methods in jmri.jmrit.entryexit that return SystemConnectionMemo Modifier and Type Method Description SystemConnectionMemo
EntryExitPairs. getMemo()
Get the system connection for this manager. -
Uses of SystemConnectionMemo in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return SystemConnectionMemo Modifier and Type Method Description SystemConnectionMemo
ActionRequestUpdateAllSensors. getMemo()
SystemConnectionMemo
ActionThrottle. getMemo()
SystemConnectionMemo
ActionThrottleFunction. getMemo()
SystemConnectionMemo
ProgramOnMain. getMemo()
Methods in jmri.jmrit.logixng.actions with parameters of type SystemConnectionMemo Modifier and Type Method Description void
ActionRequestUpdateAllSensors. setMemo(SystemConnectionMemo memo)
void
ActionThrottle. setMemo(SystemConnectionMemo memo)
void
ActionThrottleFunction. setMemo(SystemConnectionMemo memo)
void
ProgramOnMain. setMemo(SystemConnectionMemo memo)
Constructors in jmri.jmrit.logixng.actions with parameters of type SystemConnectionMemo Constructor Description ActionRequestUpdateAllSensors(java.lang.String sys, java.lang.String user, SystemConnectionMemo memo)
-
Uses of SystemConnectionMemo in jmri.jmrit.simpleclock
Fields in jmri.jmrit.simpleclock declared as SystemConnectionMemo Modifier and Type Field Description protected SystemConnectionMemo
SimpleTimebase. memo
-
Uses of SystemConnectionMemo in jmri.jmrix
Subinterfaces of SystemConnectionMemo in jmri.jmrix Modifier and Type Interface Description interface
ConfiguringSystemConnectionMemo
Classes in jmri.jmrix that implement SystemConnectionMemo Modifier and Type Class Description class
CaptiveSystemConnectionMemo
For historical reasons, some NamedBean types have out-of-pattern system prefixes: OBlocks use O (as in OB) RailCom tags use R Transponding tags use L ThisSystemConnectionMemo
implementation is meant to handle these by providing connection memo services without being connected to a particular system instantiation.class
DefaultSystemConnectionMemo
Lightweight abstract class to denote that a system is active, and provide general information.Fields in jmri.jmrix declared as SystemConnectionMemo Modifier and Type Field Description protected SystemConnectionMemo
AbstractThrottle. adapterMemo
System Connection this throttle is onprotected SystemConnectionMemo
AbstractThrottleManager. adapterMemo
Methods in jmri.jmrix with type parameters of type SystemConnectionMemo Modifier and Type Method Description static <T extends SystemConnectionMemo>
TSystemConnectionMemoManager. getConnection(java.lang.String systemConnectionName, java.lang.Class<T> clazz)
Find the connection by its name.static <T extends SystemConnectionMemo>
TSystemConnectionMemoManager. getConnectionByUserName(java.lang.String userName, java.lang.Class<T> clazz)
Find the connection by its user name.Methods in jmri.jmrix that return SystemConnectionMemo Modifier and Type Method Description SystemConnectionMemo
AbstractPortController. getSystemConnectionMemo()
Get theSystemConnectionMemo
associated with this object.SystemConnectionMemo
PortAdapter. getSystemConnectionMemo()
SystemConnectionMemo
SystemConnectionMemoManager. getSystemConnectionMemo(java.lang.String systemPrefix, java.lang.String userName)
For a given System UserName AND System Prefix, get the Connection Memo.SystemConnectionMemo
SystemConnectionMemoManager. getSystemConnectionMemoForSystemPrefix(java.lang.String systemPrefix)
For a given System Prefix, get the Connection Memo.SystemConnectionMemo
SystemConnectionMemoManager. getSystemConnectionMemoForUserName(java.lang.String userName)
For a given System UserName, get the Connection Memo.Methods in jmri.jmrix with parameters of type SystemConnectionMemo Modifier and Type Method Description void
SystemConnectionMemoManager. deregister(SystemConnectionMemo memo)
void
SystemConnectionMemoManager. register(SystemConnectionMemo memo)
Register a SystemConnectionMemo in the InstanceManager.void
AbstractPortController. setSystemConnectionMemo(SystemConnectionMemo connectionMemo)
Set theSystemConnectionMemo
associated with this object.void
PortAdapter. setSystemConnectionMemo(SystemConnectionMemo connectionMemo)
Replace the existing SystemConnectionMemo with another one.Constructors in jmri.jmrix with parameters of type SystemConnectionMemo Constructor Description AbstractNetworkPortController(SystemConnectionMemo connectionMemo)
AbstractPortController(SystemConnectionMemo connectionMemo)
AbstractSerialPortController(SystemConnectionMemo connectionMemo)
AbstractStreamPortController(SystemConnectionMemo connectionMemo)
AbstractStreamPortController(SystemConnectionMemo connectionMemo, java.io.DataInputStream in, java.io.DataOutputStream out, java.lang.String pname)
AbstractThrottle(SystemConnectionMemo memo)
Create a new AbstractThrottle with Functions 0-28..AbstractThrottle(SystemConnectionMemo memo, int totalFunctions)
Create a new AbstractThrottle with custom number of functions.AbstractThrottleManager(SystemConnectionMemo memo)
UsbPortAdapter(SystemConnectionMemo memo)
-
Uses of SystemConnectionMemo in jmri.jmrix.acela
Classes in jmri.jmrix.acela that implement SystemConnectionMemo Modifier and Type Class Description class
AcelaSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.acela.acelamon
Methods in jmri.jmrix.acela.acelamon that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
AcelaMonAction. getSystemConnectionMemoClasses()
-
Uses of SystemConnectionMemo in jmri.jmrix.anyma
Classes in jmri.jmrix.anyma that implement SystemConnectionMemo Modifier and Type Class Description class
AnymaDMX_SystemConnectionMemo
Minimal SystemConnectionMemo for anyma dmx systems. -
Uses of SystemConnectionMemo in jmri.jmrix.bachrus
Classes in jmri.jmrix.bachrus that implement SystemConnectionMemo Modifier and Type Class Description class
SpeedoSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement SystemConnectionMemo Modifier and Type Class Description class
BiDiBSystemConnectionMemo
Lightweight class to denote that a system is active and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.can
Classes in jmri.jmrix.can that implement SystemConnectionMemo Modifier and Type Class Description class
CanSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.can.adapters.lawicell
Constructors in jmri.jmrix.can.adapters.lawicell with parameters of type SystemConnectionMemo Constructor Description PortController(SystemConnectionMemo connectionMemo)
-
Uses of SystemConnectionMemo in jmri.jmrix.cmri
Classes in jmri.jmrix.cmri that implement SystemConnectionMemo Modifier and Type Class Description class
CMRISystemConnectionMemo
Minimal SystemConnectionMemo for C/MRI systems. -
Uses of SystemConnectionMemo in jmri.jmrix.cmri.serial
Constructors in jmri.jmrix.cmri.serial with parameters of type SystemConnectionMemo Constructor Description SerialPortAdapter(SystemConnectionMemo connectionMemo)
-
Uses of SystemConnectionMemo in jmri.jmrix.cmri.swing
Methods in jmri.jmrix.cmri.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
CMRISystemConnectionAction. getSystemConnectionMemoClasses()
-
Uses of SystemConnectionMemo in jmri.jmrix.dcc4pc
Classes in jmri.jmrix.dcc4pc that implement SystemConnectionMemo Modifier and Type Class Description class
Dcc4PcSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement SystemConnectionMemo Modifier and Type Class Description class
DCCppSystemConnectionMemo
Lightweight class to denote that a system is active and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.dccpp.swing
Methods in jmri.jmrix.dccpp.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
DCCppSystemConnectionAction. getSystemConnectionMemoClasses()
-
Uses of SystemConnectionMemo in jmri.jmrix.debugthrottle
Constructors in jmri.jmrix.debugthrottle with parameters of type SystemConnectionMemo Constructor Description DebugThrottle(DccLocoAddress address, SystemConnectionMemo memo)
Constructor.DebugThrottleManager(SystemConnectionMemo memo)
Constructor. -
Uses of SystemConnectionMemo in jmri.jmrix.direct
Classes in jmri.jmrix.direct that implement SystemConnectionMemo Modifier and Type Class Description class
DirectSystemConnectionMemo
Minimum required SystemConnectionMemo. -
Uses of SystemConnectionMemo in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement SystemConnectionMemo Modifier and Type Class Description class
EasyDccSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information.Constructors in jmri.jmrix.easydcc with parameters of type SystemConnectionMemo Constructor Description EasyDccNetworkPortController(SystemConnectionMemo connectionMemo)
Base class.EasyDccPortController(SystemConnectionMemo connectionMemo)
-
Uses of SystemConnectionMemo in jmri.jmrix.ecos
Classes in jmri.jmrix.ecos that implement SystemConnectionMemo Modifier and Type Class Description class
EcosSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.ecos.swing
Methods in jmri.jmrix.ecos.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
EcosNamedPaneAction. getSystemConnectionMemoClasses()
-
Uses of SystemConnectionMemo in jmri.jmrix.grapevine
Classes in jmri.jmrix.grapevine that implement SystemConnectionMemo Modifier and Type Class Description class
GrapevineSystemConnectionMemo
Minimum required SystemConnectionMemo for Grapevine.Constructors in jmri.jmrix.grapevine with parameters of type SystemConnectionMemo Constructor Description SerialPortController(SystemConnectionMemo connectionMemo)
-
Uses of SystemConnectionMemo in jmri.jmrix.grapevine.swing
Methods in jmri.jmrix.grapevine.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
GrapevineSystemConnectionAction. getSystemConnectionMemoClasses()
-
Uses of SystemConnectionMemo in jmri.jmrix.ieee802154
Classes in jmri.jmrix.ieee802154 that implement SystemConnectionMemo Modifier and Type Class Description class
IEEE802154SystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.ieee802154.serialdriver
Classes in jmri.jmrix.ieee802154.serialdriver that implement SystemConnectionMemo Modifier and Type Class Description class
SerialSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.ieee802154.xbee
Classes in jmri.jmrix.ieee802154.xbee that implement SystemConnectionMemo Modifier and Type Class Description class
XBeeConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.ieee802154.xbee.swing
Methods in jmri.jmrix.ieee802154.xbee.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
XBeeSystemConnectionAction. getSystemConnectionMemoClasses()
-
Uses of SystemConnectionMemo in jmri.jmrix.internal
Classes in jmri.jmrix.internal that implement SystemConnectionMemo Modifier and Type Class Description class
InternalSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.ipocs
Classes in jmri.jmrix.ipocs that implement SystemConnectionMemo Modifier and Type Class Description class
IpocsSystemConnectionMemo
Constructors in jmri.jmrix.ipocs with parameters of type SystemConnectionMemo Constructor Description IpocsLightManager(SystemConnectionMemo memo)
IpocsSensorManager(SystemConnectionMemo memo)
IpocsTurnoutManager(SystemConnectionMemo memo)
-
Uses of SystemConnectionMemo in jmri.jmrix.jmriclient
Classes in jmri.jmrix.jmriclient that implement SystemConnectionMemo Modifier and Type Class Description class
JMRIClientSystemConnectionMemo
Lightweight class to denote that a system is active and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement SystemConnectionMemo Modifier and Type Class Description class
XNetSystemConnectionMemo
Lightweight class to denote that a system is active and provide general information -
Uses of SystemConnectionMemo in jmri.jmrix.lenz.hornbyelite
Classes in jmri.jmrix.lenz.hornbyelite that implement SystemConnectionMemo Modifier and Type Class Description class
EliteXNetSystemConnectionMemo
Lightweight class to denote that a system is active and provide general information -
Uses of SystemConnectionMemo in jmri.jmrix.lenz.swing
Methods in jmri.jmrix.lenz.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
AbstractXPressNetAction. getSystemConnectionMemoClasses()
Get a list ofSystemConnectionMemo
subclasses that the implementing class accepts. -
Uses of SystemConnectionMemo in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement SystemConnectionMemo Modifier and Type Class Description class
LocoNetSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.loconet.demoport
Constructors in jmri.jmrix.loconet.demoport with parameters of type SystemConnectionMemo Constructor Description DemoSerialPort(DemoPanel panel, SystemConnectionMemo memo)
-
Uses of SystemConnectionMemo in jmri.jmrix.loconet.hexfile
Classes in jmri.jmrix.loconet.hexfile that implement SystemConnectionMemo Modifier and Type Class Description class
HexFileSystemConnectionMemo
Lightweight class to denote that a system is "active" via a LocoNet hexfile emulator. -
Uses of SystemConnectionMemo in jmri.jmrix.loconet.pr2
Classes in jmri.jmrix.loconet.pr2 that implement SystemConnectionMemo Modifier and Type Class Description class
PR2SystemConnectionMemo
Lightweight class to denote that a PR2 is active -
Uses of SystemConnectionMemo in jmri.jmrix.loconet.pr3
Classes in jmri.jmrix.loconet.pr3 that implement SystemConnectionMemo Modifier and Type Class Description class
PR3SystemConnectionMemo
Lightweight class to denote that a PR3 is active -
Uses of SystemConnectionMemo in jmri.jmrix.loconet.pr4
Classes in jmri.jmrix.loconet.pr4 that implement SystemConnectionMemo Modifier and Type Class Description class
PR4SystemConnectionMemo
Lightweight class to denote that a PR4 is active -
Uses of SystemConnectionMemo in jmri.jmrix.loconet.swing
Methods in jmri.jmrix.loconet.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
LnNamedPaneAction. getSystemConnectionMemoClasses()
-
Uses of SystemConnectionMemo in jmri.jmrix.loconet.uhlenbrock
Classes in jmri.jmrix.loconet.uhlenbrock that implement SystemConnectionMemo Modifier and Type Class Description class
UhlenbrockSystemConnectionMemo
Lightweight class to denote that an Uhlenbrock IB-COM or Intellibox II is active -
Uses of SystemConnectionMemo in jmri.jmrix.loconet.usb_dcs210Plus
Classes in jmri.jmrix.loconet.usb_dcs210Plus that implement SystemConnectionMemo Modifier and Type Class Description class
UsbDcs210PlusSystemConnectionMemo
Lightweight class to denote that a DCS210Plus USB interface is active -
Uses of SystemConnectionMemo in jmri.jmrix.loconet.usb_dcs240
Classes in jmri.jmrix.loconet.usb_dcs240 that implement SystemConnectionMemo Modifier and Type Class Description class
UsbDcs240SystemConnectionMemo
Lightweight class to denote that a DCS240 USB interface is active -
Uses of SystemConnectionMemo in jmri.jmrix.loconet.usb_dcs240Plus
Classes in jmri.jmrix.loconet.usb_dcs240Plus that implement SystemConnectionMemo Modifier and Type Class Description class
UsbDcs240PlusSystemConnectionMemo
Lightweight class to denote that a DCS240Plus USB interface is active -
Uses of SystemConnectionMemo in jmri.jmrix.loconet.usb_dcs52
Classes in jmri.jmrix.loconet.usb_dcs52 that implement SystemConnectionMemo Modifier and Type Class Description class
UsbDcs52SystemConnectionMemo
Lightweight class to denote that a DCS52 USB interface is active -
Uses of SystemConnectionMemo in jmri.jmrix.maple
Classes in jmri.jmrix.maple that implement SystemConnectionMemo Modifier and Type Class Description class
MapleSystemConnectionMemo
Minimum required SystemConnectionMemo for Maple.Constructors in jmri.jmrix.maple with parameters of type SystemConnectionMemo Constructor Description SerialPortController(SystemConnectionMemo connectionMemo)
-
Uses of SystemConnectionMemo in jmri.jmrix.marklin
Classes in jmri.jmrix.marklin that implement SystemConnectionMemo Modifier and Type Class Description class
MarklinSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.marklin.cdb
Classes in jmri.jmrix.marklin.cdb that implement SystemConnectionMemo Modifier and Type Class Description class
CdBSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement SystemConnectionMemo Modifier and Type Class Description class
MqttSystemConnectionMemo
Constructors in jmri.jmrix.mqtt with parameters of type SystemConnectionMemo Constructor Description MqttReporterManager(SystemConnectionMemo memo)
MqttSensorManager(SystemConnectionMemo memo)
-
Uses of SystemConnectionMemo in jmri.jmrix.mrc
Classes in jmri.jmrix.mrc that implement SystemConnectionMemo Modifier and Type Class Description class
MrcSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement SystemConnectionMemo Modifier and Type Class Description class
NceSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.nce.swing
Methods in jmri.jmrix.nce.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
NceNamedPaneAction. getSystemConnectionMemoClasses()
-
Uses of SystemConnectionMemo in jmri.jmrix.oaktree
Classes in jmri.jmrix.oaktree that implement SystemConnectionMemo Modifier and Type Class Description class
OakTreeSystemConnectionMemo
Minimum required SystemConnectionMemo.Constructors in jmri.jmrix.oaktree with parameters of type SystemConnectionMemo Constructor Description SerialPortController(SystemConnectionMemo connectionMemo)
-
Uses of SystemConnectionMemo in jmri.jmrix.openlcb
Constructors in jmri.jmrix.openlcb with parameters of type SystemConnectionMemo Constructor Description OlcbProgrammerManager(SystemConnectionMemo system)
OlcbThrottle(DccLocoAddress address, SystemConnectionMemo memo)
ConstructorOlcbThrottleManager(SystemConnectionMemo memo)
Constructor. -
Uses of SystemConnectionMemo in jmri.jmrix.pi
Classes in jmri.jmrix.pi that implement SystemConnectionMemo Modifier and Type Class Description class
RaspberryPiSystemConnectionMemo
Lightweight class to denote that a system is active and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.powerline
Classes in jmri.jmrix.powerline that implement SystemConnectionMemo Modifier and Type Class Description class
SerialSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.powerline.cm11
Classes in jmri.jmrix.powerline.cm11 that implement SystemConnectionMemo Modifier and Type Class Description class
SpecificSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.powerline.cp290
Classes in jmri.jmrix.powerline.cp290 that implement SystemConnectionMemo Modifier and Type Class Description class
SpecificSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.powerline.dmx512
Classes in jmri.jmrix.powerline.dmx512 that implement SystemConnectionMemo Modifier and Type Class Description class
SpecificSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.powerline.insteon2412s
Classes in jmri.jmrix.powerline.insteon2412s that implement SystemConnectionMemo Modifier and Type Class Description class
SpecificSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.powerline.simulator
Classes in jmri.jmrix.powerline.simulator that implement SystemConnectionMemo Modifier and Type Class Description class
SpecificSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.powerline.swing
Methods in jmri.jmrix.powerline.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
PowerlineSystemConnectionAction. getSystemConnectionMemoClasses()
Get a list ofSystemConnectionMemo
subclasses that the implementing class accepts. -
Uses of SystemConnectionMemo in jmri.jmrix.qsi
Classes in jmri.jmrix.qsi that implement SystemConnectionMemo Modifier and Type Class Description class
QsiSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.qsi.swing
Methods in jmri.jmrix.qsi.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
QsiSystemConnectionAction. getSystemConnectionMemoClasses()
Get a list ofSystemConnectionMemo
subclasses that the implementing class accepts. -
Uses of SystemConnectionMemo in jmri.jmrix.rfid
Classes in jmri.jmrix.rfid that implement SystemConnectionMemo Modifier and Type Class Description class
RfidSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.roco.z21
Classes in jmri.jmrix.roco.z21 that implement SystemConnectionMemo Modifier and Type Class Description class
Z21SystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.rps
Classes in jmri.jmrix.rps that implement SystemConnectionMemo Modifier and Type Class Description class
RpsSystemConnectionMemo
Minimal implementation of SystemConnectionMemo. -
Uses of SystemConnectionMemo in jmri.jmrix.secsi
Classes in jmri.jmrix.secsi that implement SystemConnectionMemo Modifier and Type Class Description class
SecsiSystemConnectionMemo
Minimum required implementation.Constructors in jmri.jmrix.secsi with parameters of type SystemConnectionMemo Constructor Description SerialPortController(SystemConnectionMemo connectionMemo)
-
Uses of SystemConnectionMemo in jmri.jmrix.sprog
Classes in jmri.jmrix.sprog that implement SystemConnectionMemo Modifier and Type Class Description class
SprogSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.srcp
Classes in jmri.jmrix.srcp that implement SystemConnectionMemo Modifier and Type Class Description class
SRCPBusConnectionMemo
Lightweight class to denote that a system is active, and provide general information.class
SRCPSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.srcp.swing
Methods in jmri.jmrix.srcp.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
SRCPSystemConnectionAction. getSystemConnectionMemoClasses()
Get a list ofSystemConnectionMemo
subclasses that the implementing class accepts. -
Uses of SystemConnectionMemo in jmri.jmrix.swing
Classes in jmri.jmrix.swing with type parameters of type SystemConnectionMemo Modifier and Type Class Description class
AbstractSystemConnectionAction<M extends SystemConnectionMemo>
Base forAbstractAction
s that need to be associated with a specific connection.interface
SystemConnectionAction<M extends SystemConnectionMemo>
Interface for aAction
that is bound to aSystemConnectionMemo
.Methods in jmri.jmrix.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
SystemConnectionAction. getSystemConnectionMemoClasses()
Get a list ofSystemConnectionMemo
subclasses that the implementing class accepts. -
Uses of SystemConnectionMemo in jmri.jmrix.tams
Classes in jmri.jmrix.tams that implement SystemConnectionMemo Modifier and Type Class Description class
TamsSystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.tams.swing
Methods in jmri.jmrix.tams.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
TamsNamedPaneAction. getSystemConnectionMemoClasses()
java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
TamsPanel. getSystemConnectionMemoClasses()
-
Uses of SystemConnectionMemo in jmri.jmrix.tmcc
Classes in jmri.jmrix.tmcc that implement SystemConnectionMemo Modifier and Type Class Description class
TmccSystemConnectionMemo
Provide the required SystemConnectionMemo.Constructors in jmri.jmrix.tmcc with parameters of type SystemConnectionMemo Constructor Description SerialPortController(SystemConnectionMemo connectionMemo)
-
Uses of SystemConnectionMemo in jmri.jmrix.xpa
Classes in jmri.jmrix.xpa that implement SystemConnectionMemo Modifier and Type Class Description class
XpaSystemConnectionMemo
Provide the required SystemConnectionMemo for the XPA+Modem adapters.Constructors in jmri.jmrix.xpa with parameters of type SystemConnectionMemo Constructor Description XpaPortController(SystemConnectionMemo connectionMemo)
-
Uses of SystemConnectionMemo in jmri.jmrix.zimo
Classes in jmri.jmrix.zimo that implement SystemConnectionMemo Modifier and Type Class Description class
Mx1SystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of SystemConnectionMemo in jmri.jmrix.zimo.swing
Methods in jmri.jmrix.zimo.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>
Mx1NamedPaneAction. getSystemConnectionMemoClasses()
-
Uses of SystemConnectionMemo in jmri.managers
Classes in jmri.managers with type parameters of type SystemConnectionMemo Modifier and Type Class Description class
AbstractPowerManager<M extends SystemConnectionMemo>
Base PowerManager implementation for controlling layout power.Fields in jmri.managers declared as SystemConnectionMemo Modifier and Type Field Description protected SystemConnectionMemo
AbstractManager. memo
protected M
AbstractPowerManager. memo
Methods in jmri.managers that return SystemConnectionMemo Modifier and Type Method Description SystemConnectionMemo
AbstractManager. getMemo()
Get the system connection for this manager.SystemConnectionMemo
AbstractProxyManager. getMemo()
Get the system connection for this manager.Methods in jmri.managers with parameters of type SystemConnectionMemo Modifier and Type Method Description protected Manager<E>
AbstractProxyManager. createSystemManager(SystemConnectionMemo memo)
Try to create a system manager.protected Manager<Meter>
ProxyMeterManager. createSystemManager(SystemConnectionMemo memo)
Try to create a system manager.If this proxy manager is able to create a system manager, the concrete class must implement this method. -
Uses of SystemConnectionMemo in jmri.progdebugger
Constructors in jmri.progdebugger with parameters of type SystemConnectionMemo Constructor Description DebugProgrammerManager(SystemConnectionMemo memo)
-
Uses of SystemConnectionMemo in jmri.util
Methods in jmri.util that return SystemConnectionMemo Modifier and Type Method Description static SystemConnectionMemo
ConnectionNameFromSystemName. getSystemConnectionMemoFromSystemPrefix(java.lang.String systemPrefix)
Get theSystemConnectionMemo
for a given system prefix.static SystemConnectionMemo
ConnectionNameFromSystemName. getSystemConnectionMemoFromUserName(java.lang.String userName)
Get theSystemConnectionMemo
for a given user name.
-