Uses of Class
jmri.jmrix.rfid.RfidSystemConnectionMemo
-
Packages that use RfidSystemConnectionMemo Package Description jmri.jmrix.rfid This package handles communications for RFID adapters.jmri.jmrix.rfid.generic.standalone This package handles communications for Generic RFID stand-alone readers.jmri.jmrix.rfid.merg.concentrator This package handles communications for MERG RFID Concentrators.jmri.jmrix.rfid.swing jmri.jmrix.rfid.swing.serialmon jmri.jmrix.rfid.swing.tagcarwin -
-
Uses of RfidSystemConnectionMemo in jmri.jmrix.rfid
Fields in jmri.jmrix.rfid declared as RfidSystemConnectionMemo Modifier and Type Field Description protected RfidSystemConnectionMemo
RfidTrafficController. adapterMemo
Methods in jmri.jmrix.rfid that return RfidSystemConnectionMemo Modifier and Type Method Description RfidSystemConnectionMemo
RfidTrafficController. getAdapterMemo()
RfidSystemConnectionMemo
RfidReporterManager. getMemo()
Get the system connection for this manager.RfidSystemConnectionMemo
RfidSensorManager. getMemo()
Get the system connection for this manager.RfidSystemConnectionMemo
RfidNetworkPortController. getSystemConnectionMemo()
RfidSystemConnectionMemo
RfidPortController. getSystemConnectionMemo()
RfidSystemConnectionMemo
RfidStreamPortController. getSystemConnectionMemo()
Methods in jmri.jmrix.rfid with parameters of type RfidSystemConnectionMemo Modifier and Type Method Description void
RfidTrafficController. setAdapterMemo(RfidSystemConnectionMemo memo)
Constructors in jmri.jmrix.rfid with parameters of type RfidSystemConnectionMemo Constructor Description RfidNetworkPortController(RfidSystemConnectionMemo connectionMemo)
RfidPortController(RfidSystemConnectionMemo connectionMemo)
RfidReporterManager(RfidSystemConnectionMemo memo)
RfidSensorManager(RfidSystemConnectionMemo memo)
-
Uses of RfidSystemConnectionMemo in jmri.jmrix.rfid.generic.standalone
Constructors in jmri.jmrix.rfid.generic.standalone with parameters of type RfidSystemConnectionMemo Constructor Description StandaloneReporterManager(RfidSystemConnectionMemo memo)
StandaloneSensorManager(RfidSystemConnectionMemo memo)
StandaloneTrafficController(RfidSystemConnectionMemo memo)
-
Uses of RfidSystemConnectionMemo in jmri.jmrix.rfid.merg.concentrator
Constructors in jmri.jmrix.rfid.merg.concentrator with parameters of type RfidSystemConnectionMemo Constructor Description ConcentratorReporterManager(RfidSystemConnectionMemo memo)
ConcentratorSensorManager(RfidSystemConnectionMemo memo)
ConcentratorTrafficController(RfidSystemConnectionMemo memo, java.lang.String range)
-
Uses of RfidSystemConnectionMemo in jmri.jmrix.rfid.swing
Fields in jmri.jmrix.rfid.swing declared as RfidSystemConnectionMemo Modifier and Type Field Description (package private) RfidSystemConnectionMemo
RfidComponentFactory. memo
(package private) RfidSystemConnectionMemo
RfidNamedPaneAction. memo
protected RfidSystemConnectionMemo
RfidPanel. memo
make "memo" object available as convenienceMethods in jmri.jmrix.rfid.swing with parameters of type RfidSystemConnectionMemo Modifier and Type Method Description void
RfidPanel. initComponents(RfidSystemConnectionMemo memo)
2nd stage of initialisation, invoked after the constructor is complete.void
RfidPanelInterface. initComponents(RfidSystemConnectionMemo memo)
2nd stage of initialisation, invoked after the constructor is complete.Constructors in jmri.jmrix.rfid.swing with parameters of type RfidSystemConnectionMemo Constructor Description RfidComponentFactory(RfidSystemConnectionMemo memo)
RfidMenu(RfidSystemConnectionMemo memo)
RfidNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, RfidSystemConnectionMemo memo)
RfidNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, RfidSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs. -
Uses of RfidSystemConnectionMemo in jmri.jmrix.rfid.swing.serialmon
Fields in jmri.jmrix.rfid.swing.serialmon declared as RfidSystemConnectionMemo Modifier and Type Field Description (package private) RfidSystemConnectionMemo
SerialMonPane. memo
Methods in jmri.jmrix.rfid.swing.serialmon with parameters of type RfidSystemConnectionMemo Modifier and Type Method Description void
SerialMonPane. initComponents(RfidSystemConnectionMemo memo)
-
Uses of RfidSystemConnectionMemo in jmri.jmrix.rfid.swing.tagcarwin
Fields in jmri.jmrix.rfid.swing.tagcarwin declared as RfidSystemConnectionMemo Modifier and Type Field Description (package private) RfidSystemConnectionMemo
TagMonitorPane. memo
Methods in jmri.jmrix.rfid.swing.tagcarwin with parameters of type RfidSystemConnectionMemo Modifier and Type Method Description void
TagMonitorPane. initComponents(RfidSystemConnectionMemo memo)
Save the connection identifier to use for the System Prefix and to get the tag protocol add this class as a listener to get the RFID replies
-