Package jmri.jmrix.mrc.swing
Interface MrcPanelInterface
- All Known Implementing Classes:
MrcMonPanel,MrcPacketGenPanel,MrcPanel
public interface MrcPanelInterface
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- system connection memo
-