Package NMEA

Class NMEAStringSelector

java.lang.Object
NMEA.NMEAStringSelector

public class NMEAStringSelector extends Object
Class which provided an editable ComboBNox for selecting NMEA string.
Author:
Doug
  • Constructor Details

    • NMEAStringSelector

      public NMEAStringSelector()
  • Method Details

    • getComponent

      public JComponent getComponent()
    • getExampleLabel

      public JLabel getExampleLabel()
    • setNMEAModule

      public void setNMEAModule(String moduleName)
    • setSelectedString

      public void setSelectedString(String selString)
      Set the selected NMEA string
      Parameters:
      selString - string to select
    • getSelectedString

      public String getSelectedString()
      Returns:
      selected NMEA string, or null.
    • setEnabled

      public void setEnabled(boolean enabled)
      Enable to combo box of available NMEA string.
      Parameters:
      enabled - boolean value to enable or disable the combo box.