See: Description
| Interface | Description |
|---|---|
| ChangesetAware |
Super interface of changeset-aware components.
|
| Class | Description |
|---|---|
| AbstractCellRenderer |
Superclass of changeset cell renderers.
|
| ChangesetCacheManager |
ChangesetCacheManager manages the local cache of changesets
retrieved from the OSM API.
|
| ChangesetCacheManager.CancelAction |
the cancel / close action
|
| ChangesetCacheManager.ChangesetDetailViewSynchronizer | |
| ChangesetCacheManager.CloseSelectedChangesetsAction |
Closes the selected changesets
|
| ChangesetCacheManager.DownloadMyChangesets | |
| ChangesetCacheManager.DownloadSelectedChangesetContentAction |
Downloads the content of selected changesets from the OSM server
|
| ChangesetCacheManager.DownloadSelectedChangesetsAction |
Downloads the selected changesets
|
| ChangesetCacheManager.QueryAction |
The action to query and download changesets
|
| ChangesetCacheManager.RemoveFromCacheAction |
Removes the selected changesets from the local changeset cache
|
| ChangesetCacheManager.ShowDetailAction | |
| ChangesetCacheManagerModel |
This is the model for the changeset cache manager dialog.
|
| ChangesetCacheTableCellRenderer |
The cell renderer for the changeset table
|
| ChangesetCacheTableColumnModel |
The column model for the changeset table
|
| ChangesetContentPanel |
The panel which displays the content of a changeset in a scrollable table.
|
| ChangesetContentPanel.HeaderPanel | |
| ChangesetContentTableCellRenderer |
The table cell renderer used in the changeset content table, except for the "name"
column in which we use a
PrimitiveRenderer. |
| ChangesetContentTableColumnModel |
The column model for the changeset content
|
| 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 |
This panel displays the properties of the currently selected changeset in the
ChangesetCacheManager. |
| ChangesetDiscussionPanel |
The panel which displays the public discussion around a changeset in a scrollable table.
|
| ChangesetDiscussionTableCellRenderer |
The cell renderer for the changeset dicussion table
|
| ChangesetDiscussionTableColumnModel |
The column model for the changeset content
|
| ChangesetDiscussionTableModel |
Model of changeset discussion table.
|
| ChangesetInSelectionListModel |
A table of changesets that displays the ones that are used by the primitives in the current selection.
|
| ChangesetListCellRenderer |
This class renders the cells in a
ChangesetListModel. |
| 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.
|
| ChangesetTagsPanel |
This panel displays the tags of the currently selected changeset in the
ChangesetCacheManager |
| DownloadChangesetContentAction |
Downloads/Updates the content of the changeset.
|
| SingleChangesetDownloadPanel |
This panel allows to enter the ID of single changeset and to download
the respective changeset.
|