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.can.swing Provides Swing-based GUI tools for general CAN connections.jmri.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 Classes to interact with a Marklin Network Connection.jmri.jmrix.marklin.cdb Classes to interact with a Marklin Network Connection.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) voidManagerDefaultsConfigPane. reloadConnections(java.util.List<SystemConnectionMemo> connList) -
Uses of SystemConnectionMemo in jmri
Methods in jmri that return SystemConnectionMemo Modifier and Type Method Description SystemConnectionMemoManager. 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 SystemConnectionMemoDefaultAudioSourceManager. 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 SystemConnectionMemoEntryExitPairs. 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 SystemConnectionMemoActionRequestUpdateAllSensors. getMemo()SystemConnectionMemoActionThrottle. getMemo()SystemConnectionMemoActionThrottleFunction. getMemo()SystemConnectionMemoProgramOnMain. getMemo()Methods in jmri.jmrit.logixng.actions with parameters of type SystemConnectionMemo Modifier and Type Method Description voidActionRequestUpdateAllSensors. setMemo(SystemConnectionMemo memo)voidActionThrottle. setMemo(SystemConnectionMemo memo)voidActionThrottleFunction. setMemo(SystemConnectionMemo memo)voidProgramOnMain. 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 SystemConnectionMemoSimpleTimebase. memo -
Uses of SystemConnectionMemo in jmri.jmrix
Subinterfaces of SystemConnectionMemo in jmri.jmrix Modifier and Type Interface Description interfaceConfiguringSystemConnectionMemoClasses in jmri.jmrix that implement SystemConnectionMemo Modifier and Type Class Description classCaptiveSystemConnectionMemoFor 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 ThisSystemConnectionMemoimplementation is meant to handle these by providing connection memo services without being connected to a particular system instantiation.classDefaultSystemConnectionMemoLightweight 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 SystemConnectionMemoAbstractThrottle. adapterMemoprotected SystemConnectionMemoAbstractThrottleManager. adapterMemoMethods 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 protected SystemConnectionMemoAbstractThrottle. getMemo()Get the System Connection this throttle is on.SystemConnectionMemoAbstractPortController. getSystemConnectionMemo()Get theSystemConnectionMemoassociated with this object.SystemConnectionMemoPortAdapter. getSystemConnectionMemo()SystemConnectionMemoSystemConnectionMemoManager. getSystemConnectionMemo(java.lang.String systemPrefix, java.lang.String userName)For a given System UserName AND System Prefix, get the Connection Memo.SystemConnectionMemoSystemConnectionMemoManager. getSystemConnectionMemoForSystemPrefix(java.lang.String systemPrefix)For a given System Prefix, get the Connection Memo.SystemConnectionMemoSystemConnectionMemoManager. 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 voidSystemConnectionMemoManager. deregister(SystemConnectionMemo memo)voidSystemConnectionMemoManager. register(SystemConnectionMemo memo)Register a SystemConnectionMemo in the InstanceManager.voidAbstractPortController. setSystemConnectionMemo(SystemConnectionMemo connectionMemo)Set theSystemConnectionMemoassociated with this object.voidPortAdapter. 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 classAcelaSystemConnectionMemoLightweight 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 classAnymaDMX_SystemConnectionMemoMinimal 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 classSpeedoSystemConnectionMemoLightweight 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 classBiDiBSystemConnectionMemoLightweight 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 classCanSystemConnectionMemoLightweight 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.can.swing
Methods in jmri.jmrix.can.swing that return types with arguments of type SystemConnectionMemo Modifier and Type Method Description java.util.Set<java.lang.Class<? extends SystemConnectionMemo>>CanNamedPaneAction. getSystemConnectionMemoClasses() -
Uses of SystemConnectionMemo in jmri.jmrix.cmri
Classes in jmri.jmrix.cmri that implement SystemConnectionMemo Modifier and Type Class Description classCMRISystemConnectionMemoMinimal 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 classDcc4PcSystemConnectionMemoLightweight 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 classDCCppSystemConnectionMemoLightweight 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 classDirectSystemConnectionMemoMinimum required SystemConnectionMemo.Constructors in jmri.jmrix.direct with parameters of type SystemConnectionMemo Constructor Description Throttle(DccLocoAddress address, CommandStation tc, SystemConnectionMemo memo)Constructor. -
Uses of SystemConnectionMemo in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement SystemConnectionMemo Modifier and Type Class Description classEasyDccSystemConnectionMemoLightweight 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 classEcosSystemConnectionMemoLightweight 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 classGrapevineSystemConnectionMemoMinimum 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 classIEEE802154SystemConnectionMemoLightweight 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 classSerialSystemConnectionMemoLightweight 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 classXBeeConnectionMemoLightweight 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 classInternalSystemConnectionMemoLightweight 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 classIpocsSystemConnectionMemoConstructors 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 classJMRIClientSystemConnectionMemoLightweight 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 classXNetSystemConnectionMemoLightweight 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 classEliteXNetSystemConnectionMemoLightweight 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 ofSystemConnectionMemosubclasses 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 classLocoNetSystemConnectionMemoLightweight 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 classHexFileSystemConnectionMemoLightweight 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 classPR2SystemConnectionMemoLightweight 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 classPR3SystemConnectionMemoLightweight 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 classPR4SystemConnectionMemoLightweight 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 classUhlenbrockSystemConnectionMemoLightweight 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 classUsbDcs210PlusSystemConnectionMemoLightweight 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 classUsbDcs240SystemConnectionMemoLightweight 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 classUsbDcs240PlusSystemConnectionMemoLightweight 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 classUsbDcs52SystemConnectionMemoLightweight 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 classMapleSystemConnectionMemoMinimum 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 classMarklinSystemConnectionMemoLightweight 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 classCdBSystemConnectionMemoLightweight 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 classMqttSystemConnectionMemoConstructors 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 classMrcSystemConnectionMemoLightweight 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 classNceSystemConnectionMemoLightweight 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 classOakTreeSystemConnectionMemoMinimum 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 classRaspberryPiSystemConnectionMemoLightweight 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 classSerialSystemConnectionMemoLightweight 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 classSpecificSystemConnectionMemoLightweight 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 classSpecificSystemConnectionMemoLightweight 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 classSpecificSystemConnectionMemoLightweight 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 classSpecificSystemConnectionMemoLightweight 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 classSpecificSystemConnectionMemoLightweight 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 ofSystemConnectionMemosubclasses 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 classQsiSystemConnectionMemoLightweight 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 ofSystemConnectionMemosubclasses 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 classRfidSystemConnectionMemoLightweight 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 classZ21SystemConnectionMemoLightweight 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 classRpsSystemConnectionMemoMinimal implementation of SystemConnectionMemo. -
Uses of SystemConnectionMemo in jmri.jmrix.secsi
Classes in jmri.jmrix.secsi that implement SystemConnectionMemo Modifier and Type Class Description classSecsiSystemConnectionMemoMinimum 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 classSprogSystemConnectionMemoLightweight 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 classSRCPBusConnectionMemoLightweight class to denote that a system is active, and provide general information.classSRCPSystemConnectionMemoLightweight 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 ofSystemConnectionMemosubclasses 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 classAbstractSystemConnectionAction<M extends SystemConnectionMemo>Base forAbstractActions that need to be associated with a specific connection.interfaceSystemConnectionAction<M extends SystemConnectionMemo>Interface for aActionthat 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 ofSystemConnectionMemosubclasses 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 classTamsSystemConnectionMemoLightweight 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 classTmccSystemConnectionMemoProvide 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 classXpaSystemConnectionMemoProvide the required SystemConnectionMemo for the XPA+Modem adapters.Constructors in jmri.jmrix.xpa with parameters of type SystemConnectionMemo Constructor Description XpaPortController(SystemConnectionMemo connectionMemo)XpaThrottle(LocoAddress address, XpaTrafficController t, SystemConnectionMemo memo)Create a throttle. -
Uses of SystemConnectionMemo in jmri.jmrix.zimo
Classes in jmri.jmrix.zimo that implement SystemConnectionMemo Modifier and Type Class Description classMx1SystemConnectionMemoLightweight 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 classAbstractPowerManager<M extends SystemConnectionMemo>Base PowerManager implementation for controlling layout power.Fields in jmri.managers declared as SystemConnectionMemo Modifier and Type Field Description protected SystemConnectionMemoAbstractManager. memoprotected MAbstractPowerManager. memoMethods in jmri.managers that return SystemConnectionMemo Modifier and Type Method Description SystemConnectionMemoAbstractManager. getMemo()Get the system connection for this manager.SystemConnectionMemoAbstractProxyManager. 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 SystemConnectionMemoConnectionNameFromSystemName. getSystemConnectionMemoFromSystemPrefix(java.lang.String systemPrefix)Get theSystemConnectionMemofor a given system prefix.static SystemConnectionMemoConnectionNameFromSystemName. getSystemConnectionMemoFromUserName(java.lang.String userName)Get theSystemConnectionMemofor a given user name.
-