Package NMEA
Class NMEAStringSelector
java.lang.Object
NMEA.NMEAStringSelector
Class which provided an editable ComboBNox for selecting
 NMEA string.
- Author:
 - Doug
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetEnabled(boolean enabled) Enable to combo box of available NMEA string.voidsetNMEAModule(String moduleName) voidsetSelectedString(String selString) Set the selected NMEA string 
- 
Constructor Details
- 
NMEAStringSelector
public NMEAStringSelector() 
 - 
 - 
Method Details
- 
getComponent
 - 
getExampleLabel
 - 
setNMEAModule
 - 
setSelectedString
Set the selected NMEA string- Parameters:
 selString- string to select
 - 
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.
 
 -