Package jmri.jmrix.can.swing
Interface CanPanelInterface
- All Known Implementing Classes:
CanPanel
,CanSendPane
,CbusBootloaderPane
,CbusConsolePane
,CbusEventRequestTablePane
,CbusEventTablePane
,CbusNodeBackupsPane
,CbusNodeConfigTab
,CbusNodeEditNVarPane
,CbusNodeEventTablePane
,CbusNodeEventVarPane
,CbusNodeInfoPane
,CbusNodeNVEditTablePane
,CbusNodeSetupPane
,CbusNodeSingleEventEditTablePane
,CbusNodeUserCommentsPane
,CbusSlotMonitorPane
,ConfigToolPane
,HubPane
,LoaderPane
,MonitorPane
,MonitorPane
,NetworkTreePane
,NodeConfigToolPane
,OpenLcbCanSendPane
,SimulatorPane
public interface CanPanelInterface
JPanel interface to handle providing system connection information to a
panel.
- Since:
- 2.99.2
-
Method Summary
Modifier and Type Method Description void
initComponents(CanSystemConnectionMemo memo)
2nd 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
- system connection.
-