Uses of Interface
org.openstreetmap.josm.gui.download.IDownloadSourceType
-
Packages that use IDownloadSourceType Package Description org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog. -
-
Uses of IDownloadSourceType in org.openstreetmap.josm.gui.download
Classes in org.openstreetmap.josm.gui.download that implement IDownloadSourceType Modifier and Type Class Description private static class
OSMDownloadSource.GpsDataDownloadType
private static class
OSMDownloadSource.NotesDataDownloadType
private static class
OSMDownloadSource.OsmDataDownloadType
Fields in org.openstreetmap.josm.gui.download with type parameters of type IDownloadSourceType Modifier and Type Field Description (package private) static List<IDownloadSourceType>
OSMDownloadSource. DOWNLOAD_SOURCES
The possible methods to get dataprivate List<IDownloadSourceType>
OSMDownloadSource.OSMDownloadData. downloadPossibilities
Methods in org.openstreetmap.josm.gui.download with type parameters of type IDownloadSourceType Modifier and Type Method Description static <T extends IDownloadSourceType>
TOSMDownloadSource. getDownloadType(Class<T> typeClazz)
Get the instance of a data download typeMethods in org.openstreetmap.josm.gui.download that return types with arguments of type IDownloadSourceType Modifier and Type Method Description AbstractDownloadSourcePanel<List<IDownloadSourceType>>
OSMDownloadSource. createPanel(DownloadDialog dialog)
List<IDownloadSourceType>
OSMDownloadSource.OSMDownloadSourcePanel. getData()
List<IDownloadSourceType>
OSMDownloadSource.OSMDownloadData. getDownloadPossibilities()
Returns the download possibilities.static List<IDownloadSourceType>
OSMDownloadSource. getDownloadTypes()
Returns the possible downloads that JOSM can make in the default Download screen.Methods in org.openstreetmap.josm.gui.download with parameters of type IDownloadSourceType Modifier and Type Method Description static boolean
OSMDownloadSource. addDownloadType(IDownloadSourceType type)
Add a download type to the default JOSM download windowstatic boolean
OSMDownloadSource. removeDownloadType(IDownloadSourceType type)
Removes a download source type.Method parameters in org.openstreetmap.josm.gui.download with type arguments of type IDownloadSourceType Modifier and Type Method Description void
OSMDownloadSource. doDownload(List<IDownloadSourceType> data, DownloadSettings settings)
Constructor parameters in org.openstreetmap.josm.gui.download with type arguments of type IDownloadSourceType Constructor Description OSMDownloadData(List<IDownloadSourceType> downloadPossibilities)
Constructs a newOSMDownloadData
.
-