Package NMEA
Class NMEAStringSelector
java.lang.Object
NMEA.NMEAStringSelector
Class which provided an editable ComboBNox for selecting
NMEA string.
- Author:
- Doug
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEnabled
(boolean enabled) Enable to combo box of available NMEA string.void
setNMEAModule
(String moduleName) void
setSelectedString
(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.
-