Uses of Class
jmri.jmrix.loconet.LocoNetSystemConnectionMemo
-
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet
Fields in jmri.jmrix.loconet declared as LocoNetSystemConnectionMemo Modifier and Type Field Description (package private) LocoNetSystemConnectionMemo
SlotManager. adaptermemo
(package private) LocoNetSystemConnectionMemo
LnDeferProgrammer. memo
(package private) LocoNetSystemConnectionMemo
LnOpsModeProgrammer. memo
(package private) LocoNetSystemConnectionMemo
LnProgrammerManager. memo
(package private) LocoNetSystemConnectionMemo
LnTrafficController. memo
Reference to the system connection memo.(package private) LocoNetSystemConnectionMemo
LocoNetThrottledTransmitter. memo
Reference to the system connection memo.Methods in jmri.jmrix.loconet that return LocoNetSystemConnectionMemo Modifier and Type Method Description LocoNetSystemConnectionMemo
Ln7gAccyRoutesManager. getMemo()
Returns the manager's memo.LocoNetSystemConnectionMemo
LnLightManager. getMemo()
Get the system connection for this manager.LocoNetSystemConnectionMemo
LnReporterManager. getMemo()
Get the system connection for this manager.LocoNetSystemConnectionMemo
LnSensorManager. getMemo()
Get the system connection for this manager.LocoNetSystemConnectionMemo
LnStringIOManager. getMemo()
Get the system connection for this manager.LocoNetSystemConnectionMemo
LnTurnoutManager. getMemo()
Get the system connection for this manager.LocoNetSystemConnectionMemo
LnNetworkPortController. getSystemConnectionMemo()
LocoNetSystemConnectionMemo
LnPortController. getSystemConnectionMemo()
LocoNetSystemConnectionMemo
LnTrafficController. getSystemConnectionMemo()
Get the system connection memo associated with this connection.LocoNetSystemConnectionMemo
LocoNetInterface. getSystemConnectionMemo()
Get the system connection memo associated with this connection.LocoNetSystemConnectionMemo
LocoNetThrottledTransmitter. getSystemConnectionMemo()
Get the system connection memo associated with this traffic controller.LocoNetSystemConnectionMemo
SlotManager. getSystemConnectionMemo()
Get the memo.Methods in jmri.jmrix.loconet with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description (package private) DccThrottle
Ib1ThrottleManager. createThrottle(LocoNetSystemConnectionMemo memo, LocoNetSlot s)
(package private) DccThrottle
Ib2ThrottleManager. createThrottle(LocoNetSystemConnectionMemo memo, LocoNetSlot s)
(package private) DccThrottle
LnThrottleManager. createThrottle(LocoNetSystemConnectionMemo memo, LocoNetSlot s)
Create a LocoNet Throttle to control a loco.ThrottleManager
LnCommandStationType. getThrottleManager(LocoNetSystemConnectionMemo memo)
Get a new ThrottleManager of the right type for this command station.void
AbstractBoardProgPanel. initComponents(LocoNetSystemConnectionMemo memo)
void
Ln7gAccyRoutesManager. initComponents(LocoNetSystemConnectionMemo c)
void
LnTrafficController. setSystemConnectionMemo(LocoNetSystemConnectionMemo m)
Set the system connection memo associated with this connection.void
LocoNetInterface. setSystemConnectionMemo(LocoNetSystemConnectionMemo m)
Set the system connection memo associated with this connection.void
LocoNetThrottledTransmitter. setSystemConnectionMemo(LocoNetSystemConnectionMemo m)
Set the system connection memo associated with this traffic controller.void
SlotManager. setSystemConnectionMemo(LocoNetSystemConnectionMemo memo)
Set the system connection memo. -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.alm
Methods in jmri.jmrix.loconet.alm with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
LnSimple7thGenDeviceRoutes. initComponents(LocoNetSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete. -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.bdl16
Methods in jmri.jmrix.loconet.bdl16 with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
BDL16Panel. initComponents(LocoNetSystemConnectionMemo memo)
Initialize LocoNet connection for use by the tool. -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.bluetooth
Constructors in jmri.jmrix.loconet.bluetooth with parameters of type LocoNetSystemConnectionMemo Constructor Description LocoNetBluetoothAdapter(LocoNetSystemConnectionMemo adapterMemo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.clockmon
Methods in jmri.jmrix.loconet.clockmon with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
ClockMonPane. initComponents(LocoNetSystemConnectionMemo memo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.cmdstnconfig
Methods in jmri.jmrix.loconet.cmdstnconfig with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
CmdStnConfigPane. initComponents(LocoNetSystemConnectionMemo memo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.downloader
Fields in jmri.jmrix.loconet.downloader declared as LocoNetSystemConnectionMemo Modifier and Type Field Description protected LocoNetSystemConnectionMemo
LoaderPane. memo
LnPanelInterface implementation makes "memo" object available as convenienceMethods in jmri.jmrix.loconet.downloader with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
LoaderPane. initComponents(LocoNetSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete. -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.ds64
Methods in jmri.jmrix.loconet.ds64 with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
Ds64TabbedPanel. initComponents(LocoNetSystemConnectionMemo memo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.duplexgroup.swing
Methods in jmri.jmrix.loconet.duplexgroup.swing with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
DuplexGroupInfoPanel. initComponents(LocoNetSystemConnectionMemo memo)
void
DuplexGroupScanPanel. initComponents(LocoNetSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.void
DuplexGroupTabbedPanel. initComponents(LocoNetSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.Constructors in jmri.jmrix.loconet.duplexgroup.swing with parameters of type LocoNetSystemConnectionMemo Constructor Description LnDplxGrpInfoImpl(LocoNetSystemConnectionMemo LNCMemo)
LnIPLImplementation(LocoNetSystemConnectionMemo lnMemo)
Constructor for LnIPMImplementation for a given LocoNetSystemConnectionMemo as provided by the instantiating method. -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.hexfile
Subclasses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.hexfile Modifier and Type Class Description class
HexFileSystemConnectionMemo
Lightweight class to denote that a system is "active" via a LocoNet hexfile emulator.Constructors in jmri.jmrix.loconet.hexfile with parameters of type LocoNetSystemConnectionMemo Constructor Description LnHexFilePort(LocoNetSystemConnectionMemo memo)
LnSensorManager(LocoNetSystemConnectionMemo memo, boolean interrogateAtStart)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.locobuffer
Constructors in jmri.jmrix.loconet.locobuffer with parameters of type LocoNetSystemConnectionMemo Constructor Description LocoBufferAdapter(LocoNetSystemConnectionMemo adapterMemo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.locobufferii
Constructors in jmri.jmrix.loconet.locobufferii with parameters of type LocoNetSystemConnectionMemo Constructor Description LocoBufferIIAdapter(LocoNetSystemConnectionMemo adapterMemo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.locogen
Methods in jmri.jmrix.loconet.locogen with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
LocoGenPanel. initComponents(LocoNetSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete. -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.locoid
Methods in jmri.jmrix.loconet.locoid with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
LocoIdPanel. initComponents(LocoNetSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete. -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.locomon
Fields in jmri.jmrix.loconet.locomon declared as LocoNetSystemConnectionMemo Modifier and Type Field Description (package private) LocoNetSystemConnectionMemo
LocoMonPane. memo
Methods in jmri.jmrix.loconet.locomon with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
LocoMonPane. initComponents(LocoNetSystemConnectionMemo memo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.loconetovertcp
Constructors in jmri.jmrix.loconet.loconetovertcp with parameters of type LocoNetSystemConnectionMemo Constructor Description LnOverTcpPacketizer(LocoNetSystemConnectionMemo m)
LnTcpDriverAdapter(LocoNetSystemConnectionMemo m)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.locostats
Constructors in jmri.jmrix.loconet.locostats with parameters of type LocoNetSystemConnectionMemo Constructor Description LocoStatsFunc(LocoNetSystemConnectionMemo memo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.locostats.swing
Methods in jmri.jmrix.loconet.locostats.swing with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
LocoStatsPanel. initComponents(LocoNetSystemConnectionMemo memo)
Configure LocoNet connection -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.logixng
Methods in jmri.jmrix.loconet.logixng that return LocoNetSystemConnectionMemo Modifier and Type Method Description LocoNetSystemConnectionMemo
ActionClearSlots. getMemo()
LocoNetSystemConnectionMemo
ActionUpdateSlots. getMemo()
LocoNetSystemConnectionMemo
ExpressionSlotUsage. getMemo()
LocoNetSystemConnectionMemo
SetSpeedZero. getMemo()
Methods in jmri.jmrix.loconet.logixng with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
ActionClearSlots. setMemo(LocoNetSystemConnectionMemo memo)
void
ActionUpdateSlots. setMemo(LocoNetSystemConnectionMemo memo)
void
ExpressionSlotUsage. setMemo(LocoNetSystemConnectionMemo memo)
void
SetSpeedZero. setMemo(LocoNetSystemConnectionMemo memo)
Constructors in jmri.jmrix.loconet.logixng with parameters of type LocoNetSystemConnectionMemo Constructor Description ActionClearSlots(java.lang.String sys, java.lang.String user, LocoNetSystemConnectionMemo memo)
ActionUpdateSlots(java.lang.String sys, java.lang.String user, LocoNetSystemConnectionMemo memo)
ExpressionSlotUsage(java.lang.String sys, java.lang.String user, LocoNetSystemConnectionMemo memo)
SetSpeedZero(java.lang.String sys, java.lang.String user, LocoNetSystemConnectionMemo memo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.logixng.swing
Constructors in jmri.jmrix.loconet.logixng.swing with parameters of type LocoNetSystemConnectionMemo Constructor Description GetNumSlotsDialog(LocoNetSystemConnectionMemo memo, javax.swing.JTextField textField)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.pr2
Subclasses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.pr2 Modifier and Type Class Description class
PR2SystemConnectionMemo
Lightweight class to denote that a PR2 is activeConstructors in jmri.jmrix.loconet.pr2 with parameters of type LocoNetSystemConnectionMemo Constructor Description LnPr2Packetizer(LocoNetSystemConnectionMemo memo)
Create a Packetizer against an existing LocoNetSystemConnectionMemo.LnPr2PowerManager(LocoNetSystemConnectionMemo memo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.pr3
Subclasses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.pr3 Modifier and Type Class Description class
PR3SystemConnectionMemo
Lightweight class to denote that a PR3 is active -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.pr3.swing
Methods in jmri.jmrix.loconet.pr3.swing with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
Pr3SelectPane. initComponents(LocoNetSystemConnectionMemo memo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.pr4
Subclasses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.pr4 Modifier and Type Class Description class
PR4SystemConnectionMemo
Lightweight class to denote that a PR4 is active -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.slotmon
Methods in jmri.jmrix.loconet.slotmon with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
SlotMonPane. initComponents(LocoNetSystemConnectionMemo memo)
Constructors in jmri.jmrix.loconet.slotmon with parameters of type LocoNetSystemConnectionMemo Constructor Description SlotMonDataModel(int row, int column, LocoNetSystemConnectionMemo memo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.soundloader
Fields in jmri.jmrix.loconet.soundloader declared as LocoNetSystemConnectionMemo Modifier and Type Field Description (package private) LocoNetSystemConnectionMemo
LoaderEngine. memo
Constructors in jmri.jmrix.loconet.soundloader with parameters of type LocoNetSystemConnectionMemo Constructor Description LoaderEngine(LocoNetSystemConnectionMemo memo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.streamport
Methods in jmri.jmrix.loconet.streamport that return LocoNetSystemConnectionMemo Modifier and Type Method Description LocoNetSystemConnectionMemo
LnStreamPortController. getSystemConnectionMemo()
Constructors in jmri.jmrix.loconet.streamport with parameters of type LocoNetSystemConnectionMemo Constructor Description LnStreamPortController(LocoNetSystemConnectionMemo connectionMemo, java.io.DataInputStream in, java.io.DataOutputStream out, java.lang.String pname)
LnStreamPortPacketizer(LocoNetSystemConnectionMemo m)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.swing
Fields in jmri.jmrix.loconet.swing declared as LocoNetSystemConnectionMemo Modifier and Type Field Description (package private) LocoNetSystemConnectionMemo
LnComponentFactory. memo
(package private) LocoNetSystemConnectionMemo
LnNamedPaneAction. memo
protected LocoNetSystemConnectionMemo
LnPanel. memo
Make "memo" object available as convenience.Methods in jmri.jmrix.loconet.swing that return LocoNetSystemConnectionMemo Modifier and Type Method Description LocoNetSystemConnectionMemo
LnNamedPaneAction. getSystemConnectionMemo()
Methods in jmri.jmrix.loconet.swing with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description javax.swing.Action
LocoNetMenu. createGuiAction(LocoNetMenuItem item, WindowInterface wi, LocoNetSystemConnectionMemo memo)
Create an Action object from a LocoNetMenuItem, linked to the appropriate WindowInterface, for use as a menu item on a LocoNet menu.java.util.ArrayList<javax.swing.JMenu>
LocoNetMenu. getExtensionMenuItems(boolean isConnectionWithHardwareInterface, WindowInterface wi, LocoNetSystemConnectionMemo memo)
Get an ArrayList of JMenu objects as provided via the SPI "extension" mechanisms.static java.lang.String
LnPanel. getTitleHelper(LocoNetSystemConnectionMemo memo, java.lang.String menuTitle)
Create menu title from connection name.void
LnPanel. initComponents(LocoNetSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.void
LnPanelInterface. initComponents(LocoNetSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.javax.swing.Action
LocoNetMenu. processExternalItem(LocoNetMenuItem item, boolean isLocoNetInterface, WindowInterface wi, LocoNetSystemConnectionMemo memo)
Create an Action suitable for inclusion as a menu item on a LocoNet menu.void
LnNamedPaneAction. setSystemConnectionMemo(LocoNetSystemConnectionMemo memo)
Constructors in jmri.jmrix.loconet.swing with parameters of type LocoNetSystemConnectionMemo Constructor Description LnComponentFactory(LocoNetSystemConnectionMemo memo)
LnNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, LocoNetSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs.LnNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, LocoNetSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs.LocoNetMenu(LocoNetSystemConnectionMemo memo)
Create a LocoNet menu. -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.swing.lncvprog
Methods in jmri.jmrix.loconet.swing.lncvprog with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
LncvProgPane. initComponents(LocoNetSystemConnectionMemo memo)
Constructors in jmri.jmrix.loconet.swing.lncvprog with parameters of type LocoNetSystemConnectionMemo Constructor Description LncvProgTableModel(LncvProgPane parent, LocoNetSystemConnectionMemo memo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.swing.menuitemspi
Methods in jmri.jmrix.loconet.swing.menuitemspi with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description java.util.List<javax.swing.JMenu>
MenuItemsService. getMenuExtensionsItems(boolean isLocoNetInterface, WindowInterface wi, LocoNetSystemConnectionMemo memo)
Return menu items from all LocoNet Menu Extension SPI providers. -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.swing.menuitemspi.spi
Methods in jmri.jmrix.loconet.swing.menuitemspi.spi with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description java.util.ArrayList<javax.swing.JMenu>
MenuItemsInterface. getMenuItems(boolean isLocoNetInterface, WindowInterface wi, LocoNetSystemConnectionMemo memo)
An interface for extension of the menu(s) associated with JMRI LocoNet-based connections, the JAVA SPI mechanism. -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.uhlenbrock
Subclasses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.uhlenbrock Modifier and Type Class Description class
UhlenbrockSystemConnectionMemo
Lightweight class to denote that an Uhlenbrock IB-COM or Intellibox II is activeConstructors in jmri.jmrix.loconet.uhlenbrock with parameters of type LocoNetSystemConnectionMemo Constructor Description UhlenbrockPacketizer(LocoNetSystemConnectionMemo m)
UhlenbrockProgrammerManager(LocoNetSystemConnectionMemo memo)
-
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.usb_dcs210Plus
Subclasses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.usb_dcs210Plus Modifier and Type Class Description class
UsbDcs210PlusSystemConnectionMemo
Lightweight class to denote that a DCS210Plus USB interface is active -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.usb_dcs240
Subclasses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.usb_dcs240 Modifier and Type Class Description class
UsbDcs240SystemConnectionMemo
Lightweight class to denote that a DCS240 USB interface is active -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.usb_dcs240Plus
Subclasses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.usb_dcs240Plus Modifier and Type Class Description class
UsbDcs240PlusSystemConnectionMemo
Lightweight class to denote that a DCS240Plus USB interface is active -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.usb_dcs52
Subclasses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.usb_dcs52 Modifier and Type Class Description class
UsbDcs52SystemConnectionMemo
Lightweight class to denote that a DCS52 USB interface is active -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.roco.z21
Methods in jmri.jmrix.roco.z21 with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description void
Z21XNetProgrammerManager. setLocoNetMemo(LocoNetSystemConnectionMemo loconetMemo)
Constructors in jmri.jmrix.roco.z21 with parameters of type LocoNetSystemConnectionMemo Constructor Description Z21LnStreamPortController(LocoNetSystemConnectionMemo connectionMemo, java.io.DataInputStream in, java.io.DataOutputStream out, java.lang.String pname)
Z21LnStreamPortPacketizer(LocoNetSystemConnectionMemo m)
Z21XNetProgrammerManager(Programmer pProgrammer, XNetSystemConnectionMemo xnetMemo, LocoNetSystemConnectionMemo loconetMemo)
-