Uses of Class
jmri.jmrix.nce.NceSystemConnectionMemo
-
-
Uses of NceSystemConnectionMemo in jmri.jmrix.nce
Fields in jmri.jmrix.nce declared as NceSystemConnectionMemo Modifier and Type Field Description (package private) NceSystemConnectionMemo
NceProgrammerManager. memo
Methods in jmri.jmrix.nce that return NceSystemConnectionMemo Modifier and Type Method Description NceSystemConnectionMemo
NceTrafficController. getAdapterMemo()
NceSystemConnectionMemo
NceLightManager. getMemo()
Get the system connection for this manager.NceSystemConnectionMemo
NceSensorManager. getMemo()
Get the system connection for this manager.NceSystemConnectionMemo
NceTurnoutManager. getMemo()
Get the system connection for this manager.NceSystemConnectionMemo
NceNetworkPortController. getSystemConnectionMemo()
NceSystemConnectionMemo
NcePortController. getSystemConnectionMemo()
Methods in jmri.jmrix.nce with parameters of type NceSystemConnectionMemo Modifier and Type Method Description static void
NceMessageCheck. checkMessage(NceSystemConnectionMemo memo, NceMessage m)
void
NceTrafficController. setAdapterMemo(NceSystemConnectionMemo adaptermemo)
Constructors in jmri.jmrix.nce with parameters of type NceSystemConnectionMemo Constructor Description NceConsist(int address, NceSystemConnectionMemo m)
NceConsist(DccLocoAddress locoAddress, NceSystemConnectionMemo m)
NceConsistManager(NceSystemConnectionMemo m)
NceLightManager(NceSystemConnectionMemo memo)
NceNetworkPortController(NceSystemConnectionMemo connectionMemo)
NcePortController(NceSystemConnectionMemo connectionMemo)
NcePowerManager(NceSystemConnectionMemo memo)
NceProgrammerManager(NceSystemConnectionMemo memo)
NceSensorManager(NceSystemConnectionMemo memo)
NceThrottle(NceSystemConnectionMemo memo, DccLocoAddress address)
Constructor.NceThrottleManager(NceSystemConnectionMemo memo)
Constructor.NceTurnoutManager(NceSystemConnectionMemo memo)
-
Uses of NceSystemConnectionMemo in jmri.jmrix.nce.boosterprog
Methods in jmri.jmrix.nce.boosterprog with parameters of type NceSystemConnectionMemo Modifier and Type Method Description void
BoosterProgPanel. initComponents(NceSystemConnectionMemo m)
2nd stage of initialization, invoked after the constuctor is complete. -
Uses of NceSystemConnectionMemo in jmri.jmrix.nce.cab
Methods in jmri.jmrix.nce.cab with parameters of type NceSystemConnectionMemo Modifier and Type Method Description void
NceShowCabPanel. initComponents(NceSystemConnectionMemo m)
2nd stage of initialization, invoked after the constuctor is complete. -
Uses of NceSystemConnectionMemo in jmri.jmrix.nce.clockmon
Methods in jmri.jmrix.nce.clockmon with parameters of type NceSystemConnectionMemo Modifier and Type Method Description void
ClockMonPanel. initComponents(NceSystemConnectionMemo m)
2nd stage of initialization, invoked after the constuctor is complete. -
Uses of NceSystemConnectionMemo in jmri.jmrix.nce.consist
Methods in jmri.jmrix.nce.consist with parameters of type NceSystemConnectionMemo Modifier and Type Method Description void
NceConsistEditPanel. initComponents(NceSystemConnectionMemo m)
2nd stage of initialization, invoked after the constuctor is complete. -
Uses of NceSystemConnectionMemo in jmri.jmrix.nce.macro
Methods in jmri.jmrix.nce.macro with parameters of type NceSystemConnectionMemo Modifier and Type Method Description void
NceMacroEditPanel. initComponents(NceSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constuctor is complete.void
NceMacroGenPanel. initComponents(NceSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constuctor is complete. -
Uses of NceSystemConnectionMemo in jmri.jmrix.nce.ncemon
Fields in jmri.jmrix.nce.ncemon declared as NceSystemConnectionMemo Modifier and Type Field Description (package private) NceSystemConnectionMemo
NceMonPanel. memo
Methods in jmri.jmrix.nce.ncemon with parameters of type NceSystemConnectionMemo Modifier and Type Method Description void
NceMonPanel. initComponents(NceSystemConnectionMemo memo)
-
Uses of NceSystemConnectionMemo in jmri.jmrix.nce.packetgen
Methods in jmri.jmrix.nce.packetgen with parameters of type NceSystemConnectionMemo Modifier and Type Method Description void
NcePacketGenPanel. initComponents(NceSystemConnectionMemo m)
2nd stage of initialization, invoked after the constuctor is complete. -
Uses of NceSystemConnectionMemo in jmri.jmrix.nce.swing
Fields in jmri.jmrix.nce.swing declared as NceSystemConnectionMemo Modifier and Type Field Description (package private) NceSystemConnectionMemo
NceComponentFactory. memo
protected NceSystemConnectionMemo
NcePanel. memo
make "memo" object available as convenienceMethods in jmri.jmrix.nce.swing with parameters of type NceSystemConnectionMemo Modifier and Type Method Description void
NcePanel. initComponents(NceSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constuctor is complete.void
NcePanelInterface. initComponents(NceSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constuctor is complete.Constructors in jmri.jmrix.nce.swing with parameters of type NceSystemConnectionMemo Constructor Description NceComponentFactory(NceSystemConnectionMemo memo)
NceMenu(NceSystemConnectionMemo memo)
Create an NCE menu and load the NceSystemConnectionMemo to the various actions.NceNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, NceSystemConnectionMemo memo)
NceNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, NceSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs. -
Uses of NceSystemConnectionMemo in jmri.jmrix.nce.usbinterface
Methods in jmri.jmrix.nce.usbinterface with parameters of type NceSystemConnectionMemo Modifier and Type Method Description void
UsbInterfacePanel. initComponents(NceSystemConnectionMemo m)
-
Uses of NceSystemConnectionMemo in jmri.jmrix.ncemonitor
Fields in jmri.jmrix.ncemonitor declared as NceSystemConnectionMemo Modifier and Type Field Description (package private) NceSystemConnectionMemo
NcePacketMonitorPanel. memo
Methods in jmri.jmrix.ncemonitor with parameters of type NceSystemConnectionMemo Modifier and Type Method Description void
NcePacketMonitorPanel. initComponents(NceSystemConnectionMemo m)
2nd stage of initialization, invoked after the constuctor is complete.
-