Class Pr3SelectPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, LocoNetListener, LnPanelInterface
Direct Known Subclasses:
Dcs210PlusUsbModeSelectPane, Dcs240PlusUsbModeSelectPane, Dcs240UsbModeSelectPane, Dcs52UsbModeSelectPane, Pr4SelectPane

public class Pr3SelectPane extends LnPanel implements LocoNetListener
Pane for downloading software updates to PRICOM products
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getHelpTarget

      Description copied from class: JmriPanel
      Provide a help target string which an enclosing frame can provide as a help reference.

      This automatically provides a reference to the usual place for JMRI window-specific help pages that are named for the implementing class, but note this is a Pane class, not a Frame class.

      Overrides:
      getHelpTarget in class JmriPanel
      Returns:
      the target String
    • getTitle

      public String getTitle()
      Description copied from class: JmriPanel
      Provide a recommended title for an enclosing frame.
      Overrides:
      getTitle in class JmriPanel
      Returns:
      the title; a null value will be treated as "" by the enclosing frame
    • initComponents

      Description copied from class: LnPanel
      2nd stage of initialization, invoked after the constructor is complete.

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

      Specified by:
      initComponents in interface LnPanelInterface
      Overrides:
      initComponents in class LnPanel
      Parameters:
      memo - a LocoNetSystemConnectionMemo object
    • selectPR2mode

    • selectMS100mode

    • message

      public void message(LocoNetMessage msg)
      Description copied from interface: LocoNetListener
      Member function that will be invoked by a LocoNetInterface implementation to forward a LocoNet message from the layout.
      Specified by:
      message in interface LocoNetListener
      Parameters:
      msg - The received LocoNet message. Note that this same object may be presented to multiple users. It should not be modified here.