Package | Description |
---|---|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
Class and Description |
---|
RecentlyOpenedFilesMenu
Show list of recently opened files
|
SaveLayersDialog.Reason
The cause for requesting an action on unsaved modifications
|
Class and Description |
---|
AbstractIOTask
This is an abstract task for uploading or saving a data layer.
|
AbstractPrimitiveTask
Abstract superclass of download/update primitives tasks.
|
AbstractUploadDialog
This is an abstract base class for dialogs used for entering generic upload options.
|
AbstractUploadTask
Abstract base class for the task of uploading primitives via OSM API.
|
AsynchronousUploadPrimitivesTask
Task for uploading primitives using background worker threads.
|
BasicUploadSettingsPanel
BasicUploadSettingsPanel allows to enter the basic parameters required for uploading data.
|
ChangesetCommentModel
ChangesetCommentModel is an observable model for the changeset comment edited
in the
UploadDialog . |
ChangesetManagementPanel
ChangesetManagementPanel allows to configure changeset to be used in the next
upload.
|
ChangesetReviewModel
ChangesetReviewModel is an observable model for the changeset review requested
in the
UploadDialog . |
ConfigurationParameterRequestHandler
Handler, that will take action when the user clicks one of two hyperlinks
in the upload dialog.
|
CredentialDialog
Dialog box to request username and password from the user.
|
CredentialDialog.CredentialPanel |
DownloadFileTask.DownloadException |
DownloadPrimitivesTask
Task downloading a set of OSM primitives.
|
IUploadDialog
Upload dialog super interface.
|
OpenChangesetComboBoxModel
A combobox model for the list of open changesets.
|
RecentlyOpenedFilesMenu.ClearAction |
SaveLayerInfo
SaveLayerInfo represents the information, user preferences and save/upload states of
a layer which might be uploaded/saved.
|
SaveLayersDialog.CancelAction |
SaveLayersDialog.DiscardAndProceedAction |
SaveLayersDialog.Reason
The cause for requesting an action on unsaved modifications
|
SaveLayersDialog.SaveAndProceedAction |
SaveLayersDialog.SaveAndUploadTask
This is the asynchronous task which uploads modified layers to the server and
saves them to files, if requested by the user.
|
SaveLayersDialog.SaveSessionAction |
SaveLayersDialog.UserAction |
SaveLayersModel
Table model for the
SaveLayersTable in the SaveLayersDialog . |
SaveLayersModel.Mode |
TagSettingsPanel
Tag settings panel of upload dialog.
|
UploadAndSaveProgressRenderer
A
ProgressRenderer used for upload/save action in the SaveLayersDialog . |
UploadDialog
This is a dialog for entering upload options like the parameters for
the upload changeset and the strategy for opening/closing a changeset.
|
UploadedObjectsSummaryPanel
This panel displays a summary of the objects to upload.
|
UploadedObjectsSummaryPanel.PrimitiveList
A simple list of OSM primitives.
|
UploadedObjectsSummaryPanel.PrimitiveListModel
A list model for a list of OSM primitives.
|
UploadOrSaveState
The state a layer may have after attempting to upload it
|
UploadParameterSummaryPanel
A panel that displays a summary of data the user is about to upload
|
UploadPrimitivesTask
The task for uploading a collection of primitives.
|
UploadSelectionDialog.OsmPrimitiveList |
UploadSelectionDialog.OsmPrimitiveListModel |
UploadStrategySelectionPanel
UploadStrategySelectionPanel is a panel for selecting an upload strategy.
|
Class and Description |
---|
AbstractIOTask
This is an abstract task for uploading or saving a data layer.
|
AbstractUploadDialog
This is an abstract base class for dialogs used for entering generic upload options.
|