Changeset 18871 in josm for trunk/src/org/openstreetmap/josm/gui/download/OverpassQueryWizardDialog.java
- Timestamp:
- 2023-10-16T19:03:11+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/OverpassQueryWizardDialog.java
r18218 r18871 16 16 import org.openstreetmap.josm.gui.download.overpass.OverpassWizardRegistration.OverpassWizardCallbacks; 17 17 import org.openstreetmap.josm.gui.tagging.ac.AutoCompComboBoxModel; 18 import org.openstreetmap.josm.gui.widgets.JosmComboBoxModel; 18 19 import org.openstreetmap.josm.tools.Logging; 19 20 import org.openstreetmap.josm.tools.SearchCompilerQueryWizard; … … 29 30 30 31 private static final ListProperty OVERPASS_WIZARD_HISTORY = 31 new ListProperty("download.overpass.wizard", new ArrayList< String>());32 new ListProperty("download.overpass.wizard", new ArrayList<>()); 32 33 private final OverpassWizardCallbacks callbacks; 33 34 … … 37 38 private static final int CANCEL = 2; 38 39 39 private AutoCompComboBoxModel<SearchSetting> model; 40 private final AutoCompComboBoxModel<SearchSetting> model; 40 41 41 42 /** preferences reader/writer with automatic transmogrification to and from String */ 42 private AutoCompComboBoxModel<SearchSetting>.Preferences prefs;43 private final JosmComboBoxModel<SearchSetting>.Preferences prefs; 43 44 44 45 /**
Note:
See TracChangeset
for help on using the changeset viewer.
