Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
org.openstreetmap.josm.gui.dialogs.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
org.openstreetmap.josm.gui.dialogs.changeset.query |
Provides classes allowing to query changesets to the OSM API.
|
Class and Description |
---|
ChangesetInSelectionListModel |
ChangesetListModel |
ChangesetsInActiveDataLayerListModel
This is the list model for the list of changeset in the current edit layer.
|
Class and Description |
---|
AbstractCellRenderer
Superclass of changeset cell renderers.
|
ChangesetCacheManager
ChangesetCacheManager manages the local cache of changesets
retrieved from the OSM API.
|
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.
|
ChangesetCacheTableCellRenderer
The cell renderer for the changeset table
|
ChangesetContentPanel.DownloadChangesetContentAction
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.DownloadChangesetContentAction
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.
|
ChangesetDiscussionPanel.UpdateChangesetDiscussionAction
Updates the current changeset discussion from the OSM server
|
ChangesetDiscussionTableModel
Model of changeset discussion table.
|
ChangesetDownloadTask |
ChangesetHeaderDownloadTask
This is an asynchronous task for downloading a collection of changests from the OSM
server.
|
ChangesetListModel |
Class and Description |
---|
ChangesetDownloadTask |