Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.downloadtasks |
Provides the classes for JOSM
download tasks . |
org.openstreetmap.josm.actions.search |
Provides the classes for JOSM
search action . |
org.openstreetmap.josm.actions.upload |
Provides the classes for JOSM
upload action . |
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
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 else
|
org.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 geottaged 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.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.
|
Modifier and Type | Class and 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 |
(package private) static class |
ValidateAction.ValidationTask
Asynchronous task for running a collection of tests against a collection of primitives
|
Modifier and Type | Method and 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() |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SearchAction.SearchTask |
Modifier and Type | Class and Description |
---|---|
private class |
UploadNotesTask.UploadTask |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ImageryLayerInfo.DefaultEntryLoader
Loader/updater of the available imagery entries
|
Modifier and Type | Class and Description |
---|---|
private class |
MapPaintDialog.SaveAsAction.SaveToFileTask |
(package private) class |
ValidatorDialog.FixTask
Task for fixing a collection of
TestError s. |
Modifier and Type | Class and 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.
|
class |
ParentRelationLoadingTask
This is an asynchronous task for loading the parents of a given relation.
|
(package private) class |
RelationTree.RelationLoader
Asynchronous download task for a specific relation
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
PlaceSelection.NameQueryTask |
Modifier and Type | Class and Description |
---|---|
class |
HistoryLoadTask
Loads the object history of a collection of objects from the server.
|
Modifier and Type | Class and 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 downloading
|
class |
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.
|
Modifier and Type | Field and Description |
---|---|
private PleaseWaitRunnable |
DownloadPrimitivesWithReferrersTask.currentTask
Reference to the task currently running
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
GeoImageLayer.Loader
Loads a set of images, while displaying a dialog that indicates what the plugin is currently doing.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DownloadWmsAlongTrackAction.PrecacheWmsTask |
Modifier and Type | Method and Description |
---|---|
protected PleaseWaitRunnable |
DownloadAlongTrackAction.createTask() |
Modifier and Type | Class and Description |
---|---|
class |
MapPaintStyleLoader
This class loads the map paint styles
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask |
class |
RetrieveAccessTokenTask
Asynchronous task for retrieving an Access Token.
|
class |
RetrieveRequestTokenTask
Asynchronous task for retrieving a request token
|
class |
TestAccessTokenTask
Checks whether an OSM API server can be accessed with a specific Access Token.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
SourceEditor.SourceLoader |
Modifier and Type | Class and Description |
---|---|
class |
ApiUrlTestTask
This is an asynchronous task for testing whether an URL points to an OSM API server.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
LoadDataHandler.LoadDataTask |
Modifier and Type | Class and 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.
|