Class RfidPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RfidPanelInterface

public abstract class RfidPanel extends JmriPanel implements RfidPanelInterface
JPanel extension to handle automatic creation of window title and help reference for Rfid panels

For use with JmriAbstractAction, etc

Since:
2.11.4
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • initComponents

      2nd stage of initialisation, invoked after the constructor is complete.

      This needs to be connected to the initContext() method in implementing classes.

      Specified by:
      initComponents in interface RfidPanelInterface
      Parameters:
      memo - SystemConnectionMemo for configured RFID system
    • initContext

      public void initContext(Object context)
      3rd stage of initialization, invoked after Swing components exist.
      Overrides:
      initContext in class JmriPanel
      Parameters:
      context - the context that this panel may be initialized with