Uses of Class
org.openstreetmap.josm.gui.tagging.ac.AutoCompEvent
-
Packages that use AutoCompEvent 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. -
-
Uses of AutoCompEvent in org.openstreetmap.josm.gui.dialogs.properties
Methods in org.openstreetmap.josm.gui.dialogs.properties with parameters of type AutoCompEvent Modifier and Type Method Description void
TagEditHelper.AddTagsDialog. autoCompBefore(AutoCompEvent e)
void
TagEditHelper.EditTagDialog. autoCompBefore(AutoCompEvent e)
void
TagEditHelper.AbstractTagsDialog. autoCompPerformed(AutoCompEvent e)
-
Uses of AutoCompEvent in org.openstreetmap.josm.gui.tagging.ac
Methods in org.openstreetmap.josm.gui.tagging.ac with parameters of type AutoCompEvent Modifier and Type Method Description void
AutoCompComboBox. autoCompBefore(AutoCompEvent e)
AutoCompListener Interfacevoid
AutoCompListener. autoCompBefore(AutoCompEvent e)
Invoked before an autocomplete.void
AutoCompComboBox. autoCompPerformed(AutoCompEvent e)
void
AutoCompListener. autoCompPerformed(AutoCompEvent e)
Invoked after an autocomplete happened.
-