Package jmri.jmrix.zimo.swing
Interface Mx1PanelInterface
-
- All Known Implementing Classes:
Mx1MonPanel
,Mx1PacketGenPanel
,Mx1Panel
public interface Mx1PanelInterface
JPanel interface to handle providing system connection information to a panel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initComponents(Mx1SystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.
-
-
-
Method Detail
-
initComponents
void initComponents(Mx1SystemConnectionMemo 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
- the memo to initialize components with
-
-