Uses of Class
org.openstreetmap.josm.gui.PleaseWaitRunnable
-
Packages that use PleaseWaitRunnable Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks
.org.openstreetmap.josm.actions.search Provides the classes for JOSMsearch action
.org.openstreetmap.josm.actions.upload Provides the classes for JOSMupload action
.org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.validation Provides the classes for JOSM data validation.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers.org.openstreetmap.josm.gui.mappaint.loader Provides the GUI classes allowing map paint styles to be (re)loaded.org.openstreetmap.josm.gui.oauth Provides GUI classes for handling OAuth authentication to OSM API.org.openstreetmap.josm.gui.preferences Provides generic classes for handling JOSM preferences.org.openstreetmap.josm.gui.preferences.imagery Provides classes for handling imagery preferences.org.openstreetmap.josm.gui.preferences.server Provides classes for handling connection preferences, including server authentication and proxy settings.org.openstreetmap.josm.io.remotecontrol.handler Provides the classes for remote control handlers (features exposed to the browser).org.openstreetmap.josm.plugins Provides the classes for JOSM plugins system. -
-
Uses of PleaseWaitRunnable in org.openstreetmap.josm.actions
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.actions Modifier and Type Class Description private class
CloseChangesetAction.DownloadOpenChangesetsTask
static class
OpenFileAction.OpenFileTask
Task to open files.static class
SessionLoadAction.Loader
JOSM session loader(package private) class
UploadSelectionAction.DeletedParentsChecker
Methods in org.openstreetmap.josm.actions that return PleaseWaitRunnable Modifier and Type Method Description protected PleaseWaitRunnable
DownloadAlongAction. createCalcTask(java.awt.geom.Path2D alongPath, DownloadAlongPanel panel, java.lang.String confirmTitle, boolean newLayer)
Create task that downloads areas along the given path using the values specified in the panel.protected abstract PleaseWaitRunnable
DownloadAlongAction. createTask()
Sub classes must override this method.protected PleaseWaitRunnable
DownloadAlongWayAction. createTask()
-
Uses of PleaseWaitRunnable in org.openstreetmap.josm.actions.downloadtasks
-
Uses of PleaseWaitRunnable in org.openstreetmap.josm.actions.search
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.actions.search Modifier and Type Class Description (package private) static class
SearchAction.SearchTask
-
Uses of PleaseWaitRunnable in org.openstreetmap.josm.actions.upload
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.actions.upload Modifier and Type Class Description private class
UploadNotesTask.UploadTask
-
Uses of PleaseWaitRunnable in org.openstreetmap.josm.data.imagery
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.data.imagery Modifier and Type Class Description (package private) class
ImageryLayerInfo.DefaultEntryLoader
Loader/updater of the available imagery entries -
Uses of PleaseWaitRunnable in org.openstreetmap.josm.data.validation
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.data.validation Modifier and Type Class Description class
ValidationTask
Asynchronous task for running a collection of tests against a collection of primitives -
Uses of PleaseWaitRunnable in org.openstreetmap.josm.gui.dialogs
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.gui.dialogs Modifier and Type Class Description private class
MapPaintDialog.SaveAsAction.SaveToFileTask
(package private) class
ValidatorDialog.FixTask
Task for fixing a collection ofTestError
s. -
Uses of PleaseWaitRunnable in org.openstreetmap.josm.gui.dialogs.relation
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.gui.dialogs.relation Modifier and Type Class Description (package private) class
ChildRelationBrowser.DownloadAllChildrenTask
The asynchronous task for downloading relation members.(package private) class
ChildRelationBrowser.DownloadRelationSetTask
The asynchronous task for downloading a set of relations(package private) class
ChildRelationBrowser.DownloadTask
class
DownloadRelationMemberTask
The asynchronous task for downloading relation members.class
DownloadRelationTask
The asynchronous task for fully downloading a collection of relations.(package private) class
RelationTree.RelationLoader
Asynchronous download task for a specific relation -
Uses of PleaseWaitRunnable in org.openstreetmap.josm.gui.download
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.gui.download Modifier and Type Class Description (package private) static class
PlaceSelection.NameQueryTask
-
Uses of PleaseWaitRunnable in org.openstreetmap.josm.gui.history
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.gui.history Modifier and Type Class Description class
HistoryLoadTask
Loads the object history of a collection of objects from the server. -
Uses of PleaseWaitRunnable in org.openstreetmap.josm.gui.io
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.gui.io Modifier and Type Class Description class
AbstractPrimitiveTask
Abstract superclass of download/update primitives tasks.class
AbstractUploadTask
Abstract base class for the task of uploading primitives via OSM API.class
AsynchronousUploadPrimitivesTask
Task for uploading primitives using background worker threads.class
CloseChangesetTask
A task for closing a collection of changesets.class
DownloadFileTask
Asynchronous task for downloading and unpacking arbitrary file lists Shows progress bar when downloadingclass
DownloadFromOverpassTask
Download OSM data from Overpass APIclass
DownloadOpenChangesetsTask
This is a task for downloading the open changesets of the current user from the OSM server.class
DownloadPrimitivesTask
Task downloading a set of OSM primitives.class
DownloadPrimitivesWithReferrersTask
Task for downloading a set of primitives with all referrers.class
UpdatePrimitivesTask
The asynchronous task for updating a collection of objects using multi fetch.class
UploadPrimitivesTask
The task for uploading a collection of primitives.Fields in org.openstreetmap.josm.gui.io declared as PleaseWaitRunnable Modifier and Type Field Description private PleaseWaitRunnable
DownloadPrimitivesWithReferrersTask. currentTask
Reference to the task currently running -
Uses of PleaseWaitRunnable in org.openstreetmap.josm.gui.layer.geoimage
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.gui.layer.geoimage Modifier and Type Class Description (package private) class
ImagesLoader
Loads a set of images, while displaying a dialog that indicates what the plugin is currently doing.class
WikimediaCommonsLoader
Loads geocoded images from Wikimedia Commons for the given bounding box. -
Uses of PleaseWaitRunnable in org.openstreetmap.josm.gui.layer.gpx
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.gui.layer.gpx Modifier and Type Class Description (package private) static class
DownloadWmsAlongTrackAction.PrecacheWmsTask
Methods in org.openstreetmap.josm.gui.layer.gpx that return PleaseWaitRunnable Modifier and Type Method Description protected PleaseWaitRunnable
DownloadAlongTrackAction. createTask()
-
Uses of PleaseWaitRunnable in org.openstreetmap.josm.gui.mappaint.loader
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.gui.mappaint.loader Modifier and Type Class Description class
MapPaintStyleLoader
This class loads the map paint styles -
Uses of PleaseWaitRunnable in org.openstreetmap.josm.gui.oauth
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.gui.oauth Modifier and Type Class Description (package private) class
FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask
class
TestAccessTokenTask
Checks whether an OSM API server can be accessed with a specific Access Token. -
Uses of PleaseWaitRunnable in org.openstreetmap.josm.gui.preferences
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.gui.preferences Modifier and Type Class Description (package private) class
SourceEditor.SourceLoader
-
Uses of PleaseWaitRunnable in org.openstreetmap.josm.gui.preferences.imagery
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.gui.preferences.imagery Modifier and Type Class Description private class
AddWMSLayerPanel.GetCapabilitiesRunnable
Perform the get WMS layers network calls in a separate thread, mostly to allow for cancellation -
Uses of PleaseWaitRunnable in org.openstreetmap.josm.gui.preferences.server
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.gui.preferences.server Modifier and Type Class Description class
ApiUrlTestTask
This is an asynchronous task for testing whether an URL points to an OSM API server. -
Uses of PleaseWaitRunnable in org.openstreetmap.josm.io.remotecontrol.handler
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.io.remotecontrol.handler Modifier and Type Class Description protected static class
LoadDataHandler.LoadDataTask
-
Uses of PleaseWaitRunnable in org.openstreetmap.josm.plugins
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.plugins Modifier and Type Class Description class
PluginDownloadTask
Asynchronous task for downloading a collection of plugins.class
ReadLocalPluginInformationTask
This is an asynchronous task for reading plugin information from the files in the local plugin repositories.class
ReadRemotePluginInformationTask
An asynchronous task for downloading plugin lists from the configured plugin download sites.
-