Package jmri.jmrix.tams.swing
Interface TamsPanelInterface
-
- All Known Implementing Classes:
LocoDataPane
,PacketGenPanel
,StatusPanel
,TamsMonPane
,TamsPanel
public interface TamsPanelInterface
JPanel interface to handle providing system connection information to a panel. Based on work by Bob Jacobsen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initComponents(TamsSystemConnectionMemo memo)
2nd stage of initialization, invoked after the constructor is complete.
-
-
-
Method Detail
-
initComponents
void initComponents(TamsSystemConnectionMemo 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
- system Connection.
-
-