Uses of Class
org.openstreetmap.josm.gui.tagging.ac.AutoCompComboBoxModel
-
Packages that use AutoCompComboBoxModel Package Description org.openstreetmap.josm.actions.search Provides the classes for JOSMsearch action
.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.gui.tagging.ac Provides GUI classes for handling autocompletion of tags.org.openstreetmap.josm.gui.tagging.presets.items Provides classes for handling tagging presets items.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of AutoCompComboBoxModel in org.openstreetmap.josm.actions.search
Fields in org.openstreetmap.josm.actions.search declared as AutoCompComboBoxModel Modifier and Type Field Description private static AutoCompComboBoxModel<SearchSetting>
SearchAction. model
-
Uses of AutoCompComboBoxModel in org.openstreetmap.josm.gui.dialogs
Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type AutoCompComboBoxModel Constructor Description SearchDialog(SearchSetting initialValues, AutoCompComboBoxModel<SearchSetting> model, boolean expertMode)
Constructs a newSearchDialog
.SearchDialog(SearchSetting initialValues, AutoCompComboBoxModel<SearchSetting> model, SearchDialog.PanelOptions options, Component mainFrame, String title, String... buttonTexts)
-
Uses of AutoCompComboBoxModel in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download declared as AutoCompComboBoxModel Modifier and Type Field Description private AutoCompComboBoxModel<SearchSetting>
OverpassQueryWizardDialog. model
-
Uses of AutoCompComboBoxModel in org.openstreetmap.josm.gui.tagging.ac
Fields in org.openstreetmap.josm.gui.tagging.ac declared as AutoCompComboBoxModel Modifier and Type Field Description protected AutoCompComboBoxModel<E>
AutoCompTextField. model
the modelMethods in org.openstreetmap.josm.gui.tagging.ac that return AutoCompComboBoxModel Modifier and Type Method Description AutoCompComboBoxModel<E>
AutoCompComboBox. getModel()
Returns theAutoCompComboBoxModel
currently used.AutoCompComboBoxModel<E>
AutoCompTextField. getModel()
Returns theAutoCompComboBoxModel
currently used.Methods in org.openstreetmap.josm.gui.tagging.ac with parameters of type AutoCompComboBoxModel Modifier and Type Method Description void
AutoCompTextField. setModel(AutoCompComboBoxModel<E> model)
Sets the data model that theAutoCompTextField
uses to obtain the list of items.Constructors in org.openstreetmap.josm.gui.tagging.ac with parameters of type AutoCompComboBoxModel Constructor Description AutoCompComboBox(AutoCompComboBoxModel<E> model)
Constructs anAutoCompletingComboBox
with a suppliedAutoCompComboBoxModel
.AutoCompTextField(AutoCompComboBoxModel<E> model)
Constructs a newAutoCompTextField
. -
Uses of AutoCompComboBoxModel in org.openstreetmap.josm.gui.tagging.presets.items
Fields in org.openstreetmap.josm.gui.tagging.presets.items declared as AutoCompComboBoxModel Modifier and Type Field Description protected AutoCompComboBoxModel<AutoCompletionItem>
Combo. autoCompModel
protected AutoCompComboBoxModel<PresetListEntry>
Combo. dropDownModel
-
Uses of AutoCompComboBoxModel in org.openstreetmap.josm.gui.widgets
Subclasses of AutoCompComboBoxModel in org.openstreetmap.josm.gui.widgets Modifier and Type Class Description class
HistoryComboBoxModel
A data model for theHistoryComboBox
.
-