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
Modifier and TypeMethodDescriptionvoid2nd stage of initialization, invoked after the constructor is complete.
-
Method Details
-
initComponents
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
-