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

Packages that use AutoCompletionManager
org.openstreetmap.josm.data.osm   
org.openstreetmap.josm.gui.dialogs.properties   
org.openstreetmap.josm.gui.tagging   
 

Uses of AutoCompletionManager in org.openstreetmap.josm.data.osm
 

Fields in org.openstreetmap.josm.data.osm declared as AutoCompletionManager
private  AutoCompletionManager DataSet.autocomplete
          Maintain a list of used tags for autocompletion
 

Methods in org.openstreetmap.josm.data.osm that return AutoCompletionManager
 AutoCompletionManager DataSet.getAutoCompletionManager()
           
 

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

Methods in org.openstreetmap.josm.gui.dialogs.properties with parameters of type AutoCompletionManager
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.
 

Uses of AutoCompletionManager in org.openstreetmap.josm.gui.tagging
 

Fields in org.openstreetmap.josm.gui.tagging declared as AutoCompletionManager
protected  AutoCompletionManager TagCellEditor.autocomplete
          the cache of auto completion items derived from the current JOSM data set
private  AutoCompletionManager TagEditorPanel.autocomplete
           
 

Methods in org.openstreetmap.josm.gui.tagging with parameters of type AutoCompletionManager
 void TagCellEditor.setAutoCompletionManager(AutoCompletionManager autocomplete)
           
 void TagTable.setAutoCompletionManager(AutoCompletionManager autocomplete)
           
 



JOSM