Uses of Class
org.openstreetmap.josm.gui.tagging.ac.AutoCompComboBox
-
Packages that use AutoCompComboBox Package Description 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.dialogs.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.org.openstreetmap.josm.gui.tagging.ac Provides GUI classes for handling autocompletion of tags.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of AutoCompComboBox in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as AutoCompComboBox Modifier and Type Field Description private AutoCompComboBox<SearchSetting>
SearchDialog.SearchKeywordRow. hcb
protected AutoCompComboBox<SearchSetting>
SearchDialog. hcbSearchString
Methods in org.openstreetmap.josm.gui.dialogs with parameters of type AutoCompComboBox Modifier and Type Method Description private static JPanel
SearchDialog. buildHintsSection(AutoCompComboBox<SearchSetting> hcbSearchString, SearchDialog.PanelOptions options)
Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type AutoCompComboBox Constructor Description SearchKeywordRow(AutoCompComboBox<SearchSetting> hcb)
-
Uses of AutoCompComboBox in org.openstreetmap.josm.gui.dialogs.properties
Fields in org.openstreetmap.josm.gui.dialogs.properties declared as AutoCompComboBox Modifier and Type Field Description protected AutoCompComboBox<AutoCompletionItem>
TagEditHelper.AbstractTagsDialog. keys
protected AutoCompComboBox<AutoCompletionItem>
TagEditHelper.AbstractTagsDialog. values
Methods in org.openstreetmap.josm.gui.dialogs.properties with parameters of type AutoCompComboBox Modifier and Type Method Description static String
TagEditHelper. getEditItem(AutoCompComboBox<AutoCompletionItem> cb)
Returns the edited item with whitespaces removedstatic String
TagEditHelper. getSelectedOrEditItem(AutoCompComboBox<AutoCompletionItem> cb)
Returns the selected item or the edited item as string -
Uses of AutoCompComboBox in org.openstreetmap.josm.gui.tagging.ac
Subclasses of AutoCompComboBox in org.openstreetmap.josm.gui.tagging.ac Modifier and Type Class Description class
AutoCompletingComboBox
Deprecated.Use the generic typeAutoCompComboBox
instead. -
Uses of AutoCompComboBox in org.openstreetmap.josm.gui.widgets
Subclasses of AutoCompComboBox in org.openstreetmap.josm.gui.widgets Modifier and Type Class Description class
HistoryComboBox
A History ComboBox
-