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) LocoNetSystemConnectionMemoSlotManager. adaptermemo(package private) LocoNetSystemConnectionMemoLnDeferProgrammer. memo(package private) LocoNetSystemConnectionMemoLnOpsModeProgrammer. memo(package private) LocoNetSystemConnectionMemoLnProgrammerManager. memo(package private) LocoNetSystemConnectionMemoLnTrafficController. memoReference to the system connection memo.(package private) LocoNetSystemConnectionMemoLocoNetThrottledTransmitter. memoReference to the system connection memo.Methods in jmri.jmrix.loconet that return LocoNetSystemConnectionMemo Modifier and Type Method Description LocoNetSystemConnectionMemoLn7gAccyRoutesManager. getMemo()Returns the manager's memo.LocoNetSystemConnectionMemoLnLightManager. getMemo()Get the system connection for this manager.LocoNetSystemConnectionMemoLnReporterManager. getMemo()Get the system connection for this manager.LocoNetSystemConnectionMemoLnSensorManager. getMemo()Get the system connection for this manager.LocoNetSystemConnectionMemoLnStringIOManager. getMemo()Get the system connection for this manager.LocoNetSystemConnectionMemoLnTurnoutManager. getMemo()Get the system connection for this manager.LocoNetSystemConnectionMemoLnNetworkPortController. getSystemConnectionMemo()LocoNetSystemConnectionMemoLnPortController. getSystemConnectionMemo()LocoNetSystemConnectionMemoLnTrafficController. getSystemConnectionMemo()Get the system connection memo associated with this connection.LocoNetSystemConnectionMemoLocoNetInterface. getSystemConnectionMemo()Get the system connection memo associated with this connection.LocoNetSystemConnectionMemoLocoNetThrottledTransmitter. getSystemConnectionMemo()Get the system connection memo associated with this traffic controller.LocoNetSystemConnectionMemoSlotManager. getSystemConnectionMemo()Get the memo.Methods in jmri.jmrix.loconet with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description (package private) DccThrottleIb1ThrottleManager. createThrottle(LocoNetSystemConnectionMemo memo, LocoNetSlot s)(package private) DccThrottleIb2ThrottleManager. createThrottle(LocoNetSystemConnectionMemo memo, LocoNetSlot s)(package private) DccThrottleLnThrottleManager. createThrottle(LocoNetSystemConnectionMemo memo, LocoNetSlot s)Create a LocoNet Throttle to control a loco.ThrottleManagerLnCommandStationType. getThrottleManager(LocoNetSystemConnectionMemo memo)Get a new ThrottleManager of the right type for this command station.voidAbstractBoardProgPanel. initComponents(LocoNetSystemConnectionMemo memo)voidLn7gAccyRoutesManager. initComponents(LocoNetSystemConnectionMemo c)voidLnTrafficController. setSystemConnectionMemo(LocoNetSystemConnectionMemo m)Set the system connection memo associated with this connection.voidLocoNetInterface. setSystemConnectionMemo(LocoNetSystemConnectionMemo m)Set the system connection memo associated with this connection.voidLocoNetThrottledTransmitter. setSystemConnectionMemo(LocoNetSystemConnectionMemo m)Set the system connection memo associated with this traffic controller.voidSlotManager. 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 voidLnSimple7thGenDeviceRoutes. 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 voidBDL16Panel. 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 voidClockMonPane. 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 voidCmdStnConfigPane. 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 LocoNetSystemConnectionMemoLoaderPane. memoLnPanelInterface implementation makes "memo" object available as convenienceMethods in jmri.jmrix.loconet.downloader with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description voidLoaderPane. 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 voidDs64TabbedPanel. 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 voidDuplexGroupInfoPanel. initComponents(LocoNetSystemConnectionMemo memo)voidDuplexGroupScanPanel. initComponents(LocoNetSystemConnectionMemo memo)2nd stage of initialization, invoked after the constructor is complete.voidDuplexGroupTabbedPanel. 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 classHexFileSystemConnectionMemoLightweight 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 voidLocoGenPanel. 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 voidLocoIdPanel. 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) LocoNetSystemConnectionMemoLocoMonPane. memoMethods in jmri.jmrix.loconet.locomon with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description voidLocoMonPane. 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 voidLocoStatsPanel. 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 LocoNetSystemConnectionMemoActionClearSlots. getMemo()LocoNetSystemConnectionMemoActionUpdateSlots. getMemo()LocoNetSystemConnectionMemoExpressionSlotUsage. getMemo()LocoNetSystemConnectionMemoSetSpeedZero. getMemo()Methods in jmri.jmrix.loconet.logixng with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description voidActionClearSlots. setMemo(LocoNetSystemConnectionMemo memo)voidActionUpdateSlots. setMemo(LocoNetSystemConnectionMemo memo)voidExpressionSlotUsage. setMemo(LocoNetSystemConnectionMemo memo)voidSetSpeedZero. 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 classPR2SystemConnectionMemoLightweight 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 classPR3SystemConnectionMemoLightweight 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 voidPr3SelectPane. initComponents(LocoNetSystemConnectionMemo memo) -
Uses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.pr4
Subclasses of LocoNetSystemConnectionMemo in jmri.jmrix.loconet.pr4 Modifier and Type Class Description classPR4SystemConnectionMemoLightweight 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 voidSlotMonPane. 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) LocoNetSystemConnectionMemoLoaderEngine. memoConstructors 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 LocoNetSystemConnectionMemoLnStreamPortController. 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) LocoNetSystemConnectionMemoLnComponentFactory. memo(package private) LocoNetSystemConnectionMemoLnNamedPaneAction. memoprotected LocoNetSystemConnectionMemoLnPanel. memoMake "memo" object available as convenience.Methods in jmri.jmrix.loconet.swing that return LocoNetSystemConnectionMemo Modifier and Type Method Description LocoNetSystemConnectionMemoLnNamedPaneAction. getSystemConnectionMemo()Methods in jmri.jmrix.loconet.swing with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description javax.swing.ActionLocoNetMenu. 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.StringLnPanel. getTitleHelper(LocoNetSystemConnectionMemo memo, java.lang.String menuTitle)Create menu title from connection name.voidLnPanel. initComponents(LocoNetSystemConnectionMemo memo)2nd stage of initialization, invoked after the constructor is complete.voidLnPanelInterface. initComponents(LocoNetSystemConnectionMemo memo)2nd stage of initialization, invoked after the constructor is complete.javax.swing.ActionLocoNetMenu. processExternalItem(LocoNetMenuItem item, boolean isLocoNetInterface, WindowInterface wi, LocoNetSystemConnectionMemo memo)Create an Action suitable for inclusion as a menu item on a LocoNet menu.voidLnNamedPaneAction. 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 voidLncvProgPane. 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.lnsv1prog
Methods in jmri.jmrix.loconet.swing.lnsv1prog with parameters of type LocoNetSystemConnectionMemo Modifier and Type Method Description voidLnsv1ProgPane. initComponents(LocoNetSystemConnectionMemo memo)Constructors in jmri.jmrix.loconet.swing.lnsv1prog with parameters of type LocoNetSystemConnectionMemo Constructor Description Lnsv1ProgTableModel(Lnsv1ProgPane 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 classUhlenbrockSystemConnectionMemoLightweight 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 classUsbDcs210PlusSystemConnectionMemoLightweight 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 classUsbDcs240SystemConnectionMemoLightweight 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 classUsbDcs240PlusSystemConnectionMemoLightweight 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 classUsbDcs52SystemConnectionMemoLightweight 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 voidZ21XNetProgrammerManager. 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)
-