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,Lnsv1ProgPane,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
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- aLocoNetSystemConnectionMemoobject
-