Uses of Class
org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox

Packages that use AutoCompletingComboBox
org.openstreetmap.josm.gui.dialogs.properties   
org.openstreetmap.josm.gui.widgets   
 

Uses of AutoCompletingComboBox in org.openstreetmap.josm.gui.dialogs.properties
 

Methods in org.openstreetmap.josm.gui.dialogs.properties with parameters of type AutoCompletingComboBox
private  java.awt.event.FocusAdapter PropertiesDialog.addFocusAdapter(AutoCompletingComboBox keys, AutoCompletingComboBox values, AutoCompletionManager autocomplete, java.util.Comparator<AutoCompletionListItem> comparator)
          Create a focus handling adapter and apply in to the editor component of value autocompletion box.
private  void PropertiesDialog.suggestRecentlyAddedTags(javax.swing.JPanel p, AutoCompletingComboBox keys, AutoCompletingComboBox values, java.util.List<JosmAction> tagsActions, int tagsToShow, java.awt.event.FocusAdapter focus)
           
 

Uses of AutoCompletingComboBox in org.openstreetmap.josm.gui.widgets
 

Subclasses of AutoCompletingComboBox in org.openstreetmap.josm.gui.widgets
 class HistoryComboBox
           
 



JOSM