Uses of Class
jmri.jmrix.mrc.MrcSystemConnectionMemo
Packages that use MrcSystemConnectionMemo
Package
Description
-
Uses of MrcSystemConnectionMemo in jmri.jmrix.mrc
Fields in jmri.jmrix.mrc declared as MrcSystemConnectionMemoModifier and TypeFieldDescription(package private) MrcSystemConnectionMemoMrcTrafficController.adaptermemoprotected MrcSystemConnectionMemoMrcProgrammer.memo(package private) MrcSystemConnectionMemoMrcProgrammerManager.memoMethods in jmri.jmrix.mrc that return MrcSystemConnectionMemoModifier and TypeMethodDescriptionMrcTrafficController.getAdapterMemo()MrcTurnoutManager.getMemo()MrcPortController.getSystemConnectionMemo()Methods in jmri.jmrix.mrc with parameters of type MrcSystemConnectionMemoModifier and TypeMethodDescriptionvoidMrcTrafficController.setAdapterMemo(MrcSystemConnectionMemo memo) Constructors in jmri.jmrix.mrc with parameters of type MrcSystemConnectionMemoModifierConstructorDescriptionMrcOpsModeProgrammer(MrcSystemConnectionMemo memo, int pAddress, boolean pLongAddr) protectedMrcPortController(MrcSystemConnectionMemo connectionMemo) MrcProgrammerManager(Programmer serviceModeProgrammer, MrcSystemConnectionMemo memo) MrcThrottle(MrcSystemConnectionMemo memo, DccLocoAddress address) Throttle Constructor.Throttle Manager Constructor. -
Uses of MrcSystemConnectionMemo in jmri.jmrix.mrc.swing
Fields in jmri.jmrix.mrc.swing declared as MrcSystemConnectionMemoModifier and TypeFieldDescription(package private) MrcSystemConnectionMemoMrcComponentFactory.memo(package private) MrcSystemConnectionMemoMrcNamedPaneAction.memoprotected MrcSystemConnectionMemoMrcPanel.memomake "memo" object available as convenienceMethods in jmri.jmrix.mrc.swing with parameters of type MrcSystemConnectionMemoModifier and TypeMethodDescriptionvoidMrcPanel.initComponents(MrcSystemConnectionMemo memo) 2nd stage of initialization, invoked after the constructor is complete.voidMrcPanelInterface.initComponents(MrcSystemConnectionMemo memo) 2nd stage of initialization, invoked after the constructor is complete.Constructors in jmri.jmrix.mrc.swing with parameters of type MrcSystemConnectionMemoModifierConstructorDescriptionCreate an MRC menu and load the MrcSystemConnectionMemo to the various actions.MrcNamedPaneAction(String s, Icon i, WindowInterface wi, String paneClass, MrcSystemConnectionMemo memo) MrcNamedPaneAction(String s, WindowInterface wi, 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 MrcSystemConnectionMemoMethods in jmri.jmrix.mrc.swing.monitor with parameters of type MrcSystemConnectionMemo -
Uses of MrcSystemConnectionMemo in jmri.jmrix.mrc.swing.packetgen
Methods in jmri.jmrix.mrc.swing.packetgen with parameters of type MrcSystemConnectionMemoModifier and TypeMethodDescriptionvoidMrcPacketGenPanel.initComponents(MrcSystemConnectionMemo m) 2nd stage of initialization, invoked after the constructor is complete.