Changeset 5266 in josm for trunk/src/org/openstreetmap/josm/plugins/PluginDownloadTask.java
- Timestamp:
- 2012-06-03T16:41:25+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginDownloadTask.java
r4310 r5266 30 30 * Asynchronous task for downloading a collection of plugins. 31 31 * 32 * When the task is finished {@ see#getDownloadedPlugins()} replies the list of downloaded plugins33 * and {@ see#getFailedPlugins()} replies the list of failed plugins.32 * When the task is finished {@link #getDownloadedPlugins()} replies the list of downloaded plugins 33 * and {@link #getFailedPlugins()} replies the list of failed plugins. 34 34 * 35 35 */ … … 45 45 * Creates the download task 46 46 * 47 * @param parent the parent component relative to which the {@ seePleaseWaitDialog} is displayed47 * @param parent the parent component relative to which the {@link PleaseWaitDialog} is displayed 48 48 * @param toUpdate a collection of plugin descriptions for plugins to update/download. Must not be null. 49 * @param title the title to display in the {@ seePleaseWaitDialog}49 * @param title the title to display in the {@link PleaseWaitDialog} 50 50 * @throws IllegalArgumentException thrown if toUpdate is null 51 51 */ … … 59 59 * Creates the task 60 60 * 61 * @param monitor a progress monitor. Defaults to {@ seeNullProgressMonitor#INSTANCE} if null61 * @param monitor a progress monitor. Defaults to {@link NullProgressMonitor#INSTANCE} if null 62 62 * @param toUpdate a collection of plugin descriptions for plugins to update/download. Must not be null. 63 * @param title the title to display in the {@ seePleaseWaitDialog}63 * @param title the title to display in the {@link PleaseWaitDialog} 64 64 * @throws IllegalArgumentException thrown if toUpdate is null 65 65 */
Note:
See TracChangeset
for help on using the changeset viewer.
