Package | Description |
---|---|
org.openstreetmap.josm.actions.downloadtasks | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.gui.progress |
Modifier and Type | Method and Description |
---|---|
ProgressTaskId |
DownloadGpsTask.DownloadTask.canRunInBackground() |
Modifier and Type | Method and Description |
---|---|
ProgressTaskId |
PleaseWaitRunnable.canRunInBackground()
Task can run in background if returned value != null.
|
Modifier and Type | Field and Description |
---|---|
static ProgressTaskId |
ProgressTaskIds.DOWNLOAD_GPS |
static ProgressTaskId |
ProgressTaskIds.PRECACHE_WMS |
protected ProgressTaskId |
PleaseWaitProgressMonitor.taskId |
Modifier and Type | Method and Description |
---|---|
ProgressTaskId |
NullProgressMonitor.getProgressTaskId() |
ProgressTaskId |
ProgressMonitor.getProgressTaskId()
Returns the task ID of the progress dialog
Should be used only by PleaseWaitRunnable
|
ProgressTaskId |
PleaseWaitProgressMonitor.getProgressTaskId() |
ProgressTaskId |
ChildProgress.getProgressTaskId() |
ProgressTaskId |
SwingRenderingProgressMonitor.getProgressTaskId() |
Modifier and Type | Method and Description |
---|---|
void |
NullProgressMonitor.setProgressTaskId(ProgressTaskId taskId) |
void |
ProgressMonitor.setProgressTaskId(ProgressTaskId taskId)
Set the task ID of the progress dialog
Should be used only by PleaseWaitRunnable.
|
void |
PleaseWaitProgressMonitor.setProgressTaskId(ProgressTaskId taskId) |
void |
ChildProgress.setProgressTaskId(ProgressTaskId taskId) |
void |
SwingRenderingProgressMonitor.setProgressTaskId(ProgressTaskId taskId) |