Package jmri.jmrix.powerline.swing
Interface PowerlinePanelInterface
-
- All Known Implementing Classes:
PowerlinePanel
,SerialMonPane
,SerialPacketGenPane
public interface PowerlinePanelInterface
JPanel interface to handle providing system connection information to a panel.- Since:
- 2.11.1 Converted to multiple connection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initComponents(SerialSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constuctor is complete.
-
-
-
Method Detail
-
initComponents
void initComponents(SerialSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constuctor is complete.This needs to be connected to the initContext() method in implementing classes.
- Parameters:
memo
- Connection details memo
-
-