Class SerialTNCPortEditor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SerialTNCPortEditor extends JPanel
Java Swing GUI for editing SerialTNCConnector configurations.
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

    • SerialTNCPortEditor

      public SerialTNCPortEditor(PortConfig config)
      Create an editor for the specified SerialTNCConnector's configuration.
      Parameters:
      config - PortConfig object to edit
      See Also: