See: Description
Interface | Description |
---|---|
ConfigurationParameterRequestHandler |
Handler, that will take action when the user clicks one of two hyperlinks
in the upload dialog.
|
IUploadDialog |
Upload dialog super interface.
|
Class | 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.
|
ActionFlagsTableCell |
This class creates a table cell that features two checkboxes, Upload and Save.
|
AsynchronousUploadPrimitivesTask |
Task for uploading primitives using background worker threads.
|
BasicUploadSettingsPanel |
BasicUploadSettingsPanel allows to enter the basic parameters required for uploading data.
|
BasicUploadSettingsPanel.ChangesetCommentChangeListener |
Observes the changeset comment model and keeps the comment input field
in sync with the current changeset comment
|
BasicUploadSettingsPanel.CommentModelListener |
Updates the changeset comment model upon changes in the input field.
|
BasicUploadSettingsPanel.HistoryComboBoxKeyAdapter | |
ChangesetCellRenderer |
A
ListCellRenderer for the list of changesets in the upload dialog. |
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 . |
CloseChangesetDialog |
This dialog lets the user select changesets from a list of changesets.
|
CloseChangesetTask |
A task for closing a collection of changesets.
|
CredentialDialog |
Dialog box to request username and password from the user.
|
CredentialDialog.CredentialPanel | |
CredentialDialog.HttpProxyCredentialsPanel | |
CredentialDialog.OsmApiCredentialsPanel | |
CredentialDialog.OtherHostCredentialsPanel | |
CredentialDialog.SelectAllOnFocusHandler | |
CredentialDialog.TFKeyListener |
Listener for username and password text fields key events.
|
CustomConfigurator |
Class to process configuration changes stored in XML
can be used to modify preferences, store/delete files in .josm folders etc
|
CustomConfigurator.XMLCommandProcessor | |
DownloadFileTask |
Asynchronous task for downloading and unpacking arbitrary file lists
Shows progress bar when downloading
|
DownloadOpenChangesetsTask |
This is a task for downloading the open changesets of the current user
from the OSM server.
|
DownloadPrimitivesTask |
Task downloading a set of OSM primitives.
|
DownloadPrimitivesWithReferrersTask |
Task for downloading a set of primitives with all referrers.
|
LayerNameAndFilePathTableCell |
Display and edit layer name and file path in a
JTable . |
OpenChangesetComboBoxModel |
A combobox model for the list of open changesets.
|
RecentlyOpenedFilesMenu |
Show list of recently opened files
|
RecentlyOpenedFilesMenu.ClearAction | |
RecentlyOpenedFilesMenu.OpenRecentAction | |
SaveLayerInfo |
SaveLayerInfo represents the information, user preferences and save/upload states of
a layer which might be uploaded/saved.
|
SaveLayersDialog |
Dialog that pops up when the user closes a layer with modified data.
|
SaveLayersDialog.LayerListWarningMessagePanel | |
SaveLayersDialog.LayerListWarningMessagePanel.LayerCellRenderer | |
SaveLayersModel |
Table model for the
SaveLayersTable in the SaveLayersDialog . |
SaveLayersTable |
A table that displays the list of modified layers in the
SaveLayersDialog . |
SaveLayersTableColumnModel |
Table column model for the
SaveLayersTable in the SaveLayersDialog . |
SaveLayersTableColumnModel.RecommendedActionsTableCell |
small renderer class that handles the "should be uploaded/saved" texts.
|
SaveLayerTask |
SaveLayerTask saves the data managed by an
AbstractModifiableLayer to the
Layer.getAssociatedFile() . |
TagSettingsPanel |
Tag settings panel of upload dialog.
|
UpdatePrimitivesTask |
The asynchronous task for updating a collection of objects using multi fetch.
|
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.
|
UploadDialog.CancelAction |
Action for canceling the dialog.
|
UploadDialog.CompactTabbedPane | |
UploadDialog.UploadAction |
Handles an upload.
|
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.
|
UploadLayerTask |
UploadLayerTask uploads the data managed by an
OsmDataLayer asynchronously. |
UploadNoteLayerTask |
UploadNoteLayerTask uploads the data managed by an
NoteLayer asynchronously. |
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 |
This dialog can be used to select individual object for uploading.
|
UploadSelectionDialog.OsmPrimitiveList | |
UploadSelectionDialog.OsmPrimitiveListModel | |
UploadSelectionDialog.OsmPrimitiveListModel.OsmPrimitiveComparator | |
UploadStrategySelectionPanel |
UploadStrategySelectionPanel is a panel for selecting an upload strategy.
|
UploadStrategySelectionPanel.TextFieldFocusHandler |
Enum | Description |
---|---|
SaveLayersDialog.Reason |
The cause for requesting an action on unsaved modifications
|
SaveLayersDialog.UserAction | |
SaveLayersModel.Mode | |
UploadOrSaveState |
The state a layer may have after attempting to upload it
|
Exception | Description |
---|---|
DownloadFileTask.DownloadException |