Uses of Class
jmri.jmrix.tmcc.TmccSystemConnectionMemo
-
Packages that use TmccSystemConnectionMemo Package Description jmri.jmrix.tmcc jmri.jmrix.tmcc.packetgen jmri.jmrix.tmcc.serialmon jmri.jmrix.tmcc.swing -
-
Uses of TmccSystemConnectionMemo in jmri.jmrix.tmcc
Fields in jmri.jmrix.tmcc declared as TmccSystemConnectionMemo Modifier and Type Field Description (package private) TmccSystemConnectionMemo
SerialTrafficController. mMemo
Reference to the system connection memo.Methods in jmri.jmrix.tmcc that return TmccSystemConnectionMemo Modifier and Type Method Description TmccSystemConnectionMemo
SerialTurnoutManager. getMemo()
Get the system connection for this manager.TmccSystemConnectionMemo
SerialPortController. getSystemConnectionMemo()
TmccSystemConnectionMemo
SerialTrafficController. getSystemConnectionMemo()
Get access to the system connection memo associated with this traffic controller.Methods in jmri.jmrix.tmcc with parameters of type TmccSystemConnectionMemo Modifier and Type Method Description void
SerialTrafficController. setSystemConnectionMemo(TmccSystemConnectionMemo m)
Set the system connection memo associated with this traffic controller.Constructors in jmri.jmrix.tmcc with parameters of type TmccSystemConnectionMemo Constructor Description SerialThrottle(TmccSystemConnectionMemo memo, DccLocoAddress address)
Constructor.SerialThrottleManager(TmccSystemConnectionMemo memo)
Create a throttle manager.SerialTrafficController(TmccSystemConnectionMemo adaptermemo)
Create a new TMCC SerialTrafficController instance.SerialTurnout(java.lang.String prefix, int number, TmccSystemConnectionMemo memo)
Create a turnout.SerialTurnoutManager(TmccSystemConnectionMemo memo)
TmccMenu(java.lang.String name, TmccSystemConnectionMemo memo)
TmccMenu(TmccSystemConnectionMemo memo)
-
Uses of TmccSystemConnectionMemo in jmri.jmrix.tmcc.packetgen
Constructors in jmri.jmrix.tmcc.packetgen with parameters of type TmccSystemConnectionMemo Constructor Description SerialPacketGenAction(java.lang.String s, TmccSystemConnectionMemo memo)
SerialPacketGenAction(TmccSystemConnectionMemo memo)
SerialPacketGenFrame(TmccSystemConnectionMemo memo)
-
Uses of TmccSystemConnectionMemo in jmri.jmrix.tmcc.serialmon
Constructors in jmri.jmrix.tmcc.serialmon with parameters of type TmccSystemConnectionMemo Constructor Description SerialMonAction(java.lang.String s, TmccSystemConnectionMemo memo)
SerialMonFrame(TmccSystemConnectionMemo memo)
-
Uses of TmccSystemConnectionMemo in jmri.jmrix.tmcc.swing
Constructors in jmri.jmrix.tmcc.swing with parameters of type TmccSystemConnectionMemo Constructor Description TmccComponentFactory(TmccSystemConnectionMemo memo)
-