Class SerialGpsPortEditor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SerialGpsPortEditor extends JPanel
Configuration editing GUI (AWT/Swing) for SerialGpsConnector.

Note: For backwards compatibility, we are treating the FLAGS_LOCAL bit inversely (if clear, is a local GPS; if set, is a remote GPS).

Author:
Andrew Pavlin, KA2DDO
See Also:
  • Field Details

    • TYPE_DISPLAY_NAME

      public static final String TYPE_DISPLAY_NAME
      Resource bundle tag name for the type of the associated PortConnector.
      See Also:
  • Constructor Details

    • SerialGpsPortEditor

      public SerialGpsPortEditor(PortConfig config)
      Create an editing panel for configuring a Serial GPS port.
      Parameters:
      config - PortConfig object containing the port settings