Uses of Class
jmri.jmrix.dcc4pc.Dcc4PcSystemConnectionMemo
-
Packages that use Dcc4PcSystemConnectionMemo Package Description jmri.jmrix.dcc4pc jmri.jmrix.dcc4pc.swing jmri.jmrix.dcc4pc.swing.boardlists jmri.jmrix.dcc4pc.swing.monitor -
-
Uses of Dcc4PcSystemConnectionMemo in jmri.jmrix.dcc4pc
Fields in jmri.jmrix.dcc4pc declared as Dcc4PcSystemConnectionMemo Modifier and Type Field Description (package private) Dcc4PcSystemConnectionMemo
Dcc4PcTrafficController. adaptermemo
Methods in jmri.jmrix.dcc4pc that return Dcc4PcSystemConnectionMemo Modifier and Type Method Description Dcc4PcSystemConnectionMemo
Dcc4PcReporterManager. getMemo()
Get the system connection for this manager.Dcc4PcSystemConnectionMemo
Dcc4PcSensorManager. getMemo()
Get the system connection for this manager.Dcc4PcSystemConnectionMemo
Dcc4PcPortController. getSystemConnectionMemo()
Methods in jmri.jmrix.dcc4pc with parameters of type Dcc4PcSystemConnectionMemo Modifier and Type Method Description void
Dcc4PcTrafficController. setAdapterMemo(Dcc4PcSystemConnectionMemo memo)
Constructors in jmri.jmrix.dcc4pc with parameters of type Dcc4PcSystemConnectionMemo Constructor Description Dcc4PcPortController(Dcc4PcSystemConnectionMemo connectionMemo)
Dcc4PcReporterManager(Dcc4PcTrafficController tc, Dcc4PcSystemConnectionMemo memo)
Dcc4PcSensorManager(Dcc4PcTrafficController tc, Dcc4PcSystemConnectionMemo memo)
-
Uses of Dcc4PcSystemConnectionMemo in jmri.jmrix.dcc4pc.swing
Fields in jmri.jmrix.dcc4pc.swing declared as Dcc4PcSystemConnectionMemo Modifier and Type Field Description (package private) Dcc4PcSystemConnectionMemo
Dcc4PcComponentFactory. memo
(package private) Dcc4PcSystemConnectionMemo
Dcc4PcNamedPaneAction. memo
protected Dcc4PcSystemConnectionMemo
Dcc4PcPanel. memo
make "memo" object available as convenienceMethods in jmri.jmrix.dcc4pc.swing with parameters of type Dcc4PcSystemConnectionMemo Modifier and Type Method Description void
Dcc4PcPanel. initComponents(Dcc4PcSystemConnectionMemo memo)
void
Dcc4PcPanelInterface. initComponents(Dcc4PcSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.void
StatusPanel. initComponents(Dcc4PcSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.Constructors in jmri.jmrix.dcc4pc.swing with parameters of type Dcc4PcSystemConnectionMemo Constructor Description Dcc4PcComponentFactory(Dcc4PcSystemConnectionMemo memo)
Dcc4PcMenu(Dcc4PcSystemConnectionMemo memo)
Dcc4PcNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, Dcc4PcSystemConnectionMemo memo)
Dcc4PcNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, Dcc4PcSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs -
Uses of Dcc4PcSystemConnectionMemo in jmri.jmrix.dcc4pc.swing.boardlists
Methods in jmri.jmrix.dcc4pc.swing.boardlists with parameters of type Dcc4PcSystemConnectionMemo Modifier and Type Method Description void
BoardListPanel. initComponents(Dcc4PcSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete. -
Uses of Dcc4PcSystemConnectionMemo in jmri.jmrix.dcc4pc.swing.monitor
Fields in jmri.jmrix.dcc4pc.swing.monitor declared as Dcc4PcSystemConnectionMemo Modifier and Type Field Description (package private) Dcc4PcSystemConnectionMemo
Dcc4PcMonPane. memo
Methods in jmri.jmrix.dcc4pc.swing.monitor with parameters of type Dcc4PcSystemConnectionMemo Modifier and Type Method Description void
Dcc4PcMonPane. initComponents(Dcc4PcSystemConnectionMemo memo)
-