Uses of Class
org.openstreetmap.josm.plugins.PluginDownloadTask
-
Packages that use PluginDownloadTask Package Description org.openstreetmap.josm.gui.preferences Provides generic classes for handling JOSM preferences.org.openstreetmap.josm.gui.preferences.plugin Provides classes for handling plugin preferences.org.openstreetmap.josm.plugins Provides the classes for JOSM plugins system. -
-
Uses of PluginDownloadTask in org.openstreetmap.josm.gui.preferences
Fields in org.openstreetmap.josm.gui.preferences declared as PluginDownloadTask Modifier and Type Field Description private PluginDownloadTask
PreferenceTabbedPane.PluginDownloadAfterTask. task
Constructors in org.openstreetmap.josm.gui.preferences with parameters of type PluginDownloadTask Constructor Description PluginDownloadAfterTask(PluginPreference preference, PluginDownloadTask task, java.util.Set<PluginInformation> toDownload)
-
Uses of PluginDownloadTask in org.openstreetmap.josm.gui.preferences.plugin
Methods in org.openstreetmap.josm.gui.preferences.plugin with parameters of type PluginDownloadTask Modifier and Type Method Description static java.lang.String
PluginPreference. buildDownloadSummary(PluginDownloadTask task)
Returns the download summary string to be shown.static void
PluginPreference. notifyDownloadResults(java.awt.Component parent, PluginDownloadTask task, boolean restartRequired)
Notifies user about result of a finished plugin download task. -
Uses of PluginDownloadTask in org.openstreetmap.josm.plugins
Fields in org.openstreetmap.josm.plugins declared as PluginDownloadTask Modifier and Type Field Description private static PluginDownloadTask
PluginHandler. pluginDownloadTask
Methods in org.openstreetmap.josm.plugins that return PluginDownloadTask Modifier and Type Method Description static PluginDownloadTask
PluginHandler. updateOrdisablePluginAfterException(java.lang.Throwable e)
Checks whether the exceptione
was thrown by a plugin.
-