Uses of Class
org.openstreetmap.josm.gui.tagging.TaggingPreset.PresetListEntry

Packages that use TaggingPreset.PresetListEntry
org.openstreetmap.josm.gui.tagging   
 

Uses of TaggingPreset.PresetListEntry in org.openstreetmap.josm.gui.tagging
 

Fields in org.openstreetmap.josm.gui.tagging with type parameters of type TaggingPreset.PresetListEntry
protected  java.util.Map<java.lang.String,TaggingPreset.PresetListEntry> TaggingPreset.ComboMultiSelect.lhm
           
 

Methods in org.openstreetmap.josm.gui.tagging with parameters of type TaggingPreset.PresetListEntry
 void TaggingPreset.ComboMultiSelect.addListEntry(TaggingPreset.PresetListEntry e)
           
 

Method parameters in org.openstreetmap.josm.gui.tagging with type arguments of type TaggingPreset.PresetListEntry
 void TaggingPreset.ComboMultiSelect.addListEntries(java.util.Collection<TaggingPreset.PresetListEntry> e)
           
 



JOSM