Uses of Interface
org.openstreetmap.josm.gui.tagging.ac.AutoCompListener
-
Packages that use AutoCompListener Package Description org.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 AutoCompListener in org.openstreetmap.josm.gui.dialogs.properties
Classes in org.openstreetmap.josm.gui.dialogs.properties that implement AutoCompListener Modifier and Type Class Description protected class
TagEditHelper.AbstractTagsDialog
protected class
TagEditHelper.AddTagsDialog
protected class
TagEditHelper.EditTagDialog
-
Uses of AutoCompListener in org.openstreetmap.josm.gui.tagging.ac
Classes in org.openstreetmap.josm.gui.tagging.ac that implement AutoCompListener Modifier and Type Class Description class
AutoCompComboBox<E>
An auto-completing ComboBox.class
AutoCompletingComboBox
Deprecated.Use the generic typeAutoCompComboBox
instead.Methods in org.openstreetmap.josm.gui.tagging.ac that return AutoCompListener Modifier and Type Method Description AutoCompListener[]
AutoCompTextField. getAutoCompListeners()
Returns an array of all the currentAutoCompListener
s.Methods in org.openstreetmap.josm.gui.tagging.ac with parameters of type AutoCompListener Modifier and Type Method Description void
AutoCompTextField. addAutoCompListener(AutoCompListener l)
Adds an AutoCompListener.void
AutoCompTextField. removeAutoCompListener(AutoCompListener l)
Removes the specified AutoCompListener. -
Uses of AutoCompListener in org.openstreetmap.josm.gui.widgets
Classes in org.openstreetmap.josm.gui.widgets that implement AutoCompListener Modifier and Type Class Description class
HistoryComboBox
A History ComboBox
-