Uses of Class
org.openstreetmap.josm.gui.preferences.SourceEntry

Packages that use SourceEntry
org.openstreetmap.josm.gui.mappaint   
org.openstreetmap.josm.gui.mappaint.mapcss   
org.openstreetmap.josm.gui.mappaint.xml   
org.openstreetmap.josm.gui.preferences   
org.openstreetmap.josm.gui.preferences.map   
 

Uses of SourceEntry in org.openstreetmap.josm.gui.mappaint
 

Subclasses of SourceEntry in org.openstreetmap.josm.gui.mappaint
 class StyleSource
           
 

Methods in org.openstreetmap.josm.gui.mappaint with parameters of type SourceEntry
static void MapPaintStyles.addStyle(SourceEntry entry)
           
private static StyleSource MapPaintStyles.fromSourceEntry(SourceEntry entry)
           
 

Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type SourceEntry
StyleSource(SourceEntry entry)
           
 

Uses of SourceEntry in org.openstreetmap.josm.gui.mappaint.mapcss
 

Subclasses of SourceEntry in org.openstreetmap.josm.gui.mappaint.mapcss
 class MapCSSStyleSource
           
 

Constructors in org.openstreetmap.josm.gui.mappaint.mapcss with parameters of type SourceEntry
MapCSSStyleSource(SourceEntry entry)
           
 

Uses of SourceEntry in org.openstreetmap.josm.gui.mappaint.xml
 

Subclasses of SourceEntry in org.openstreetmap.josm.gui.mappaint.xml
 class XmlStyleSource
           
 

Constructors in org.openstreetmap.josm.gui.mappaint.xml with parameters of type SourceEntry
XmlStyleSource(SourceEntry entry)
           
 

Uses of SourceEntry in org.openstreetmap.josm.gui.preferences
 

Subclasses of SourceEntry in org.openstreetmap.josm.gui.preferences
static class SourceEditor.ExtendedSourceEntry
           
 

Fields in org.openstreetmap.josm.gui.preferences with type parameters of type SourceEntry
private  java.util.List<SourceEntry> SourceEditor.ActiveSourcesModel.data
           
 

Methods in org.openstreetmap.josm.gui.preferences that return SourceEntry
abstract  SourceEntry SourceEditor.SourcePrefHelper.deserialize(java.util.Map<java.lang.String,java.lang.String> entryStr)
           
 

Methods in org.openstreetmap.josm.gui.preferences that return types with arguments of type SourceEntry
 java.util.List<SourceEntry> SourceEditor.SourcePrefHelper.get()
           
 java.util.Collection<SourceEntry> SourceEditor.getActiveSources()
           
abstract  java.util.Collection<? extends SourceEntry> SourceEditor.getInitialSourcesList()
          Load the list of source entries that the user has configured.
 java.util.List<SourceEntry> SourceEditor.ActiveSourcesModel.getSources()
           
 java.util.Collection<SourceEntry> SourceProvider.getSources()
           
 

Methods in org.openstreetmap.josm.gui.preferences with parameters of type SourceEntry
 void SourceEditor.ActiveSourcesModel.addSource(SourceEntry entry)
           
private  java.lang.String SourceEditor.SourceEntryTableCellRenderer.fromSourceEntry(SourceEntry entry)
           
abstract  java.util.Map<java.lang.String,java.lang.String> SourceEditor.SourcePrefHelper.serialize(SourceEntry entry)
           
 

Method parameters in org.openstreetmap.josm.gui.preferences with type arguments of type SourceEntry
 boolean SourceEditor.SourcePrefHelper.put(java.util.Collection<? extends SourceEntry> entries)
           
 void SourceEditor.ActiveSourcesModel.setActiveSources(java.util.Collection<? extends SourceEntry> sources)
           
 

Constructors in org.openstreetmap.josm.gui.preferences with parameters of type SourceEntry
SourceEditor.EditSourceEntryDialog(java.awt.Component parent, java.lang.String title, SourceEntry e)
           
SourceEntry(SourceEntry e)
           
 

Uses of SourceEntry in org.openstreetmap.josm.gui.preferences.map
 

Methods in org.openstreetmap.josm.gui.preferences.map that return SourceEntry
 SourceEntry MapPaintPreference.MapPaintPrefHelper.deserialize(java.util.Map<java.lang.String,java.lang.String> s)
           
 SourceEntry TaggingPresetPreference.PresetPrefHelper.deserialize(java.util.Map<java.lang.String,java.lang.String> s)
           
 

Methods in org.openstreetmap.josm.gui.preferences.map that return types with arguments of type SourceEntry
 java.util.List<SourceEntry> MapPaintPreference.MapPaintPrefHelper.get()
           
 java.util.Collection<? extends SourceEntry> MapPaintPreference.MapPaintSourceEditor.getInitialSourcesList()
           
 java.util.Collection<? extends SourceEntry> TaggingPresetPreference.TaggingPresetSourceEditor.getInitialSourcesList()
           
 

Methods in org.openstreetmap.josm.gui.preferences.map with parameters of type SourceEntry
 java.util.Map<java.lang.String,java.lang.String> MapPaintPreference.MapPaintPrefHelper.serialize(SourceEntry entry)
           
 java.util.Map<java.lang.String,java.lang.String> TaggingPresetPreference.PresetPrefHelper.serialize(SourceEntry entry)
           
 

Method parameters in org.openstreetmap.josm.gui.preferences.map with type arguments of type SourceEntry
private  boolean MapPaintPreference.MapPaintPrefHelper.insertNewDefaults(java.util.List<SourceEntry> list)
          If the selection of default styles changes in future releases, add the new entries to the user-configured list.
 



JOSM