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 withJMapViewerclasses.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 classCloseChangesetAction.DownloadOpenChangesetsTaskstatic classOpenFileAction.OpenFileTaskTask to open files.static classSessionLoadAction.LoaderJOSM session loader(package private) classUploadSelectionAction.DeletedParentsCheckerMethods in org.openstreetmap.josm.actions that return PleaseWaitRunnable Modifier and Type Method Description protected PleaseWaitRunnableDownloadAlongAction. 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 PleaseWaitRunnableDownloadAlongAction. createTask()Sub classes must override this method.protected PleaseWaitRunnableDownloadAlongWayAction. 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 classSearchAction.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 classUploadNotesTask.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) classImageryLayerInfo.DefaultEntryLoaderLoader/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 classValidationTaskAsynchronous 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 classMapPaintDialog.SaveAsAction.SaveToFileTask(package private) classValidatorDialog.FixTaskTask for fixing a collection ofTestErrors. -
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) classChildRelationBrowser.DownloadAllChildrenTaskThe asynchronous task for downloading relation members.(package private) classChildRelationBrowser.DownloadRelationSetTaskThe asynchronous task for downloading a set of relations(package private) classChildRelationBrowser.DownloadTaskclassDownloadRelationMemberTaskThe asynchronous task for downloading relation members.classDownloadRelationTaskThe asynchronous task for fully downloading a collection of relations.(package private) classRelationTree.RelationLoaderAsynchronous 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 classPlaceSelection.NameQueryTask -
Uses of PleaseWaitRunnable in org.openstreetmap.josm.gui.history
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.gui.history Modifier and Type Class Description classHistoryLoadTaskLoads 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 classAbstractPrimitiveTaskAbstract superclass of download/update primitives tasks.classAbstractUploadTaskAbstract base class for the task of uploading primitives via OSM API.classAsynchronousUploadPrimitivesTaskTask for uploading primitives using background worker threads.classCloseChangesetTaskA task for closing a collection of changesets.classDownloadFileTaskAsynchronous task for downloading and unpacking arbitrary file lists Shows progress bar when downloadingclassDownloadFromOverpassTaskDownload OSM data from Overpass APIclassDownloadOpenChangesetsTaskThis is a task for downloading the open changesets of the current user from the OSM server.classDownloadPrimitivesTaskTask downloading a set of OSM primitives.classDownloadPrimitivesWithReferrersTaskTask for downloading a set of primitives with all referrers.classUpdatePrimitivesTaskThe asynchronous task for updating a collection of objects using multi fetch.classUploadPrimitivesTaskThe task for uploading a collection of primitives.Fields in org.openstreetmap.josm.gui.io declared as PleaseWaitRunnable Modifier and Type Field Description private PleaseWaitRunnableDownloadPrimitivesWithReferrersTask. currentTaskReference 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) classImagesLoaderLoads a set of images, while displaying a dialog that indicates what the plugin is currently doing.classWikimediaCommonsLoaderLoads 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 classDownloadWmsAlongTrackAction.PrecacheWmsTaskMethods in org.openstreetmap.josm.gui.layer.gpx that return PleaseWaitRunnable Modifier and Type Method Description protected PleaseWaitRunnableDownloadAlongTrackAction. 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 classMapPaintStyleLoaderThis 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) classFullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTaskclassTestAccessTokenTaskChecks 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) classSourceEditor.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 classAddWMSLayerPanel.GetCapabilitiesRunnablePerform 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 classApiUrlTestTaskThis 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 classLoadDataHandler.LoadDataTask -
Uses of PleaseWaitRunnable in org.openstreetmap.josm.plugins
Subclasses of PleaseWaitRunnable in org.openstreetmap.josm.plugins Modifier and Type Class Description classPluginDownloadTaskAsynchronous task for downloading a collection of plugins.classReadLocalPluginInformationTaskThis is an asynchronous task for reading plugin information from the files in the local plugin repositories.classReadRemotePluginInformationTaskAn asynchronous task for downloading plugin lists from the configured plugin download sites.
-