Uses of Class
org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry

Packages that use SourceEditor.ExtendedSourceEntry
org.openstreetmap.josm.gui.preferences   
org.openstreetmap.josm.gui.preferences.map   
 

Uses of SourceEditor.ExtendedSourceEntry in org.openstreetmap.josm.gui.preferences
 

Fields in org.openstreetmap.josm.gui.preferences with type parameters of type SourceEditor.ExtendedSourceEntry
private  java.util.ArrayList<SourceEditor.ExtendedSourceEntry> SourceEditor.AvailableSourcesListModel.data
           
private  java.util.List<SourceEditor.ExtendedSourceEntry> SourceEditor.SourceLoader.sources
           
 

Methods in org.openstreetmap.josm.gui.preferences that return types with arguments of type SourceEditor.ExtendedSourceEntry
abstract  java.util.Collection<SourceEditor.ExtendedSourceEntry> SourceEditor.getDefault()
          Get the default list of entries (used when resetting the list).
abstract  java.util.Collection<SourceEditor.ExtendedSourceEntry> SourceEditor.SourcePrefHelper.getDefault()
           
 java.util.List<SourceEditor.ExtendedSourceEntry> SourceEditor.AvailableSourcesListModel.getSelected()
           
 

Methods in org.openstreetmap.josm.gui.preferences with parameters of type SourceEditor.ExtendedSourceEntry
 int SourceEditor.ExtendedSourceEntry.compareTo(SourceEditor.ExtendedSourceEntry o)
           
 

Method parameters in org.openstreetmap.josm.gui.preferences with type arguments of type SourceEditor.ExtendedSourceEntry
 void SourceEditor.ActiveSourcesModel.addExtendedSourceEntries(java.util.List<SourceEditor.ExtendedSourceEntry> sources)
           
 void SourceEditor.AvailableSourcesListModel.setSources(java.util.List<SourceEditor.ExtendedSourceEntry> sources)
           
 

Uses of SourceEditor.ExtendedSourceEntry in org.openstreetmap.josm.gui.preferences.map
 

Methods in org.openstreetmap.josm.gui.preferences.map that return types with arguments of type SourceEditor.ExtendedSourceEntry
 java.util.Collection<SourceEditor.ExtendedSourceEntry> MapPaintPreference.MapPaintSourceEditor.getDefault()
           
 java.util.Collection<SourceEditor.ExtendedSourceEntry> MapPaintPreference.MapPaintPrefHelper.getDefault()
           
 java.util.Collection<SourceEditor.ExtendedSourceEntry> TaggingPresetPreference.TaggingPresetSourceEditor.getDefault()
           
 java.util.Collection<SourceEditor.ExtendedSourceEntry> TaggingPresetPreference.PresetPrefHelper.getDefault()
           
 



JOSM