Class SslAprsIsPortEditor

All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class SslAprsIsPortEditor extends JPanel implements ComponentListener
Configuration editing GUI (AWT/Swing) for SslAprsIsConnector.
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

    • SslAprsIsPortEditor

      public SslAprsIsPortEditor(PortConfig config)
      Create a configuration panel for the SslAprsIsConnector port.
      Parameters:
      config - PortConfig containing the configuration to edit
  • Method Details