Package jmri.jmrix.ecos.swing
Interface EcosPanelInterface
- All Known Implementing Classes:
EcosMonPane,EcosPanel,PacketGenPanel,StatusPanel
public interface EcosPanelInterface
JPanel interface to handle providing system connection information to a
panel.
- Since:
- 2.11.3
-
Method Summary
Modifier and TypeMethodDescriptionvoid2nd stage of initialization, invoked after the constuctor is complete.
-
Method Details
-
initComponents
2nd stage of initialization, invoked after the constuctor is complete.This needs to be connected to the initContext() method in implementing classes.
- Parameters:
memo- system connection.
-