Uses of Class
jmri.jmrix.easydcc.EasyDccSystemConnectionMemo
-
Packages that use EasyDccSystemConnectionMemo Package Description jmri.jmrix.easydcc jmri.jmrix.easydcc.easydccmon jmri.jmrix.easydcc.packetgen jmri.jmrix.easydcc.simulator jmri.jmrix.easydcc.swing -
-
Uses of EasyDccSystemConnectionMemo in jmri.jmrix.easydcc
Fields in jmri.jmrix.easydcc declared as EasyDccSystemConnectionMemo Modifier and Type Field Description (package private) EasyDccSystemConnectionMemo
EasyDccCommandStation. memo
(package private) EasyDccSystemConnectionMemo
EasyDccTrafficController. mMemo
Reference to the system connection memo.Methods in jmri.jmrix.easydcc that return EasyDccSystemConnectionMemo Modifier and Type Method Description EasyDccSystemConnectionMemo
EasyDccTurnoutManager. getMemo()
Get the system connection for this manager.EasyDccSystemConnectionMemo
EasyDccNetworkPortController. getSystemConnectionMemo()
EasyDccSystemConnectionMemo
EasyDccPortController. getSystemConnectionMemo()
EasyDccSystemConnectionMemo
EasyDccTrafficController. getSystemConnectionMemo()
Get access to the system connection memo associated with this traffic controller.Methods in jmri.jmrix.easydcc with parameters of type EasyDccSystemConnectionMemo Modifier and Type Method Description void
EasyDccTrafficController. setSystemConnectionMemo(EasyDccSystemConnectionMemo m)
Set the system connection memo associated with this traffic controller. -
Uses of EasyDccSystemConnectionMemo in jmri.jmrix.easydcc.easydccmon
Constructors in jmri.jmrix.easydcc.easydccmon with parameters of type EasyDccSystemConnectionMemo Constructor Description EasyDccMonAction(java.lang.String s, EasyDccSystemConnectionMemo memo)
EasyDccMonFrame(EasyDccSystemConnectionMemo memo)
-
Uses of EasyDccSystemConnectionMemo in jmri.jmrix.easydcc.packetgen
Constructors in jmri.jmrix.easydcc.packetgen with parameters of type EasyDccSystemConnectionMemo Constructor Description EasyDccPacketGenAction(java.lang.String s, EasyDccSystemConnectionMemo memo)
EasyDccPacketGenAction(EasyDccSystemConnectionMemo memo)
EasyDccPacketGenFrame(EasyDccSystemConnectionMemo memo)
-
Uses of EasyDccSystemConnectionMemo in jmri.jmrix.easydcc.simulator
Constructors in jmri.jmrix.easydcc.simulator with parameters of type EasyDccSystemConnectionMemo Constructor Description EasyDccSimulatorTrafficController(EasyDccSystemConnectionMemo adaptermemo)
Ctor -
Uses of EasyDccSystemConnectionMemo in jmri.jmrix.easydcc.swing
Constructors in jmri.jmrix.easydcc.swing with parameters of type EasyDccSystemConnectionMemo Constructor Description EasyDccComponentFactory(EasyDccSystemConnectionMemo memo)
-