Uses of Class
jmri.jmrix.mrc.MrcSystemConnectionMemo
-
Packages that use MrcSystemConnectionMemo Package Description jmri.jmrix.mrc jmri.jmrix.mrc.swing jmri.jmrix.mrc.swing.monitor jmri.jmrix.mrc.swing.packetgen -
-
Uses of MrcSystemConnectionMemo in jmri.jmrix.mrc
Fields in jmri.jmrix.mrc declared as MrcSystemConnectionMemo Modifier and Type Field Description (package private) MrcSystemConnectionMemo
MrcTrafficController. adaptermemo
protected MrcSystemConnectionMemo
MrcProgrammer. memo
(package private) MrcSystemConnectionMemo
MrcProgrammerManager. memo
Methods in jmri.jmrix.mrc that return MrcSystemConnectionMemo Modifier and Type Method Description MrcSystemConnectionMemo
MrcTrafficController. getAdapterMemo()
MrcSystemConnectionMemo
MrcTurnoutManager. getMemo()
MrcSystemConnectionMemo
MrcPortController. getSystemConnectionMemo()
Methods in jmri.jmrix.mrc with parameters of type MrcSystemConnectionMemo Modifier and Type Method Description void
MrcTrafficController. setAdapterMemo(MrcSystemConnectionMemo memo)
Constructors in jmri.jmrix.mrc with parameters of type MrcSystemConnectionMemo Constructor Description MrcOpsModeProgrammer(MrcSystemConnectionMemo memo, int pAddress, boolean pLongAddr)
MrcPortController(MrcSystemConnectionMemo connectionMemo)
MrcPowerManager(MrcSystemConnectionMemo memo)
MrcProgrammer(MrcSystemConnectionMemo memo)
MrcProgrammerManager(Programmer serviceModeProgrammer, MrcSystemConnectionMemo memo)
MrcThrottle(MrcSystemConnectionMemo memo, DccLocoAddress address)
Throttle Constructor.MrcThrottleManager(MrcSystemConnectionMemo memo)
Throttle Manager Constructor.MrcTurnoutManager(MrcSystemConnectionMemo memo)
-
Uses of MrcSystemConnectionMemo in jmri.jmrix.mrc.swing
Fields in jmri.jmrix.mrc.swing declared as MrcSystemConnectionMemo Modifier and Type Field Description (package private) MrcSystemConnectionMemo
MrcComponentFactory. memo
(package private) MrcSystemConnectionMemo
MrcNamedPaneAction. memo
protected MrcSystemConnectionMemo
MrcPanel. memo
make "memo" object available as convenienceMethods in jmri.jmrix.mrc.swing with parameters of type MrcSystemConnectionMemo Modifier and Type Method Description void
MrcPanel. initComponents(MrcSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.void
MrcPanelInterface. initComponents(MrcSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.Constructors in jmri.jmrix.mrc.swing with parameters of type MrcSystemConnectionMemo Constructor Description MrcComponentFactory(MrcSystemConnectionMemo memo)
MrcMenu(MrcSystemConnectionMemo memo)
Create an MRC menu and load the MrcSystemConnectionMemo to the various actions.MrcNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, MrcSystemConnectionMemo memo)
MrcNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, MrcSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs -
Uses of MrcSystemConnectionMemo in jmri.jmrix.mrc.swing.monitor
Fields in jmri.jmrix.mrc.swing.monitor declared as MrcSystemConnectionMemo Modifier and Type Field Description (package private) MrcSystemConnectionMemo
MrcMonPanel. memo
Methods in jmri.jmrix.mrc.swing.monitor with parameters of type MrcSystemConnectionMemo Modifier and Type Method Description void
MrcMonPanel. initComponents(MrcSystemConnectionMemo memo)
-
Uses of MrcSystemConnectionMemo in jmri.jmrix.mrc.swing.packetgen
Methods in jmri.jmrix.mrc.swing.packetgen with parameters of type MrcSystemConnectionMemo Modifier and Type Method Description void
MrcPacketGenPanel. initComponents(MrcSystemConnectionMemo m)
2nd stage of initialization, invoked after the constructor is complete.
-