Uses of Interface
jmri.SystemConnectionMemo
Packages that use SystemConnectionMemo
Package
Description
Provides application level support for JMRI; includes specific applications in
subpackages.
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides specific implementations of various audio systems.
Implements Entry/Exit ( NX ) dispatching using Layout Editor panels.
Contains a simple FastClock implementation based on
the computers clock.
Interfaces and implementations for system-specific code.
This package handles communications for the CTI Acela hardware.
Provides connections and GUI support for attached speedometers.
Defines classes for interfacing to a CAN-based model railway
control bus.
Defines classes for communicating with the CAN network
via hardware which uses the Lawicell format
Provides Swing-based GUI tools for general CAN connections.
Provides basic interfaces and certain core implementations for the JMRI
C/MRI implementation.
Provides basic interfaces and certain core implementations for the JMRI
C/MRI serial implementation.
Support for the ESU ECoS.
This package handles communications for the ProTrak Grapevine hardware.
The jmrix.internal package contains a JMRI connection implementation
for use without a layout.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
Implementation and specialization for connecting to to an Uhlenbrock
Intellibox-II via its in-built USB connection.
Classes to interact with a Marklin Network Connection.
Classes to interact with a Marklin Network Connection.
Provides JMRI layout objects that use MQTT connections.
Implementation of the JMRI OpenLCB hardware interface.
This package handles communications for powerline adapters, such as X10.
This package handles communications for CM11 powerline adapters.
This package handles communications for CP290 powerline adapters.
This package handles communications for DMX lighting adapters.
This package handles communications for Insteon 2412S adapters.
Connects to a QSI programmer unit.
This package handles communications for RFID adapters.
This package contains software specific to the RPS system from
NAC Services, Inc.
This package handles communications for the TracTronics SECSI hardware.
Provide a JMRI connection to an
SRCP server.
Support for the ESU ECoS.
Provides implementations of various JMRI managers.
A simple implementation of Programmer for debugging purposes.
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 SystemConnectionMemoModifier and TypeMethodDescription(package private) voidManagerDefaultsConfigPane.reloadConnections(List<SystemConnectionMemo> connList) -
Uses of SystemConnectionMemo in jmri
Methods in jmri that return SystemConnectionMemo -
Uses of SystemConnectionMemo in jmri.jmrit.audio
Methods in jmri.jmrit.audio that return SystemConnectionMemoModifier and TypeMethodDescriptionDefaultAudioSourceManager.getMemo()Get the system connection for this manager. -
Uses of SystemConnectionMemo in jmri.jmrit.entryexit
Methods in jmri.jmrit.entryexit that return SystemConnectionMemoModifier and TypeMethodDescriptionEntryExitPairs.getMemo()Get the system connection for this manager. -
Uses of SystemConnectionMemo in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return SystemConnectionMemoModifier and TypeMethodDescriptionActionRequestUpdateAllSensors.getMemo()ActionThrottle.getMemo()ActionThrottleFunction.getMemo()final SystemConnectionMemoProgramOnMain.getMemo()Methods in jmri.jmrit.logixng.actions with parameters of type SystemConnectionMemoModifier and TypeMethodDescriptionvoidActionRequestUpdateAllSensors.setMemo(SystemConnectionMemo memo) voidActionThrottle.setMemo(SystemConnectionMemo memo) voidActionThrottleFunction.setMemo(SystemConnectionMemo memo) final voidProgramOnMain.setMemo(SystemConnectionMemo memo) Constructors in jmri.jmrit.logixng.actions with parameters of type SystemConnectionMemoModifierConstructorDescriptionActionRequestUpdateAllSensors(String sys, String user, SystemConnectionMemo memo) -
Uses of SystemConnectionMemo in jmri.jmrit.simpleclock
Fields in jmri.jmrit.simpleclock declared as SystemConnectionMemo -
Uses of SystemConnectionMemo in jmri.jmrix
Subinterfaces of SystemConnectionMemo in jmri.jmrixClasses in jmri.jmrix that implement SystemConnectionMemoModifier and TypeClassDescriptionclassFor 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.classLightweight abstract class to denote that a system is active, and provide general information.Fields in jmri.jmrix declared as SystemConnectionMemoModifier and TypeFieldDescriptionprotected final SystemConnectionMemoAbstractThrottle.adapterMemoprotected SystemConnectionMemoAbstractThrottleManager.adapterMemoMethods in jmri.jmrix with type parameters of type SystemConnectionMemoModifier and TypeMethodDescriptionstatic <T extends SystemConnectionMemo>
TSystemConnectionMemoManager.getConnection(String systemConnectionName, Class<T> clazz) Find the connection by its name.static <T extends SystemConnectionMemo>
TSystemConnectionMemoManager.getConnectionByUserName(String userName, Class<T> clazz) Find the connection by its user name.Methods in jmri.jmrix that return SystemConnectionMemoModifier and TypeMethodDescriptionprotected SystemConnectionMemoAbstractThrottle.getMemo()Get the System Connection this throttle is on.AbstractPortController.getSystemConnectionMemo()Get theSystemConnectionMemoassociated with this object.PortAdapter.getSystemConnectionMemo()SystemConnectionMemoManager.getSystemConnectionMemo(String systemPrefix, String userName) For a given System UserName AND System Prefix, get the Connection Memo.SystemConnectionMemoManager.getSystemConnectionMemoForSystemPrefix(String systemPrefix) For a given System Prefix, get the Connection Memo.SystemConnectionMemoManager.getSystemConnectionMemoForUserName(String userName) For a given System UserName, get the Connection Memo.Methods in jmri.jmrix with parameters of type SystemConnectionMemoModifier and TypeMethodDescriptionvoidSystemConnectionMemoManager.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 SystemConnectionMemoModifierConstructorDescriptionprotectedAbstractNetworkPortController(SystemConnectionMemo connectionMemo) protectedAbstractPortController(SystemConnectionMemo connectionMemo) protectedAbstractSerialPortController(SystemConnectionMemo connectionMemo) AbstractStreamPortController(SystemConnectionMemo connectionMemo) AbstractStreamPortController(SystemConnectionMemo connectionMemo, DataInputStream in, DataOutputStream out, String pname) Create a new AbstractThrottle with Functions 0-28..AbstractThrottle(SystemConnectionMemo memo, int totalFunctions) Create a new AbstractThrottle with custom number of functions. -
Uses of SystemConnectionMemo in jmri.jmrix.acela
Classes in jmri.jmrix.acela that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeMethodDescriptionSet<Class<? extends SystemConnectionMemo>>AcelaMonAction.getSystemConnectionMemoClasses() -
Uses of SystemConnectionMemo in jmri.jmrix.anyma
Classes in jmri.jmrix.anyma that implement SystemConnectionMemoModifier and TypeClassDescriptionclassMinimal SystemConnectionMemo for anyma dmx systems. -
Uses of SystemConnectionMemo in jmri.jmrix.bachrus
Classes in jmri.jmrix.bachrus that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 -
Uses of SystemConnectionMemo in jmri.jmrix.can.swing
Methods in jmri.jmrix.can.swing that return types with arguments of type SystemConnectionMemoModifier and TypeMethodDescriptionSet<Class<? extends SystemConnectionMemo>>CanNamedPaneAction.getSystemConnectionMemoClasses() -
Uses of SystemConnectionMemo in jmri.jmrix.cmri
Classes in jmri.jmrix.cmri that implement SystemConnectionMemoModifier and TypeClassDescriptionclassMinimal SystemConnectionMemo for C/MRI systems. -
Uses of SystemConnectionMemo in jmri.jmrix.cmri.serial
Constructors in jmri.jmrix.cmri.serial with parameters of type SystemConnectionMemo -
Uses of SystemConnectionMemo in jmri.jmrix.cmri.swing
Methods in jmri.jmrix.cmri.swing that return types with arguments of type SystemConnectionMemoModifier and TypeMethodDescriptionSet<Class<? extends SystemConnectionMemo>>CMRISystemConnectionAction.getSystemConnectionMemoClasses() -
Uses of SystemConnectionMemo in jmri.jmrix.dcc4pc
Classes in jmri.jmrix.dcc4pc that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeMethodDescriptionSet<Class<? extends SystemConnectionMemo>>DCCppSystemConnectionAction.getSystemConnectionMemoClasses() -
Uses of SystemConnectionMemo in jmri.jmrix.debugthrottle
Constructors in jmri.jmrix.debugthrottle with parameters of type SystemConnectionMemoModifierConstructorDescriptionDebugThrottle(DccLocoAddress address, SystemConnectionMemo memo) Constructor.Constructor. -
Uses of SystemConnectionMemo in jmri.jmrix.direct
Classes in jmri.jmrix.direct that implement SystemConnectionMemoModifier and TypeClassDescriptionclassMinimum required SystemConnectionMemo.Constructors in jmri.jmrix.direct with parameters of type SystemConnectionMemoModifierConstructorDescriptionThrottle(DccLocoAddress address, CommandStation tc, SystemConnectionMemo memo) Constructor. -
Uses of SystemConnectionMemo in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information.Constructors in jmri.jmrix.easydcc with parameters of type SystemConnectionMemoModifierConstructorDescriptionprotectedEasyDccNetworkPortController(SystemConnectionMemo connectionMemo) Base class.protectedEasyDccPortController(SystemConnectionMemo connectionMemo) -
Uses of SystemConnectionMemo in jmri.jmrix.ecos
Classes in jmri.jmrix.ecos that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeMethodDescriptionSet<Class<? extends SystemConnectionMemo>>EcosNamedPaneAction.getSystemConnectionMemoClasses() -
Uses of SystemConnectionMemo in jmri.jmrix.grapevine
Classes in jmri.jmrix.grapevine that implement SystemConnectionMemoModifier and TypeClassDescriptionclassMinimum required SystemConnectionMemo for Grapevine.Constructors in jmri.jmrix.grapevine with parameters of type SystemConnectionMemoModifierConstructorDescriptionprotectedSerialPortController(SystemConnectionMemo connectionMemo) -
Uses of SystemConnectionMemo in jmri.jmrix.grapevine.swing
Methods in jmri.jmrix.grapevine.swing that return types with arguments of type SystemConnectionMemoModifier and TypeMethodDescriptionSet<Class<? extends SystemConnectionMemo>>GrapevineSystemConnectionAction.getSystemConnectionMemoClasses() -
Uses of SystemConnectionMemo in jmri.jmrix.ieee802154
Classes in jmri.jmrix.ieee802154 that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeMethodDescriptionSet<Class<? extends SystemConnectionMemo>>XBeeSystemConnectionAction.getSystemConnectionMemoClasses() -
Uses of SystemConnectionMemo in jmri.jmrix.internal
Classes in jmri.jmrix.internal that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoConstructors in jmri.jmrix.ipocs with parameters of type SystemConnectionMemoModifierConstructorDescription -
Uses of SystemConnectionMemo in jmri.jmrix.jmriclient
Classes in jmri.jmrix.jmriclient that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeMethodDescriptionSet<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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifierConstructorDescription(package private)DemoSerialPort(DemoPanel panel, SystemConnectionMemo memo) -
Uses of SystemConnectionMemo in jmri.jmrix.loconet.hexfile
Classes in jmri.jmrix.loconet.hexfile that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight class to denote that a PR2 is active -
Uses of SystemConnectionMemo in jmri.jmrix.loconet.pr3
Classes in jmri.jmrix.loconet.pr3 that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight class to denote that a PR3 is active -
Uses of SystemConnectionMemo in jmri.jmrix.loconet.pr4
Classes in jmri.jmrix.loconet.pr4 that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeMethodDescriptionSet<Class<? extends SystemConnectionMemo>>LnNamedPaneAction.getSystemConnectionMemoClasses() -
Uses of SystemConnectionMemo in jmri.jmrix.loconet.uhlenbrock
Classes in jmri.jmrix.loconet.uhlenbrock that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight class to denote that a DCS52 USB interface is active -
Uses of SystemConnectionMemo in jmri.jmrix.maple
Classes in jmri.jmrix.maple that implement SystemConnectionMemoModifier and TypeClassDescriptionclassMinimum required SystemConnectionMemo for Maple.Constructors in jmri.jmrix.maple with parameters of type SystemConnectionMemoModifierConstructorDescriptionprotectedSerialPortController(SystemConnectionMemo connectionMemo) -
Uses of SystemConnectionMemo in jmri.jmrix.marklin
Classes in jmri.jmrix.marklin that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoConstructors in jmri.jmrix.mqtt with parameters of type SystemConnectionMemoModifierConstructorDescription -
Uses of SystemConnectionMemo in jmri.jmrix.mrc
Classes in jmri.jmrix.mrc that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeMethodDescriptionSet<Class<? extends SystemConnectionMemo>>NceNamedPaneAction.getSystemConnectionMemoClasses() -
Uses of SystemConnectionMemo in jmri.jmrix.oaktree
Classes in jmri.jmrix.oaktree that implement SystemConnectionMemoModifier and TypeClassDescriptionclassMinimum required SystemConnectionMemo.Constructors in jmri.jmrix.oaktree with parameters of type SystemConnectionMemoModifierConstructorDescriptionprotectedSerialPortController(SystemConnectionMemo connectionMemo) -
Uses of SystemConnectionMemo in jmri.jmrix.openlcb
Constructors in jmri.jmrix.openlcb with parameters of type SystemConnectionMemoModifierConstructorDescriptionOlcbThrottle(DccLocoAddress address, SystemConnectionMemo memo) ConstructorConstructor. -
Uses of SystemConnectionMemo in jmri.jmrix.pi
Classes in jmri.jmrix.pi that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeMethodDescriptionSet<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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeMethodDescriptionSet<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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassMinimal implementation of SystemConnectionMemo. -
Uses of SystemConnectionMemo in jmri.jmrix.secsi
Classes in jmri.jmrix.secsi that implement SystemConnectionMemoModifier and TypeClassDescriptionclassMinimum required implementation.Constructors in jmri.jmrix.secsi with parameters of type SystemConnectionMemoModifierConstructorDescriptionprotectedSerialPortController(SystemConnectionMemo connectionMemo) -
Uses of SystemConnectionMemo in jmri.jmrix.sprog
Classes in jmri.jmrix.sprog that implement SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information.classLightweight 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 SystemConnectionMemoModifier and TypeMethodDescriptionSet<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 SystemConnectionMemoModifier and TypeClassDescriptionclassBase 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 SystemConnectionMemoModifier and TypeMethodDescriptionSet<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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeMethodDescriptionSet<Class<? extends SystemConnectionMemo>>TamsNamedPaneAction.getSystemConnectionMemoClasses()Set<Class<? extends SystemConnectionMemo>>TamsPanel.getSystemConnectionMemoClasses() -
Uses of SystemConnectionMemo in jmri.jmrix.tmcc
Classes in jmri.jmrix.tmcc that implement SystemConnectionMemoModifier and TypeClassDescriptionclassProvide the required SystemConnectionMemo.Constructors in jmri.jmrix.tmcc with parameters of type SystemConnectionMemoModifierConstructorDescriptionprotectedSerialPortController(SystemConnectionMemo connectionMemo) -
Uses of SystemConnectionMemo in jmri.jmrix.xpa
Classes in jmri.jmrix.xpa that implement SystemConnectionMemoModifier and TypeClassDescriptionclassProvide the required SystemConnectionMemo for the XPA+Modem adapters.Constructors in jmri.jmrix.xpa with parameters of type SystemConnectionMemoModifierConstructorDescriptionprotectedXpaPortController(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 SystemConnectionMemoModifier and TypeClassDescriptionclassLightweight 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 SystemConnectionMemoModifier and TypeMethodDescriptionSet<Class<? extends SystemConnectionMemo>>Mx1NamedPaneAction.getSystemConnectionMemoClasses() -
Uses of SystemConnectionMemo in jmri.managers
Classes in jmri.managers with type parameters of type SystemConnectionMemoModifier and TypeClassDescriptionclassAbstractPowerManager<M extends SystemConnectionMemo>Base PowerManager implementation for controlling layout power.Fields in jmri.managers declared as SystemConnectionMemoModifier and TypeFieldDescriptionprotected final SystemConnectionMemoAbstractManager.memoprotected final MAbstractPowerManager.memoMethods in jmri.managers that return SystemConnectionMemoModifier and TypeMethodDescriptionAbstractManager.getMemo()Get the system connection for this manager.AbstractProxyManager.getMemo()Get the system connection for this manager.Methods in jmri.managers with parameters of type SystemConnectionMemoModifier and TypeMethodDescriptionAbstractProxyManager.createSystemManager(SystemConnectionMemo memo) Try to create a system manager.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.Constructors in jmri.managers with parameters of type SystemConnectionMemoModifierConstructorDescriptionCreate a new AnalogIOManager instance.Create a new LightManager instance.Create a new MemoryManager instance.Create a new MeterManager instance.Create a new ReporterManager instance.Create a new SensorManager instance.Create a new StringIOManager instance.DefaultProgrammerManager(Programmer programmer, SystemConnectionMemo memo) Constructor with a programmer and associated connection.Create a new VariableLightManager instance. -
Uses of SystemConnectionMemo in jmri.progdebugger
Constructors in jmri.progdebugger with parameters of type SystemConnectionMemo -
Uses of SystemConnectionMemo in jmri.util
Methods in jmri.util that return SystemConnectionMemoModifier and TypeMethodDescriptionstatic SystemConnectionMemoConnectionNameFromSystemName.getSystemConnectionMemoFromSystemPrefix(String systemPrefix) Get theSystemConnectionMemofor a given system prefix.static SystemConnectionMemoConnectionNameFromSystemName.getSystemConnectionMemoFromUserName(String userName) Get theSystemConnectionMemofor a given user name.