Uses of Class
jmri.jmrix.zimo.Mx1SystemConnectionMemo
-
Packages that use Mx1SystemConnectionMemo Package Description jmri.jmrix.zimo jmri.jmrix.zimo.swing jmri.jmrix.zimo.swing.monitor jmri.jmrix.zimo.swing.packetgen -
-
Uses of Mx1SystemConnectionMemo in jmri.jmrix.zimo
Fields in jmri.jmrix.zimo declared as Mx1SystemConnectionMemo Modifier and Type Field Description (package private) Mx1SystemConnectionMemo
Mx1TrafficController. adaptermemo
Methods in jmri.jmrix.zimo that return Mx1SystemConnectionMemo Modifier and Type Method Description Mx1SystemConnectionMemo
Mx1TrafficController. getAdapterMemo()
Mx1SystemConnectionMemo
Mx1TurnoutManager. getMemo()
Get the system connection for this manager.Mx1SystemConnectionMemo
Mx1PortController. getSystemConnectionMemo()
Methods in jmri.jmrix.zimo with parameters of type Mx1SystemConnectionMemo Modifier and Type Method Description void
Mx1TrafficController. setAdapterMemo(Mx1SystemConnectionMemo memo)
Constructors in jmri.jmrix.zimo with parameters of type Mx1SystemConnectionMemo Constructor Description Mx1PortController(Mx1SystemConnectionMemo connectionMemo)
Mx1PowerManager(Mx1SystemConnectionMemo memo)
Mx1ProgrammerManager(Programmer serviceModeProgrammer, Mx1SystemConnectionMemo memo)
Mx1Throttle(Mx1SystemConnectionMemo memo, DccLocoAddress address)
Create a new throttle.Mx1ThrottleManager(Mx1SystemConnectionMemo memo)
Create a new manager.Mx1TurnoutManager(Mx1SystemConnectionMemo memo)
-
Uses of Mx1SystemConnectionMemo in jmri.jmrix.zimo.swing
Fields in jmri.jmrix.zimo.swing declared as Mx1SystemConnectionMemo Modifier and Type Field Description (package private) Mx1SystemConnectionMemo
Mx1ComponentFactory. memo
(package private) Mx1SystemConnectionMemo
Mx1NamedPaneAction. memo
protected Mx1SystemConnectionMemo
Mx1Panel. memo
make "memo" object available as convenienceMethods in jmri.jmrix.zimo.swing that return Mx1SystemConnectionMemo Modifier and Type Method Description Mx1SystemConnectionMemo
Mx1NamedPaneAction. getSystemConnectionMemo()
Methods in jmri.jmrix.zimo.swing with parameters of type Mx1SystemConnectionMemo Modifier and Type Method Description void
Mx1Panel. initComponents(Mx1SystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.void
Mx1PanelInterface. initComponents(Mx1SystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.void
Mx1NamedPaneAction. setSystemConnectionMemo(Mx1SystemConnectionMemo memo)
Constructors in jmri.jmrix.zimo.swing with parameters of type Mx1SystemConnectionMemo Constructor Description Mx1ComponentFactory(Mx1SystemConnectionMemo memo)
Mx1Menu(Mx1SystemConnectionMemo memo)
Create a Zimo menu.Mx1NamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, Mx1SystemConnectionMemo memo)
Mx1NamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, Mx1SystemConnectionMemo memo)
Create a Mx1NamedPane associated with the given window. -
Uses of Mx1SystemConnectionMemo in jmri.jmrix.zimo.swing.monitor
Fields in jmri.jmrix.zimo.swing.monitor declared as Mx1SystemConnectionMemo Modifier and Type Field Description (package private) Mx1SystemConnectionMemo
Mx1MonPanel. memo
Methods in jmri.jmrix.zimo.swing.monitor with parameters of type Mx1SystemConnectionMemo Modifier and Type Method Description void
Mx1MonPanel. initComponents(Mx1SystemConnectionMemo memo)
-
Uses of Mx1SystemConnectionMemo in jmri.jmrix.zimo.swing.packetgen
Methods in jmri.jmrix.zimo.swing.packetgen with parameters of type Mx1SystemConnectionMemo Modifier and Type Method Description void
Mx1PacketGenPanel. initComponents(Mx1SystemConnectionMemo m)
2nd stage of initialization, invoked after the constructor is complete.
-