Uses of Class
org.openstreetmap.josm.data.sources.SourcePreferenceEntry
-
Packages that use SourcePreferenceEntry Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.sources -
-
Uses of SourcePreferenceEntry in org.openstreetmap.josm.data.imagery
Subclasses of SourcePreferenceEntry in org.openstreetmap.josm.data.imagery Modifier and Type Class Description static class
ImageryInfo.ImageryPreferenceEntry
The ImageryPreferenceEntry class for storing data in JOSM preferences. -
Uses of SourcePreferenceEntry in org.openstreetmap.josm.data.sources
Classes in org.openstreetmap.josm.data.sources with type parameters of type SourcePreferenceEntry Modifier and Type Class Description class
SourceInfo<T extends ISourceCategory<?>,U extends ISourceType<?>,V extends SourceBounds,W extends SourcePreferenceEntry<?>>
This class is an abstraction for source information to be used in a panel like ImageryProvidersPanel.
-