Uses of Class
org.openstreetmap.josm.data.preferences.sources.ExtendedSourceEntry
-
Packages that use ExtendedSourceEntry Package Description org.openstreetmap.josm.data.preferences.sources Provide classes to manage source of JOSM extensions that can be chosen in user preferences: map paint styles tagging presets validator rulesorg.openstreetmap.josm.gui.preferences Provides generic classes for handling JOSM preferences.org.openstreetmap.josm.gui.preferences.map Provides classes for handling map preferences.org.openstreetmap.josm.gui.preferences.validator Provides classes for handling validator preferences. -
-
Uses of ExtendedSourceEntry in org.openstreetmap.josm.data.preferences.sources
Methods in org.openstreetmap.josm.data.preferences.sources that return types with arguments of type ExtendedSourceEntry Modifier and Type Method Description java.util.Collection<ExtendedSourceEntry>
MapPaintPrefHelper. getDefault()
java.util.Collection<ExtendedSourceEntry>
PresetPrefHelper. getDefault()
abstract java.util.Collection<ExtendedSourceEntry>
SourcePrefHelper. getDefault()
Returns the default sources provided by JOSM core.java.util.Collection<ExtendedSourceEntry>
ValidatorPrefHelper. getDefault()
Methods in org.openstreetmap.josm.data.preferences.sources with parameters of type ExtendedSourceEntry Modifier and Type Method Description int
ExtendedSourceEntry. compareTo(ExtendedSourceEntry o)
Method parameters in org.openstreetmap.josm.data.preferences.sources with type arguments of type ExtendedSourceEntry Modifier and Type Method Description private void
ValidatorPrefHelper. addDefault(java.util.List<ExtendedSourceEntry> defaults, java.lang.String filename, java.lang.String title, java.lang.String description)
-
Uses of ExtendedSourceEntry in org.openstreetmap.josm.gui.preferences
Fields in org.openstreetmap.josm.gui.preferences with type parameters of type ExtendedSourceEntry Modifier and Type Field Description private java.util.List<ExtendedSourceEntry>
SourceEditor.AvailableSourcesModel. data
private java.util.List<ExtendedSourceEntry>
SourceEditor.SourceLoader. sources
Methods in org.openstreetmap.josm.gui.preferences that return ExtendedSourceEntry Modifier and Type Method Description ExtendedSourceEntry
SourceEditor.AvailableSourcesModel. getValueAt(int rowIndex)
ExtendedSourceEntry
SourceEditor.AvailableSourcesModel. getValueAt(int rowIndex, int ignored)
Methods in org.openstreetmap.josm.gui.preferences that return types with arguments of type ExtendedSourceEntry Modifier and Type Method Description abstract java.util.Collection<ExtendedSourceEntry>
SourceEditor. getDefault()
Get the default list of entries (used when resetting the list).java.util.Collection<ExtendedSourceEntry>
SourceEditor. loadAndGetAvailableSources()
Synchronously loads available sources and returns the parsed list.Method parameters in org.openstreetmap.josm.gui.preferences with type arguments of type ExtendedSourceEntry Modifier and Type Method Description void
SourceEditor.ActiveSourcesModel. addExtendedSourceEntries(java.util.List<ExtendedSourceEntry> sources)
Adds multiple sources.void
SourceEditor.AvailableSourcesModel. setSources(java.util.List<ExtendedSourceEntry> sources)
Sets the source list. -
Uses of ExtendedSourceEntry in org.openstreetmap.josm.gui.preferences.map
Methods in org.openstreetmap.josm.gui.preferences.map that return types with arguments of type ExtendedSourceEntry Modifier and Type Method Description java.util.Collection<ExtendedSourceEntry>
MapPaintPreference.MapPaintSourceEditor. getDefault()
java.util.Collection<ExtendedSourceEntry>
TaggingPresetPreference.TaggingPresetSourceEditor. getDefault()
-
Uses of ExtendedSourceEntry in org.openstreetmap.josm.gui.preferences.validator
Methods in org.openstreetmap.josm.gui.preferences.validator that return types with arguments of type ExtendedSourceEntry Modifier and Type Method Description java.util.Collection<ExtendedSourceEntry>
ValidatorTagCheckerRulesPreference.TagCheckerRulesSourceEditor. getDefault()
-