Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.actions.downloadtasks | |
org.openstreetmap.josm.actions.upload | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.gui.dialogs | |
org.openstreetmap.josm.gui.dialogs.changeset | |
org.openstreetmap.josm.gui.dialogs.changeset.query | |
org.openstreetmap.josm.gui.dialogs.relation | |
org.openstreetmap.josm.gui.download | |
org.openstreetmap.josm.gui.history | |
org.openstreetmap.josm.gui.io | |
org.openstreetmap.josm.gui.layer | |
org.openstreetmap.josm.gui.layer.geoimage | |
org.openstreetmap.josm.gui.mappaint | |
org.openstreetmap.josm.gui.oauth | |
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.gui.progress | |
org.openstreetmap.josm.io.remotecontrol.handler | |
org.openstreetmap.josm.plugins |
Modifier and Type | Class and Description |
---|---|
private class |
CloseChangesetAction.DownloadOpenChangesetsTask |
static class |
OpenFileAction.OpenFileTask |
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 | Class and Description |
---|---|
(package private) class |
DownloadGpsTask.DownloadTask |
(package private) class |
DownloadNotesTask.DownloadBoundingBoxTask |
(package private) class |
DownloadNotesTask.DownloadBzip2RawUrlTask |
(package private) class |
DownloadNotesTask.DownloadRawUrlTask |
(package private) class |
DownloadNotesTask.DownloadTask |
protected class |
DownloadOsmChangeTask.DownloadTask |
private static class |
DownloadOsmChangeTask.HistoryLoaderAndListener
Loads history and updates incomplete primitives.
|
static class |
DownloadOsmTask.AbstractInternalTask
Superclass of internal download task.
|
protected class |
DownloadOsmTask.DownloadTask |
class |
DownloadReferrersTask
The asynchronous task for downloading referring primitives
|
Modifier and Type | Class and Description |
---|---|
private class |
UploadNotesTask.UploadTask |
Modifier and Type | Class and Description |
---|---|
class |
PleaseWaitRunnable
Instanced of this thread will display a "Please Wait" message in middle of JOSM
to indicate a progress being executed.
|
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 |
---|---|
class |
ChangesetContentDownloadTask
This is an asynchronous task for downloading the changeset content of a collection of
changesets.
|
class |
ChangesetHeaderDownloadTask
This is an asynchronous task for downloading a collection of changests from the OSM
server.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangesetQueryTask
Asynchronous task to send a changeset query to the OSM API.
|
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 an collection of objects from the
server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUploadTask |
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 | Class and Description |
---|---|
private static class |
TMSLayer.TmsTileClearController |
Modifier and Type | Class and Description |
---|---|
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 |
---|---|
static class |
MapPaintStyles.MapPaintStyleLoader |
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 | Field and Description |
---|---|
private java.util.List<ProgressMonitor.CancelListener> |
CancelHandler.listeners |
Modifier and Type | Method and Description |
---|---|
void |
ProgressMonitor.addCancelListener(ProgressMonitor.CancelListener listener)
Add listener for user abort action
|
void |
NullProgressMonitor.addCancelListener(ProgressMonitor.CancelListener listener) |
void |
AbstractProgressMonitor.addCancelListener(ProgressMonitor.CancelListener listener) |
void |
CancelHandler.addCancelListener(ProgressMonitor.CancelListener listener) |
void |
ProgressMonitor.removeCancelListener(ProgressMonitor.CancelListener listener)
Remove listener for user abort action
|
void |
NullProgressMonitor.removeCancelListener(ProgressMonitor.CancelListener listener) |
void |
AbstractProgressMonitor.removeCancelListener(ProgressMonitor.CancelListener listener) |
void |
CancelHandler.removeCancelListener(ProgressMonitor.CancelListener listener) |
Modifier and Type | Class and Description |
---|---|
protected 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.
|