Uses of Package
org.openstreetmap.josm.gui.dialogs.changeset

Packages that use org.openstreetmap.josm.gui.dialogs.changeset
org.openstreetmap.josm.gui.dialogs   
org.openstreetmap.josm.gui.dialogs.changeset   
org.openstreetmap.josm.gui.dialogs.changeset.query   
 

Classes in org.openstreetmap.josm.gui.dialogs.changeset used by org.openstreetmap.josm.gui.dialogs
ChangesetInSelectionListModel
           
ChangesetListModel
           
ChangesetsInActiveDataLayerListModel
          This is the list model for the list of changeset in the current edit layer.
 

Classes in org.openstreetmap.josm.gui.dialogs.changeset used by org.openstreetmap.josm.gui.dialogs.changeset
ChangesetCacheManager
          ChangesetCacheManager manages the local cache of changesets retrieved from the OSM API.
ChangesetCacheManager.ChangesetTablePopupMenu
           
ChangesetCacheManager.CloseSelectedChangesetsAction
          Closes the selected changesets
ChangesetCacheManager.DownloadSelectedChangesetContentAction
          Downloads the content of selected changesets from the OSM server
ChangesetCacheManager.DownloadSelectedChangesetsAction
          Downloads the selected changesets
ChangesetCacheManager.RemoveFromCacheAction
          Removes the selected changesets from the local changeset cache
ChangesetCacheManagerModel
          This is the model for the changeset cache manager dialog.
ChangesetContentPanel.ChangesetContentTablePopupMenu
           
ChangesetContentPanel.DonwloadChangesetContentAction
          Downloads/Updates the content of the changeset
ChangesetContentPanel.HeaderPanel
           
ChangesetContentPanel.SelectInCurrentLayerAction
           
ChangesetContentPanel.ShowHistoryAction
           
ChangesetContentPanel.ZoomInCurrentLayerAction
           
ChangesetContentTableModel
          This is the table model for the content of a changeset.
ChangesetContentTableModel.ChangesetContentEntry
          The type used internally to keep information about HistoryOsmPrimitive with their ChangesetDataSet.ChangesetModificationType.
ChangesetDetailPanel.DonwloadChangesetContentAction
          Removes the selected changesets from the local changeset cache
ChangesetDetailPanel.RemoveFromCacheAction
          The action for removing the currently selected changeset from the changeset cache
ChangesetDetailPanel.SelectInCurrentLayerAction
          Selects the primitives in the content of this changeset in the current data layer.
ChangesetDetailPanel.UpdateChangesetAction
          Updates the current changeset from the OSM server
ChangesetDetailPanel.ZoomInCurrentLayerAction
          Zooms to the primitives in the content of this changeset in the current data layer.
ChangesetDownloadTask
           
ChangesetHeaderDownloadTask
          This is an asynchronous task for downloading a collection of changests from the OSM server.
ChangesetListModel
           
SingleChangesetDownloadPanel.ChangesetIdValidator
          Validator for a changeset ID entered in a JTextComponent.
SingleChangesetDownloadPanel.DownloadAction
          Downloads the single changeset from the OSM API
 

Classes in org.openstreetmap.josm.gui.dialogs.changeset used by org.openstreetmap.josm.gui.dialogs.changeset.query
ChangesetDownloadTask
           
 



JOSM