Uses of Class
jmri.jmrix.ecos.EcosSystemConnectionMemo
-
Packages that use EcosSystemConnectionMemo Package Description jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.ecos.networkdriver jmri.jmrix.ecos.swing jmri.jmrix.ecos.swing.locodatabase jmri.jmrix.ecos.swing.monitor jmri.jmrix.ecos.swing.preferences jmri.jmrix.ecos.swing.statusframe jmri.jmrix.ecos.utilities -
-
Uses of EcosSystemConnectionMemo in jmri.jmrix.ecos
Fields in jmri.jmrix.ecos declared as EcosSystemConnectionMemo Modifier and Type Field Description (package private) EcosSystemConnectionMemo
EcosTrafficController. adaptermemo
Methods in jmri.jmrix.ecos that return EcosSystemConnectionMemo Modifier and Type Method Description EcosSystemConnectionMemo
EcosPreferences. getAdaptermemo()
EcosSystemConnectionMemo
EcosLocoAddressManager. getMemo()
Get the system connection for this manager.EcosSystemConnectionMemo
EcosReporterManager. getMemo()
Get the system connection for this manager.EcosSystemConnectionMemo
EcosSensorManager. getMemo()
Get the system connection for this manager.EcosSystemConnectionMemo
EcosTurnoutManager. getMemo()
Get the system connection for this manager.EcosSystemConnectionMemo
EcosPortController. getSystemConnectionMemo()
Methods in jmri.jmrix.ecos with parameters of type EcosSystemConnectionMemo Modifier and Type Method Description void
EcosTrafficController. setAdapterMemo(EcosSystemConnectionMemo memo)
Constructors in jmri.jmrix.ecos with parameters of type EcosSystemConnectionMemo Constructor Description EcosDccThrottle(DccLocoAddress address, EcosSystemConnectionMemo memo, boolean control)
Create a new EcosDccThrottle.EcosDccThrottleManager(EcosSystemConnectionMemo memo)
Constructor.EcosLocoAddressManager(EcosSystemConnectionMemo memo)
EcosPortController(EcosSystemConnectionMemo connectionMemo)
EcosPreferences(EcosSystemConnectionMemo memo)
EcosProgrammerManager(Programmer serviceModeProgrammer, EcosSystemConnectionMemo memo)
EcosReporterManager(EcosSystemConnectionMemo memo)
EcosSensorManager(EcosSystemConnectionMemo memo)
EcosTurnoutManager(EcosSystemConnectionMemo memo)
-
Uses of EcosSystemConnectionMemo in jmri.jmrix.ecos.networkdriver
Constructors in jmri.jmrix.ecos.networkdriver with parameters of type EcosSystemConnectionMemo Constructor Description NetworkDriverAdapter(EcosSystemConnectionMemo memo)
-
Uses of EcosSystemConnectionMemo in jmri.jmrix.ecos.swing
Fields in jmri.jmrix.ecos.swing declared as EcosSystemConnectionMemo Modifier and Type Field Description (package private) EcosSystemConnectionMemo
EcosComponentFactory. memo
protected EcosSystemConnectionMemo
EcosPanel. memo
Make "memo" object available as convenience.Methods in jmri.jmrix.ecos.swing with parameters of type EcosSystemConnectionMemo Modifier and Type Method Description void
EcosPanel. initComponents(EcosSystemConnectionMemo memo)
void
EcosPanelInterface. initComponents(EcosSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constuctor is complete.Constructors in jmri.jmrix.ecos.swing with parameters of type EcosSystemConnectionMemo Constructor Description EcosComponentFactory(EcosSystemConnectionMemo memo)
EcosMenu(EcosSystemConnectionMemo memo)
EcosNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, EcosSystemConnectionMemo memo)
EcosNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, EcosSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs. -
Uses of EcosSystemConnectionMemo in jmri.jmrix.ecos.swing.locodatabase
Fields in jmri.jmrix.ecos.swing.locodatabase declared as EcosSystemConnectionMemo Modifier and Type Field Description protected EcosSystemConnectionMemo
EcosLocoTableAction. adaptermemo
Methods in jmri.jmrix.ecos.swing.locodatabase with parameters of type EcosSystemConnectionMemo Modifier and Type Method Description protected AbstractTableAction<NamedBean>
EcosLocoTableTabAction. getNewTableAction(java.lang.String choice, EcosSystemConnectionMemo eMemo)
void
EcosLocoTableAction. setAdapterMemo(EcosSystemConnectionMemo memo)
Constructors in jmri.jmrix.ecos.swing.locodatabase with parameters of type EcosSystemConnectionMemo Constructor Description EcosLocoTableAction(java.lang.String s, EcosSystemConnectionMemo memo)
-
Uses of EcosSystemConnectionMemo in jmri.jmrix.ecos.swing.monitor
Fields in jmri.jmrix.ecos.swing.monitor declared as EcosSystemConnectionMemo Modifier and Type Field Description (package private) EcosSystemConnectionMemo
EcosMonPane. memo
Methods in jmri.jmrix.ecos.swing.monitor with parameters of type EcosSystemConnectionMemo Modifier and Type Method Description void
EcosMonPane. initComponents(EcosSystemConnectionMemo memo)
-
Uses of EcosSystemConnectionMemo in jmri.jmrix.ecos.swing.preferences
Fields in jmri.jmrix.ecos.swing.preferences declared as EcosSystemConnectionMemo Modifier and Type Field Description (package private) EcosSystemConnectionMemo
PreferencesFrameAction. adaptermemo
Methods in jmri.jmrix.ecos.swing.preferences with parameters of type EcosSystemConnectionMemo Modifier and Type Method Description void
PreferencesFrame. initComponents(EcosSystemConnectionMemo adaptermemo)
Constructors in jmri.jmrix.ecos.swing.preferences with parameters of type EcosSystemConnectionMemo Constructor Description PreferencesFrameAction(java.lang.String s, EcosSystemConnectionMemo memo)
-
Uses of EcosSystemConnectionMemo in jmri.jmrix.ecos.swing.statusframe
Methods in jmri.jmrix.ecos.swing.statusframe with parameters of type EcosSystemConnectionMemo Modifier and Type Method Description void
StatusPanel. initComponents(EcosSystemConnectionMemo memo)
-
Uses of EcosSystemConnectionMemo in jmri.jmrix.ecos.utilities
Fields in jmri.jmrix.ecos.utilities declared as EcosSystemConnectionMemo Modifier and Type Field Description (package private) EcosSystemConnectionMemo
EcosLocoToRoster. adaptermemo
(package private) EcosSystemConnectionMemo
RosterToEcos. adaptermemo
Constructors in jmri.jmrix.ecos.utilities with parameters of type EcosSystemConnectionMemo Constructor Description AddRosterEntryToEcos(java.lang.String s, EcosSystemConnectionMemo memo)
EcosLocoToRoster(EcosSystemConnectionMemo memo)
RosterToEcos(EcosSystemConnectionMemo memo)
-