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).
|
Class and Description |
---|
ChangesetInSelectionListModel
A table of changesets that displays the ones that are used by the primitives in the current selection.
|
ChangesetListModel
This is the model that backs a list of changesets
|
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.
|
ChangesetAware
Super interface of changeset-aware components.
|
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.DownloadSelectedChangesetObjectsAction
Downloads the objects contained in the 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.DownloadObjectAction |
ChangesetContentPanel.HeaderPanel |
ChangesetContentPanel.SelectInCurrentLayerAction |
ChangesetContentPanel.SelectionBasedAction |
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.OpenChangesetPopupMenuAction
The action for opening
OpenChangesetPopupMenu |
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.
|
ChangesetListModel
This is the model that backs a list of changesets
|
DownloadChangesetContentAction
Downloads/Updates the content of the changeset.
|