Package jmri.jmrix.nce.swing
Interface NcePanelInterface
-
- All Known Implementing Classes:
BoosterProgPanel,ClockMonPanel,NceConsistEditPanel,NceMacroEditPanel,NceMacroGenPanel,NceMonPanel,NcePacketGenPanel,NcePacketMonitorPanel,NcePanel,NceShowCabPanel,UsbInterfacePanel
public interface NcePanelInterface
NcePanel interface to handle providing system connection information to a panel.- Since:
- 2.11.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitComponents(NceSystemConnectionMemo memo)2nd stage of initialization, invoked after the constuctor is complete.
-
-
-
Method Detail
-
initComponents
void initComponents(NceSystemConnectionMemo 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- the system connection memo for this connection
-
-