Uses of Class
jmri.jmrix.can.CanSystemConnectionMemo
-
Packages that use CanSystemConnectionMemo Package Description jmri.jmrit.symbolicprog Basic support for advanced programming, primarily used by DecoderPro.jmri.jmrix.can Defines classes for interfacing to a CAN-based model railway control bus.jmri.jmrix.can.adapters.gridconnect Defines classes for communicating with the CAN network via hardware which uses the GridConnect format.jmri.jmrix.can.adapters.gridconnect.net jmri.jmrix.can.adapters.lawicell Defines classes for communicating with the CAN network via hardware which uses the Lawicell formatjmri.jmrix.can.adapters.loopback Defines classes for simulating communication with a CAN network via loopback.jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.can.cbus.eventtable Provides an Event Table for CBUS Events..jmri.jmrix.can.cbus.logixng Provides classes for interacting with CBUS Nodes using LogixNG.jmri.jmrix.can.cbus.node Provides classes for interacting with CBUS Nodes.jmri.jmrix.can.cbus.simulator Provides dummy CBUS network simulated objects.jmri.jmrix.can.cbus.swing Provides common utilities for CBUS swing classes.jmri.jmrix.can.cbus.swing.bootloader Defines classes for bootloader client for updating CBUS module firmware.jmri.jmrix.can.cbus.swing.cbusslotmonitor Provides CBUS Command Station Session Monitoring.jmri.jmrix.can.cbus.swing.configtool Provides a tool for creating Turnouts, Sensors and Lights from CBUS CAN Frames.jmri.jmrix.can.cbus.swing.console Defines classes for a console utility to interact with a MERG CBUS networkjmri.jmrix.can.cbus.swing.eventrequestmonitor Defines classes for implementing an event table to interact with a MERG CBUS network.jmri.jmrix.can.cbus.swing.eventtable Defines classes for implementing an event table to interact with a MERG CBUS network.jmri.jmrix.can.cbus.swing.modeswitcher Defines classes for ModeSwitcher for switching programmer and command station modes.jmri.jmrix.can.cbus.swing.nodeconfig Provides CBUS Node Configuration Tools.jmri.jmrix.can.cbus.swing.simulator Provides swing UI for CBUS network simulation tools.jmri.jmrix.can.nmranet Defines classes for interfacing to a NMRAnet network.jmri.jmrix.can.nmranet.swing jmri.jmrix.can.swing Provides Swing-based GUI tools for general CAN connections.jmri.jmrix.can.swing.monitor jmri.jmrix.can.swing.send Provide a tool for sending CAN packets.jmri.jmrix.openlcb Implementation of the JMRI OpenLCB hardware interface.jmri.jmrix.openlcb.configurexml jmri.jmrix.openlcb.swing Head package for Swing-based packages for JMRI's OpenLCB implementation.jmri.jmrix.openlcb.swing.downloader Provides a download (bootload) tool for OpenLCB nodes.jmri.jmrix.openlcb.swing.eventtable Provides a table showing relationships among Nodes, Event Producers and Event Consumersjmri.jmrix.openlcb.swing.hub jmri.jmrix.openlcb.swing.idtool jmri.jmrix.openlcb.swing.lccpro Provides the main panels for the LccPro application.jmri.jmrix.openlcb.swing.memtool Provides a tool for manipulating node memoryjmri.jmrix.openlcb.swing.monitor jmri.jmrix.openlcb.swing.networktree jmri.jmrix.openlcb.swing.protocoloptions jmri.jmrix.openlcb.swing.send Provide a developer tool for sending OpenLCB CAN packets.jmri.jmrix.openlcb.swing.stleditor Provides a tool for editing the STL logic introduced with the Tower LCC+Q -
-
Uses of CanSystemConnectionMemo in jmri.jmrit.symbolicprog
Methods in jmri.jmrit.symbolicprog that return CanSystemConnectionMemo Modifier and Type Method Description (package private) static CanSystemConnectionMemoTcsDownloadAction. getSystemConnectionMemo()(package private) static CanSystemConnectionMemoTcsUploadAction. getSystemConnectionMemo() -
Uses of CanSystemConnectionMemo in jmri.jmrix.can
Fields in jmri.jmrix.can declared as CanSystemConnectionMemo Modifier and Type Field Description protected CanSystemConnectionMemoConfigurationManager. adapterMemoMethods in jmri.jmrix.can with parameters of type CanSystemConnectionMemo Modifier and Type Method Description default voidCanListener. addTc(CanSystemConnectionMemo memoToAdd)Add a Traffic Controller Listener.default voidCanListener. removeTc(CanSystemConnectionMemo memoToRemove)Remove a Traffic Controller Listener.Constructors in jmri.jmrix.can with parameters of type CanSystemConnectionMemo Constructor Description CanConfigurationManager(CanSystemConnectionMemo memo)Create a new CanConfigurationManager.ConfigurationManager(CanSystemConnectionMemo memo)Create a new ConfigurationManager -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.adapters.gridconnect
Methods in jmri.jmrix.can.adapters.gridconnect that return CanSystemConnectionMemo Modifier and Type Method Description CanSystemConnectionMemoGcPortController. getSystemConnectionMemo()Get the CAN System Connection.Constructors in jmri.jmrix.can.adapters.gridconnect with parameters of type CanSystemConnectionMemo Constructor Description GcPortController(CanSystemConnectionMemo connectionMemo)Create a new GC PortController. -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.adapters.gridconnect.net
Methods in jmri.jmrix.can.adapters.gridconnect.net that return CanSystemConnectionMemo Modifier and Type Method Description CanSystemConnectionMemoNetworkDriverAdapter. getSystemConnectionMemo() -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.adapters.lawicell
Methods in jmri.jmrix.can.adapters.lawicell that return CanSystemConnectionMemo Modifier and Type Method Description CanSystemConnectionMemoPortController. getSystemConnectionMemo() -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.adapters.loopback
Fields in jmri.jmrix.can.adapters.loopback declared as CanSystemConnectionMemo Modifier and Type Field Description protected CanSystemConnectionMemoLoopbackTrafficController. adaptermemoMethods in jmri.jmrix.can.adapters.loopback that return CanSystemConnectionMemo Modifier and Type Method Description CanSystemConnectionMemoPort. getSystemConnectionMemo() -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus
Methods in jmri.jmrix.can.cbus that return CanSystemConnectionMemo Modifier and Type Method Description CanSystemConnectionMemoCbusLightManager. getMemo()Get the system connection for this manager.CanSystemConnectionMemoCbusReporterManager. getMemo()Get the system connection for this manager.Methods in jmri.jmrix.can.cbus with parameters of type CanSystemConnectionMemo Modifier and Type Method Description protected voidCbusDccProgrammerManager. validateProgrammingModes(CanSystemConnectionMemo memo)Check that the programming mode preferences, which may be default values for a new connection or if they have never been set, are consistent with the programmer modes for the connected hardware -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.eventtable
Fields in jmri.jmrix.can.cbus.eventtable declared as CanSystemConnectionMemo Modifier and Type Field Description protected CanSystemConnectionMemoCbusBasicEventTableModel. _memo(package private) CanSystemConnectionMemoCbusEventTableXmlFile. memoConstructors in jmri.jmrix.can.cbus.eventtable with parameters of type CanSystemConnectionMemo Constructor Description CbusBasicEventTableModel(CanSystemConnectionMemo memo)CbusBasicEventTableModel(CanSystemConnectionMemo memo, int initialRowSize)CbusEventTableDataModel(CanSystemConnectionMemo memo, int initialRowSize)Create a new CbusEventTableDataModel.CbusEventTableDataModel(CanSystemConnectionMemo memo, int row, int column)CbusEventTableXmlFile(CanSystemConnectionMemo memo)CbusTableEvent(CanSystemConnectionMemo memo, int nn, int en) -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.logixng
Methods in jmri.jmrix.can.cbus.logixng that return CanSystemConnectionMemo Modifier and Type Method Description CanSystemConnectionMemoSendMergCbusEvent. getMemo()Methods in jmri.jmrix.can.cbus.logixng that return types with arguments of type CanSystemConnectionMemo Modifier and Type Method Description static java.util.List<CanSystemConnectionMemo>CategoryMergCbus. getMergConnections()Methods in jmri.jmrix.can.cbus.logixng with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidSendMergCbusEvent. setMemo(CanSystemConnectionMemo memo)Constructors in jmri.jmrix.can.cbus.logixng with parameters of type CanSystemConnectionMemo Constructor Description SendMergCbusEvent(java.lang.String sys, java.lang.String user, CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.node
Fields in jmri.jmrix.can.cbus.node declared as CanSystemConnectionMemo Modifier and Type Field Description protected CanSystemConnectionMemoCbusBasicNode. _memoprotected CanSystemConnectionMemoCbusBasicNodeTable. _memo(package private) CanSystemConnectionMemoCbusNodeBackupFile. memoCanSystemConnectionMemoCbusNodeCanListener. memoMethods in jmri.jmrix.can.cbus.node that return CanSystemConnectionMemo Modifier and Type Method Description CanSystemConnectionMemoCbusBasicNode. getMemo()Methods in jmri.jmrix.can.cbus.node with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidCbusBasicNode. setCanId(CanSystemConnectionMemo memo)Set CAN ID by System Connection.Constructors in jmri.jmrix.can.cbus.node with parameters of type CanSystemConnectionMemo Constructor Description CbusAllocateNodeNumber(CanSystemConnectionMemo memo, CbusNodeTableDataModel model)CbusBasicNode(CanSystemConnectionMemo connmemo, int nodenumber)Create a new CbusBasicNodeWithChangeListener.CbusBasicNodeEvent(CanSystemConnectionMemo memo, int nn, int en, int thisnode, int index)Set the value of the event variable array by indexCbusBasicNodeTable(CanSystemConnectionMemo memo, int row, int column)CbusBasicNodeTableFetch(CanSystemConnectionMemo memo, int row, int column)CbusBasicNodeTableOperations(CanSystemConnectionMemo memo, int row, int column)CbusBasicNodeWithManagers(CanSystemConnectionMemo connmemo, int nodenumber)Create a new CbusBasicNodeWithManagersCbusBasicNodeWithMgrsCommandStation(CanSystemConnectionMemo connmemo, int nodenumber)Create a new CbusBasicNode with Managers and Command StationCbusNode(CanSystemConnectionMemo connmemo, int nodenumber)Create a new CbusNodeCbusNodeBackupFile(CanSystemConnectionMemo memo)CbusNodeCanListener(CanSystemConnectionMemo connmemo, CbusBasicNodeWithManagers node)Create a new CbusNodeCanListenerCbusNodeEvent(CanSystemConnectionMemo memo, int nn, int en, int thisnode, int index, int maxEvVar)Set the value of the event variable array by indexCbusNodeEventManager(CanSystemConnectionMemo memo, CbusBasicNodeWithManagers node)Create a new CbusNodeNVManagerCbusNodeEventTableDataModel(NodeConfigToolPane mainpane, CanSystemConnectionMemo memo, int row, int column)CbusNodeFromBackup(CanSystemConnectionMemo connmemo, int nodenumber)Create a new CbusNodeFrommBackup by connection type and Node NumberCbusNodeFromFcuTableDataModel(CanSystemConnectionMemo memo, int row, int column)CbusNodeNVTableDataModel(CanSystemConnectionMemo memo, int row, int column)CbusNodeSingleEventTableDataModel(CanSystemConnectionMemo memo, int row, int column, CbusNodeEvent ndEv)CbusNodeTableDataModel(CanSystemConnectionMemo memo, int initialArraySize)Create a new CbusNodeTableDataModel.CbusNodeTableDataModel(CanSystemConnectionMemo memo, int row, int column)CbusNodeTrickleFetch(CanSystemConnectionMemo memo, CbusBasicNodeTableFetch model, long timeoutValue) -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.simulator
Methods in jmri.jmrix.can.cbus.simulator with parameters of type CanSystemConnectionMemo Modifier and Type Method Description protected CbusDummyNodeCbusSimulatedModuleProvider. createNewDummyNode(CanSystemConnectionMemo memo, int nodeNumber)CbusDummyNodeCbusSimulatedModuleProvider. getNewDummyNode(CanSystemConnectionMemo memo, int nodeNumber)Create a new CbusDummyNode of the implementing class type.Constructors in jmri.jmrix.can.cbus.simulator with parameters of type CanSystemConnectionMemo Constructor Description CbusDummyCS(CanSystemConnectionMemo sysmemo)CbusDummyNode(CanSystemConnectionMemo sysmemo, int nodenumber)Create a new CbusDummyNode.CbusDummyNodeCanListener(CanSystemConnectionMemo connmemo, CbusDummyNode node)Create a new CbusDummyNodeCanListenerCbusEventResponder(CanSystemConnectionMemo memod)CbusSimCanListener(CanSystemConnectionMemo memo, CbusNode node)Create a CanListener with Common Simulation setting attributes.CbusSimulator(CanSystemConnectionMemo sysmemo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.swing
Fields in jmri.jmrix.can.cbus.swing declared as CanSystemConnectionMemo Modifier and Type Field Description (package private) CanSystemConnectionMemoCbusComponentFactory. memoConstructors in jmri.jmrix.can.cbus.swing with parameters of type CanSystemConnectionMemo Constructor Description CbusComponentFactory(CanSystemConnectionMemo memo)CbusFilterTreePane(CanSystemConnectionMemo memo)Create a new CbusFilterTreePane for a given system connection.CbusMenu(CanSystemConnectionMemo memo)CbusTableRowEventDnDHandler(CanSystemConnectionMemo memo, javax.swing.JTable table)SprogCbusMenu(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.swing.bootloader
Methods in jmri.jmrix.can.cbus.swing.bootloader with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidCbusBootloaderPane. initComponents(CanSystemConnectionMemo memo)2nd stage of initialization, invoked after the Constructor is complete. -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.swing.cbusslotmonitor
Methods in jmri.jmrix.can.cbus.swing.cbusslotmonitor with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidCbusSlotMonitorPane. initComponents(CanSystemConnectionMemo memo)Constructors in jmri.jmrix.can.cbus.swing.cbusslotmonitor with parameters of type CanSystemConnectionMemo Constructor Description CbusSlotMonitorDataModel(CanSystemConnectionMemo memo)Create a New CbusSlotMonitorDataModel. -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.swing.configtool
Methods in jmri.jmrix.can.cbus.swing.configtool with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidConfigToolPane. initComponents(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.swing.console
Methods in jmri.jmrix.can.cbus.swing.console with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidCbusConsolePane. initComponents(CanSystemConnectionMemo memo)2nd stage of initialization, invoked after the Constructor is complete.voidCbusConsolePane. initComponents(CanSystemConnectionMemo memo, boolean launchEvTable)Constructor For testing purposes, not for general use. -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.swing.eventrequestmonitor
Methods in jmri.jmrix.can.cbus.swing.eventrequestmonitor with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidCbusEventRequestTablePane. initComponents(CanSystemConnectionMemo memo)Constructors in jmri.jmrix.can.cbus.swing.eventrequestmonitor with parameters of type CanSystemConnectionMemo Constructor Description CbusEventRequestDataModel(CanSystemConnectionMemo memo, int row, int column) -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.swing.eventtable
Methods in jmri.jmrix.can.cbus.swing.eventtable with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidCbusEventTablePane. initComponents(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.swing.modeswitcher
Fields in jmri.jmrix.can.cbus.swing.modeswitcher declared as CanSystemConnectionMemo Modifier and Type Field Description protected CanSystemConnectionMemoSprogCbusModeSwitcherFrame. _memoConstructors in jmri.jmrix.can.cbus.swing.modeswitcher with parameters of type CanSystemConnectionMemo Constructor Description SprogCbusModeSwitcherAction(java.lang.String s, CanSystemConnectionMemo memo)SprogCbusModeSwitcherAction(CanSystemConnectionMemo memo)SprogCbusModeSwitcherFrame(CanSystemConnectionMemo memo, java.lang.String s)SprogCbusSimpleModeSwitcherFrame(CanSystemConnectionMemo memo)SprogCbusSprog3PlusModeSwitcherFrame(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.swing.nodeconfig
Methods in jmri.jmrix.can.cbus.swing.nodeconfig with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidCbusNodeEditEventFrame. initComponents(CanSystemConnectionMemo memo, CbusNodeEvent ndEv)voidCbusNodeFcuTablePane. initComponents(CanSystemConnectionMemo memo, CbusNodeFromFcuTableDataModel model)voidCbusNodeRestoreFcuFrame. initComponents(CanSystemConnectionMemo memo)voidCbusNodeSingleEventEditTablePane. initComponents(CanSystemConnectionMemo memo, NodeConfigToolPane pane)voidCbusNodeTablePane. initComponents(CanSystemConnectionMemo memo)voidNodeConfigToolPane. initComponents(CanSystemConnectionMemo memo)2nd stage of initialization, invoked after the Constructor is complete. -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.cbus.swing.simulator
Methods in jmri.jmrix.can.cbus.swing.simulator with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidSimulatorPane. initComponents(CanSystemConnectionMemo memo)2nd stage of initialization, invoked after the Constructor is complete.Constructors in jmri.jmrix.can.cbus.swing.simulator with parameters of type CanSystemConnectionMemo Constructor Description NdPane(CbusDummyNode nd, CanSystemConnectionMemo sysmemo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.nmranet
Constructors in jmri.jmrix.can.nmranet with parameters of type CanSystemConnectionMemo Constructor Description NmraConfigurationManager(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.nmranet.swing
Fields in jmri.jmrix.can.nmranet.swing declared as CanSystemConnectionMemo Modifier and Type Field Description (package private) CanSystemConnectionMemoNmraNetComponentFactory. memoConstructors in jmri.jmrix.can.nmranet.swing with parameters of type CanSystemConnectionMemo Constructor Description NmraNetComponentFactory(CanSystemConnectionMemo memo)NmraNetMenu(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.swing
Fields in jmri.jmrix.can.swing declared as CanSystemConnectionMemo Modifier and Type Field Description (package private) CanSystemConnectionMemoCanComponentFactory. memo(package private) CanSystemConnectionMemoCanNamedPaneAction. memoprotected CanSystemConnectionMemoCanPanel. memoMake "memo" object available as convenience.Methods in jmri.jmrix.can.swing that return CanSystemConnectionMemo Modifier and Type Method Description CanSystemConnectionMemoCanPanel. getMemo()CanSystemConnectionMemoCanNamedPaneAction. getSystemConnectionMemo()Methods in jmri.jmrix.can.swing with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidCanPanel. initComponents(CanSystemConnectionMemo memo)2nd stage of initialization, invoked after the Constructor is complete.voidCanPanelInterface. initComponents(CanSystemConnectionMemo memo)2nd stage of initialization, invoked after the Constructor is complete.voidCanNamedPaneAction. setSystemConnectionMemo(CanSystemConnectionMemo memo)Constructors in jmri.jmrix.can.swing with parameters of type CanSystemConnectionMemo Constructor Description CanComponentFactory(CanSystemConnectionMemo memo)CanMenu(CanSystemConnectionMemo memo)CanNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, CanSystemConnectionMemo memo)Enhanced constructor for placing the pane in various GUIs.CanNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, CanSystemConnectionMemo memo)Enhanced constructor for placing the pane in various GUIs. -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.swing.monitor
Fields in jmri.jmrix.can.swing.monitor declared as CanSystemConnectionMemo Modifier and Type Field Description (package private) CanSystemConnectionMemoMonitorPane. memoMethods in jmri.jmrix.can.swing.monitor with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidMonitorPane. initComponents(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.can.swing.send
Methods in jmri.jmrix.can.swing.send with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidCanSendPane. initComponents(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb
Fields in jmri.jmrix.openlcb declared as CanSystemConnectionMemo Modifier and Type Field Description (package private) CanSystemConnectionMemoOlcbCommandStation. memo(package private) CanSystemConnectionMemoOlcbSignalMast. systemMemoMethods in jmri.jmrix.openlcb that return CanSystemConnectionMemo Modifier and Type Method Description CanSystemConnectionMemoOlcbLightManager. getMemo()Get the system connection for this manager.CanSystemConnectionMemoOlcbReporterManager. getMemo()Get the system connection for this manager.CanSystemConnectionMemoOlcbSensorManager. getMemo()Get the system connection for this manager.CanSystemConnectionMemoOlcbStringIOManager. getMemo()Get the system connection for this manager.CanSystemConnectionMemoOlcbTurnoutManager. getMemo()Get the system connection for this manager.Methods in jmri.jmrix.openlcb with parameters of type CanSystemConnectionMemo Modifier and Type Method Description booleanOlcbAddress. checkSplit(CanSystemConnectionMemo memo)static intOlcbAddress. compareSystemNameSuffix(java.lang.String suffix1, java.lang.String suffix2, CanSystemConnectionMemo memo)OlcbAddress[]OlcbAddress. split(CanSystemConnectionMemo memo)Split a string containing one or more addresses into individual ones.static java.lang.StringOlcbAddress. validateSystemNameFormat(java.lang.String name, java.util.Locale locale, java.lang.String prefix, CanSystemConnectionMemo memo)Validates Strings for OpenLCB format.static java.lang.StringOlcbAddress. validateSystemNameFormat2Part(java.lang.String name, java.util.Locale locale, java.lang.String prefix, CanSystemConnectionMemo memo)Validates 2 part Hardware Address Strings for OpenLCB format. -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb.configurexml
Methods in jmri.jmrix.openlcb.configurexml that return CanSystemConnectionMemo Modifier and Type Method Description static CanSystemConnectionMemoConnectionConfigXml. isOpenLCBProtocol(PortAdapter adapter)Tests whether a CAN adapter is set to openLCB protocol or not. -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb.swing
Fields in jmri.jmrix.openlcb.swing declared as CanSystemConnectionMemo Modifier and Type Field Description (package private) CanSystemConnectionMemoNamedEventIdTextField. memo(package private) CanSystemConnectionMemoOlcbSignalMastAddPane. memo(package private) CanSystemConnectionMemoOpenLcbComponentFactory. memo(package private) CanSystemConnectionMemoTrafficStatusLabel. memoConstructors in jmri.jmrix.openlcb.swing with parameters of type CanSystemConnectionMemo Constructor Description ClientActions(OlcbInterface iface, CanSystemConnectionMemo memo)NamedEventIdTextField(int size, CanSystemConnectionMemo memo)NamedEventIdTextField(CanSystemConnectionMemo memo)OpenLcbComponentFactory(CanSystemConnectionMemo memo)TrafficStatusLabel(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb.swing.downloader
Fields in jmri.jmrix.openlcb.swing.downloader declared as CanSystemConnectionMemo Modifier and Type Field Description protected CanSystemConnectionMemoLoaderPane. memoMethods in jmri.jmrix.openlcb.swing.downloader with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidLoaderPane. initComponents(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb.swing.eventtable
Fields in jmri.jmrix.openlcb.swing.eventtable declared as CanSystemConnectionMemo Modifier and Type Field Description protected CanSystemConnectionMemoEventTablePane. memoMethods in jmri.jmrix.openlcb.swing.eventtable with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidEventTablePane. initComponents(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb.swing.hub
Fields in jmri.jmrix.openlcb.swing.hub declared as CanSystemConnectionMemo Modifier and Type Field Description (package private) CanSystemConnectionMemoHubPane. memoMethods in jmri.jmrix.openlcb.swing.hub with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidHubPane. initComponents(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb.swing.idtool
Fields in jmri.jmrix.openlcb.swing.idtool declared as CanSystemConnectionMemo Modifier and Type Field Description protected CanSystemConnectionMemoIdToolPane. memoMethods in jmri.jmrix.openlcb.swing.idtool with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidIdToolPane. initComponents(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb.swing.lccpro
Fields in jmri.jmrix.openlcb.swing.lccpro declared as CanSystemConnectionMemo Modifier and Type Field Description (package private) CanSystemConnectionMemoLccProFrame. memo(package private) CanSystemConnectionMemoLccProTableModel. memoConstructors in jmri.jmrix.openlcb.swing.lccpro with parameters of type CanSystemConnectionMemo Constructor Description LccProFrame(java.lang.String name, java.lang.String menubarFile, java.lang.String toolbarFile, CanSystemConnectionMemo memo)LccProFrame(java.lang.String name, CanSystemConnectionMemo memo)LccProTable(CanSystemConnectionMemo memo)LccProTableModel(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb.swing.memtool
Fields in jmri.jmrix.openlcb.swing.memtool declared as CanSystemConnectionMemo Modifier and Type Field Description protected CanSystemConnectionMemoMemoryToolPane. memoMethods in jmri.jmrix.openlcb.swing.memtool with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidMemoryToolPane. initComponents(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb.swing.monitor
Fields in jmri.jmrix.openlcb.swing.monitor declared as CanSystemConnectionMemo Modifier and Type Field Description (package private) CanSystemConnectionMemoMonitorPane. memoMethods in jmri.jmrix.openlcb.swing.monitor with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidMonitorPane. initComponents(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb.swing.networktree
Methods in jmri.jmrix.openlcb.swing.networktree with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidNetworkTreePane. initComponents(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb.swing.protocoloptions
Fields in jmri.jmrix.openlcb.swing.protocoloptions declared as CanSystemConnectionMemo Modifier and Type Field Description (package private) CanSystemConnectionMemoProtocolOptionsAction. sc(package private) CanSystemConnectionMemoProtocolOptionsFrame. scmConstructors in jmri.jmrix.openlcb.swing.protocoloptions with parameters of type CanSystemConnectionMemo Constructor Description ProtocolOptionsAction(CanSystemConnectionMemo sc)ProtocolOptionsFrame(CanSystemConnectionMemo scm) -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb.swing.send
Methods in jmri.jmrix.openlcb.swing.send with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidOpenLcbCanSendPane. initComponents(CanSystemConnectionMemo memo) -
Uses of CanSystemConnectionMemo in jmri.jmrix.openlcb.swing.stleditor
Methods in jmri.jmrix.openlcb.swing.stleditor with parameters of type CanSystemConnectionMemo Modifier and Type Method Description voidStlEditorPane. initComponents(CanSystemConnectionMemo memo)
-