Uses of Class
jmri.jmrix.dccpp.DCCppSystemConnectionMemo
-
Packages that use DCCppSystemConnectionMemo Package Description jmri.jmrix.dccpp jmri.jmrix.dccpp.swing jmri.jmrix.dccpp.swing.mon jmri.jmrix.dccpp.swing.packetgen jmri.jmrix.dccpp.swing.virtuallcd Provides an image of the DCC-EX command stations OLED display screen -
-
Uses of DCCppSystemConnectionMemo in jmri.jmrix.dccpp
Fields in jmri.jmrix.dccpp declared as DCCppSystemConnectionMemo Modifier and Type Field Description (package private) DCCppSystemConnectionMemo
DCCppClockControl. _memo
(package private) DCCppSystemConnectionMemo
DCCppTrafficController. mMemo
Reference to the system connection memo.protected DCCppSystemConnectionMemo
DCCppInitializationManager. systemMemo
Methods in jmri.jmrix.dccpp that return DCCppSystemConnectionMemo Modifier and Type Method Description DCCppSystemConnectionMemo
DCCppLightManager. getMemo()
Get the system connection for this manager.DCCppSystemConnectionMemo
DCCppSensorManager. getMemo()
Get the system connection for this manager.DCCppSystemConnectionMemo
DCCppTurnoutManager. getMemo()
Get the system connection for this manager.DCCppSystemConnectionMemo
DCCppCommandStation. getSystemConnectionMemo()
DCCppSystemConnectionMemo
DCCppNetworkPortController. getSystemConnectionMemo()
DCCppSystemConnectionMemo
DCCppSerialPortController. getSystemConnectionMemo()
DCCppSystemConnectionMemo
DCCppSimulatorPortController. getSystemConnectionMemo()
DCCppSystemConnectionMemo
DCCppStreamPortController. getSystemConnectionMemo()
DCCppSystemConnectionMemo
DCCppTrafficController. getSystemConnectionMemo()
Get access to the system connection memo associated with this traffic controller.Methods in jmri.jmrix.dccpp with parameters of type DCCppSystemConnectionMemo Modifier and Type Method Description void
DCCppCommandStation. setSystemConnectionMemo(DCCppSystemConnectionMemo memo)
void
DCCppTrafficController. setSystemConnectionMemo(DCCppSystemConnectionMemo m)
Set the system connection memo associated with this traffic controller. -
Uses of DCCppSystemConnectionMemo in jmri.jmrix.dccpp.swing
Fields in jmri.jmrix.dccpp.swing declared as DCCppSystemConnectionMemo Modifier and Type Field Description (package private) DCCppSystemConnectionMemo
DCCppComponentFactory. memo
Constructors in jmri.jmrix.dccpp.swing with parameters of type DCCppSystemConnectionMemo Constructor Description ConfigBaseStationAction(java.lang.String name, DCCppSystemConnectionMemo memo)
ConfigBaseStationAction(DCCppSystemConnectionMemo memo)
ConfigBaseStationFrame(DCCppSystemConnectionMemo memo)
DCCppComponentFactory(DCCppSystemConnectionMemo memo)
DCCppMenu(java.lang.String name, DCCppSystemConnectionMemo memo)
DCCppMenu(DCCppSystemConnectionMemo memo)
DCCppSystemConnectionAction(java.lang.String name, DCCppSystemConnectionMemo memo)
-
Uses of DCCppSystemConnectionMemo in jmri.jmrix.dccpp.swing.mon
Constructors in jmri.jmrix.dccpp.swing.mon with parameters of type DCCppSystemConnectionMemo Constructor Description DCCppMonAction(java.lang.String s, DCCppSystemConnectionMemo memo)
DCCppMonAction(DCCppSystemConnectionMemo memo)
DCCppMonFrame(DCCppSystemConnectionMemo memo)
-
Uses of DCCppSystemConnectionMemo in jmri.jmrix.dccpp.swing.packetgen
Constructors in jmri.jmrix.dccpp.swing.packetgen with parameters of type DCCppSystemConnectionMemo Constructor Description PacketGenAction(java.lang.String s, DCCppSystemConnectionMemo memo)
PacketGenAction(DCCppSystemConnectionMemo memo)
PacketGenFrame(DCCppSystemConnectionMemo memo)
-
Uses of DCCppSystemConnectionMemo in jmri.jmrix.dccpp.swing.virtuallcd
Constructors in jmri.jmrix.dccpp.swing.virtuallcd with parameters of type DCCppSystemConnectionMemo Constructor Description VirtualLCDAction(java.lang.String s, DCCppSystemConnectionMemo memo)
VirtualLCDAction(DCCppSystemConnectionMemo memo)
VirtualLCDFrame(DCCppSystemConnectionMemo memo)
-