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) EasyDccSystemConnectionMemoEasyDccCommandStation. memo(package private) EasyDccSystemConnectionMemoEasyDccTrafficController. mMemoReference to the system connection memo.Methods in jmri.jmrix.easydcc that return EasyDccSystemConnectionMemo Modifier and Type Method Description EasyDccSystemConnectionMemoEasyDccTurnoutManager. getMemo()Get the system connection for this manager.EasyDccSystemConnectionMemoEasyDccNetworkPortController. getSystemConnectionMemo()EasyDccSystemConnectionMemoEasyDccPortController. getSystemConnectionMemo()EasyDccSystemConnectionMemoEasyDccTrafficController. 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 voidEasyDccTrafficController. 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)
-