Package | Description |
---|---|
org.openstreetmap.josm.actions.downloadtasks | |
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.layer.gpx |
Provides classes for handling GPX layers.
|
org.openstreetmap.josm.gui.progress |
Provides GUI classes for displaying long tasks background advancement in a progress bar, and a way to cancel them.
|
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.
|
ProgressTaskId |
SplashScreen.SplashProgressMonitor.getProgressTaskId() |
Modifier and Type | Method and Description |
---|---|
void |
SplashScreen.SplashProgressMonitor.setProgressTaskId(ProgressTaskId taskId) |
Modifier and Type | Method and Description |
---|---|
ProgressTaskId |
DownloadWmsAlongTrackAction.PrecacheWmsTask.canRunInBackground() |
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 |
PleaseWaitProgressMonitor.getProgressTaskId() |
ProgressTaskId |
ChildProgress.getProgressTaskId() |
ProgressTaskId |
ProgressMonitor.getProgressTaskId()
Returns the task ID of the progress dialog
Should be used only by PleaseWaitRunnable
|
ProgressTaskId |
SwingRenderingProgressMonitor.getProgressTaskId() |
Modifier and Type | Method and Description |
---|---|
void |
NullProgressMonitor.setProgressTaskId(ProgressTaskId taskId) |
void |
PleaseWaitProgressMonitor.setProgressTaskId(ProgressTaskId taskId) |
void |
ChildProgress.setProgressTaskId(ProgressTaskId taskId) |
void |
ProgressMonitor.setProgressTaskId(ProgressTaskId taskId)
Set the task ID of the progress dialog
Should be used only by PleaseWaitRunnable.
|
void |
SwingRenderingProgressMonitor.setProgressTaskId(ProgressTaskId taskId) |