Package org.openstreetmap.josm.gui.io

Interface Summary
ConfigurationParameterRequestHandler  
 

Class Summary
AbstractIOTask This is an abstract task for uploading or saving a data layer.
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.
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 andnd unpacking arbitrary file lists Shows progress bar when donloading
DownloadOpenChangesetsTask This is a task for downloading the open changesets of the current user from the OSM server.
DownloadPrimitivesTask  
FilenameCellEditor This is a TableCellEditor for filenames.
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 OsmDataLayer to the OsmDataLayer#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 Summary
MaxChangesetSizeExceededPolicy  
SaveLayersDialog.UserAction  
SaveLayersModel.Mode  
UploadOrSaveState  
UploadStrategy  
 

Exception Summary
DownloadFileTask.DownloadException  
 



JOSM