Package jmri.jmrix.loconet.swing
Interface LnPanelInterface
-
- All Known Implementing Classes:
AbstractBoardProgPanel
,BDL16Panel
,ClockMonPane
,CmdStnConfigPane
,Dcs210PlusUsbModeSelectPane
,Dcs240PlusUsbModeSelectPane
,Dcs240UsbModeSelectPane
,Dcs52UsbModeSelectPane
,Ds64TabbedPanel
,DuplexGroupInfoPanel
,DuplexGroupScanPanel
,DuplexGroupTabbedPanel
,EditorPane
,LncvProgPane
,LnPanel
,LnSimple7thGenDeviceRoutes
,LoaderPane
,LoaderPane
,LocoGenPanel
,LocoIdPanel
,LocoMonPane
,LocoStatsPanel
,MessagePanel
,PM4Panel
,Pr3SelectPane
,Pr4SelectPane
,SE8Panel
,SlotMonPane
public interface LnPanelInterface
JPanel interface to handle providing system connection information to a panel.- Since:
- 2.9.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initComponents(LocoNetSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.
-
-
-
Method Detail
-
initComponents
void initComponents(LocoNetSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.This needs to be connected to the initContext() method in implementing classes.
- Parameters:
memo
- aLocoNetSystemConnectionMemo
object
-
-