| Interface | Description |
|---|---|
| ConfigurationParameterRequestHandler |
| Class | 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.
|
| AbstractUploadTask | |
| ActionFlagsTableCell |
This class creates a table cell that features two checkboxes, Upload and Save.
|
| BasicUploadSettingsPanel |
BasicUploadSettingsPanel allows to enter the basic parameters required for uploading data.
|
| BasicUploadSettingsPanel.ChangesetCommentObserver |
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.
|
| 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.
|
| CloseChangesetDialog |
This dialog lets the user select changesets from a list of changesets.
|
| CloseChangesetTask |
A task for closing a collection of changesets.
|
| CredentialDialog | |
| CredentialDialog.CredentialPanel | |
| CredentialDialog.HttpProxyCredentialsPanel | |
| CredentialDialog.OsmApiCredentialsPanel | |
| CredentialDialog.OtherHostCredentialsPanel | |
| CredentialDialog.SelectAllOnFocusHandler | |
| CredentialDialog.TFKeyListener |
Listener for username and password text fields key events.
|
| 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 | |
| OpenChangesetComboBoxModel |
A combobox model for the list of open changesets.
|
| RecentlyOpenedFilesMenu |
Show list of recently opened files
|
| RecentlyOpenedFilesMenu.ClearAction | |
| SaveLayerInfo |
SaveLayerInfo represents the information, user preferences and save/upload states of
a layer which might be uploaded/saved.
|
| SaveLayersDialog | |
| SaveLayersDialog.LayerListWarningMessagePanel | |
| SaveLayersModel | |
| SaveLayersTable | |
| SaveLayersTableColumnModel | |
| 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 | |
| UpdatePrimitivesTask |
The asynchronous task for updating a collection of objects using multi fetch.
|
| UploadAndSaveProgressRenderer | |
| 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.
|
| UploadLayerTask |
UploadLayerTask uploads the data managed by an
OsmDataLayer asynchronously. |
| UploadParameterSummaryPanel | |
| 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 | |
| UploadStrategySelectionPanel |
UploadStrategySelectionPanel is a panel for selecting an upload strategy.
|
| UploadStrategySelectionPanel.TextFieldFocusHandler | |
| UploadStrategySpecification |
An UploadStrategySpecification consists of the parameter describing the strategy
for uploading a collection of
OsmPrimitive. |
| Enum | Description |
|---|---|
| MaxChangesetSizeExceededPolicy | |
| SaveLayersDialog.UserAction | |
| SaveLayersModel.Mode | |
| UploadOrSaveState | |
| UploadStrategy |
| Exception | Description |
|---|---|
| DownloadFileTask.DownloadException |