Class PreferenceTabbedPane.PluginDownloadAfterTask
- java.lang.Object
-
- org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PluginDownloadAfterTask
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- PreferenceTabbedPane
private final class PreferenceTabbedPane.PluginDownloadAfterTask extends Object implements Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private PluginPreference
preference
private PluginDownloadTask
task
private Set<PluginInformation>
toDownload
-
Constructor Summary
Constructors Modifier Constructor Description private
PluginDownloadAfterTask(PluginPreference preference, PluginDownloadTask task, Set<PluginInformation> toDownload)
-
-
-
Field Detail
-
preference
private final PluginPreference preference
-
task
private final PluginDownloadTask task
-
toDownload
private final Set<PluginInformation> toDownload
-
-
Constructor Detail
-
PluginDownloadAfterTask
private PluginDownloadAfterTask(PluginPreference preference, PluginDownloadTask task, Set<PluginInformation> toDownload)
-
-