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.
|
org.openstreetmap.josm.tools.bugreport |
Modifier and Type | Field and Description |
---|---|
private PluginDownloadTask |
PreferenceTabbedPane.PluginDownloadAfterTask.task |
Constructor and Description |
---|
PluginDownloadAfterTask(PluginPreference preference,
PluginDownloadTask task,
java.util.Set<PluginInformation> toDownload) |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
private static PluginDownloadTask |
PluginHandler.pluginDownloadTask |
Modifier and Type | Method and Description |
---|---|
static PluginDownloadTask |
PluginHandler.updateOrdisablePluginAfterException(java.lang.Throwable e)
Checks whether the exception
e was thrown by a plugin. |
Modifier and Type | Field and Description |
---|---|
private PluginDownloadTask |
BugReportExceptionHandler.BugReporterThread.BugReporterWorker.pluginDownloadTask |
Constructor and Description |
---|
BugReporterWorker(PluginDownloadTask pluginDownloadTask) |