Package jmri.jmrix.dcc4pc.swing
Interface Dcc4PcPanelInterface
-
- All Known Implementing Classes:
BoardListPanel
,Dcc4PcMonPane
,PacketGenPanel
,StatusPanel
public interface Dcc4PcPanelInterface
JPanel interface to handle providing system connection information to a panel.- Since:
- 2.11.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initComponents(Dcc4PcSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.
-
-
-
Method Detail
-
initComponents
void initComponents(Dcc4PcSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.This needs to be connected to the initContext() method in implementing classes.
- Parameters:
memo
- system connection.
-
-