Modifier and Type | Field and Description |
---|---|
private java.util.List<Changeset> |
CloseChangesetAction.DownloadOpenChangesetsTask.changesets |
Modifier and Type | Method and Description |
---|---|
void |
UploadSelectionAction.UploadHullBuilder.visit(Changeset cs) |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Changeset> |
DefaultChangesetCacheEvent.added |
private java.util.Map<java.lang.Integer,Changeset> |
ChangesetCache.cache
the cached changesets
|
private java.util.Set<Changeset> |
DefaultChangesetCacheEvent.modified |
private java.util.Set<Changeset> |
DefaultChangesetCacheEvent.removed |
Modifier and Type | Method and Description |
---|---|
Changeset |
ChangesetCache.get(int id) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Changeset> |
DefaultChangesetCacheEvent.getAddedChangesets() |
java.util.Collection<Changeset> |
ChangesetCacheEvent.getAddedChangesets() |
java.util.Set<Changeset> |
ChangesetCache.getChangesets() |
java.util.List<Changeset> |
ChangesetCache.getOpenChangesets()
Replies the list of open changesets.
|
java.util.Collection<Changeset> |
DefaultChangesetCacheEvent.getRemovedChangesets() |
java.util.Collection<Changeset> |
ChangesetCacheEvent.getRemovedChangesets() |
java.util.Collection<Changeset> |
DefaultChangesetCacheEvent.getUpdatedChangesets() |
java.util.Collection<Changeset> |
ChangesetCacheEvent.getUpdatedChangesets() |
Modifier and Type | Method and Description |
---|---|
int |
Changeset.compareTo(Changeset other) |
boolean |
ChangesetCache.contains(Changeset cs) |
java.lang.String |
NameFormatter.format(Changeset changeset) |
boolean |
Changeset.hasEqualSemanticAttributes(Changeset other) |
void |
Changeset.mergeFrom(Changeset other) |
void |
DefaultChangesetCacheEvent.rememberAddedChangeset(Changeset cs) |
void |
DefaultChangesetCacheEvent.rememberRemovedChangeset(Changeset cs) |
void |
DefaultChangesetCacheEvent.rememberUpdatedChangeset(Changeset cs) |
void |
ChangesetCache.remove(Changeset cs) |
void |
ChangesetCache.update(Changeset cs) |
protected void |
ChangesetCache.update(Changeset cs,
DefaultChangesetCacheEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ChangesetCache.remove(java.util.Collection<Changeset> changesets)
Removes the changesets in
changesets from the cache. |
void |
ChangesetCache.update(java.util.Collection<Changeset> changesets) |
Constructor and Description |
---|
Changeset(Changeset other)
Creates a clone of
other |
Modifier and Type | Field and Description |
---|---|
private Changeset |
HistoryOsmPrimitive.changeset |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Long,Changeset> |
HistoryDataSet.changesets |
Modifier and Type | Method and Description |
---|---|
Changeset |
HistoryOsmPrimitive.getChangeset() |
Modifier and Type | Method and Description |
---|---|
void |
HistoryDataSet.putChangeset(Changeset changeset)
Adds a changeset to the data set
|
void |
HistoryOsmPrimitive.setChangeset(Changeset changeset) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVisitor.visit(Changeset cs) |
void |
Visitor.visit(Changeset cs)
Visiting call for changesets.
|
Modifier and Type | Method and Description |
---|---|
void |
WireframeMapRenderer.visit(Changeset cs)
Visitor for changesets not used in this class
|
void |
StyledMapRenderer.ComputeStyleListWorker.visit(Changeset cs) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DefaultNameFormatter.format(Changeset changeset)
Formats a name for a changeset
|
Modifier and Type | Field and Description |
---|---|
private javax.swing.JList<Changeset> |
ChangesetDialog.lstInActiveDataLayer |
private javax.swing.JList<Changeset> |
ChangesetDialog.lstInSelection |
Modifier and Type | Method and Description |
---|---|
protected javax.swing.JList<Changeset> |
ChangesetDialog.getCurrentChangesetList() |
Modifier and Type | Field and Description |
---|---|
private Changeset |
ChangesetCacheManagerModel.changesetInDetailView |
private Changeset |
ChangesetDetailPanel.current |
private Changeset |
ChangesetDiscussionPanel.current |
private Changeset |
ChangesetContentPanel.HeaderPanel.current |
private Changeset |
ChangesetContentPanel.currentChangeset |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Changeset> |
ChangesetListModel.data |
private java.util.List<Changeset> |
ChangesetCacheManagerModel.data |
private java.util.Set<Changeset> |
ChangesetHeaderDownloadTask.downloadedChangesets |
private java.util.Set<Changeset> |
ChangesetContentDownloadTask.downloadedChangesets
the set of downloaded changesets
|
private Storage<Changeset> |
ChangesetListModel.shownChangesets |
Modifier and Type | Method and Description |
---|---|
Changeset |
ChangesetListModel.getElementAt(int idx) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Changeset> |
ChangesetHeaderDownloadTask.getDownloadedChangesets() |
java.util.Set<Changeset> |
ChangesetDownloadTask.getDownloadedChangesets() |
java.util.Set<Changeset> |
ChangesetContentDownloadTask.getDownloadedChangesets() |
java.util.Set<Changeset> |
ChangesetListModel.getSelectedChangesets() |
java.util.List<Changeset> |
ChangesetCacheManagerModel.getSelectedChangesets()
Replies the list of selected changesets
|
java.util.List<Changeset> |
ChangesetListModel.getSelectedOpenChangesets()
Replies the selected open changesets
|
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
ChangesetListCellRenderer.getListCellRendererComponent(javax.swing.JList<? extends Changeset> list,
Changeset cs,
int index,
boolean isSelected,
boolean cellHasFocus) |
protected void |
ChangesetTagsPanel.init(Changeset cs) |
void |
ChangesetDetailPanel.RemoveFromCacheAction.initProperties(Changeset cs) |
void |
ChangesetDetailPanel.DownloadChangesetContentAction.initProperties(Changeset cs) |
void |
ChangesetDetailPanel.UpdateChangesetAction.initProperties(Changeset cs) |
void |
ChangesetDiscussionPanel.UpdateChangesetDiscussionAction.initProperties(Changeset cs) |
void |
ChangesetContentPanel.DownloadChangesetContentAction.initProperties(Changeset cs) |
protected void |
ChangesetCacheTableCellRenderer.renderDiscussions(Changeset cs) |
protected void |
ChangesetListCellRenderer.renderLabel(Changeset cs) |
protected void |
ChangesetCacheTableCellRenderer.renderOpen(Changeset cs) |
protected void |
ChangesetCacheTableCellRenderer.renderUploadComment(Changeset cs) |
void |
ChangesetContentPanel.HeaderPanel.setChangeset(Changeset cs) |
void |
ChangesetCacheManagerModel.setChangesetInDetailView(Changeset cs)
Sets the changeset currently displayed in the detail view.
|
protected void |
ChangesetDetailPanel.setCurrentChangeset(Changeset cs) |
protected void |
ChangesetDiscussionPanel.setCurrentChangeset(Changeset cs) |
protected void |
ChangesetContentPanel.setCurrentChangeset(Changeset cs) |
protected void |
ChangesetDetailPanel.updateView(Changeset cs) |
protected void |
ChangesetDiscussionPanel.updateView(Changeset cs) |
Modifier and Type | Method and Description |
---|---|
static ChangesetHeaderDownloadTask |
ChangesetHeaderDownloadTask.buildTaskForChangesets(java.util.Collection<Changeset> changesets)
Builds a download task from for a collection of changesets.
|
static ChangesetHeaderDownloadTask |
ChangesetHeaderDownloadTask.buildTaskForChangesets(java.awt.Component parent,
java.util.Collection<Changeset> changesets)
Builds a download task from for a collection of changesets.
|
java.awt.Component |
ChangesetListCellRenderer.getListCellRendererComponent(javax.swing.JList<? extends Changeset> list,
Changeset cs,
int index,
boolean isSelected,
boolean cellHasFocus) |
protected void |
ChangesetListModel.setChangesets(java.util.Collection<Changeset> changesets) |
void |
ChangesetListModel.setSelectedChangesets(java.util.Collection<Changeset> changesets) |
void |
ChangesetCacheManagerModel.setSelectedChangesets(java.util.Collection<Changeset> selected)
Selects the changesets in
selected . |
void |
ChangesetCacheManager.setSelectedChangesets(java.util.Collection<Changeset> changesets)
Selects the changesets in
changests , provided the
respective changesets are already present in the local changeset cache. |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Changeset> |
ChangesetQueryTask.downloadedChangesets
the set of downloaded changesets
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Changeset> |
ChangesetQueryTask.getDownloadedChangesets() |
Modifier and Type | Method and Description |
---|---|
protected static void |
VersionInfoPanel.updateText(Changeset cs,
java.lang.String attr,
javax.swing.JTextArea textArea,
javax.swing.JLabel label,
Changeset oppCs,
javax.swing.JComponent container) |
Modifier and Type | Field and Description |
---|---|
private Changeset |
UploadLayerTask.changeset |
private Changeset |
UploadPrimitivesTask.changeset |
private Changeset |
OpenChangesetComboBoxModel.selectedChangeset |
private Changeset |
UploadParameterSummaryPanel.selectedChangeset |
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<Changeset> |
ChangesetManagementPanel.cbOpenChangesets |
private java.util.List<Changeset> |
DownloadOpenChangesetsTask.changesets |
private java.util.List<Changeset> |
OpenChangesetComboBoxModel.changesets |
private java.util.Collection<Changeset> |
CloseChangesetTask.changesets |
private java.util.List<Changeset> |
CloseChangesetTask.closedChangesets |
private javax.swing.JList<Changeset> |
CloseChangesetDialog.lstOpenChangesets
the list
|
private javax.swing.DefaultListModel<Changeset> |
CloseChangesetDialog.model
the list model
|
Modifier and Type | Method and Description |
---|---|
Changeset |
UploadDialog.getChangeset()
Replies the current changeset
|
protected Changeset |
OpenChangesetComboBoxModel.getChangesetById(long id) |
Changeset |
OpenChangesetComboBoxModel.getElementAt(int index) |
Changeset |
ChangesetManagementPanel.getSelectedChangeset()
Replies the currently selected changeset.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Changeset> |
CloseChangesetDialog.getSelectedChangesets()
Replies a collection with the changesets the user selected.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
ChangesetCellRenderer.buildToolTipText(Changeset cs) |
java.awt.Component |
ChangesetCellRenderer.getListCellRendererComponent(javax.swing.JList<? extends Changeset> list,
Changeset cs,
int index,
boolean isSelected,
boolean cellHasFocus) |
void |
TagSettingsPanel.initFromChangeset(Changeset cs) |
void |
UploadDialog.setSelectedChangesetForNextUpload(Changeset cs) |
void |
ChangesetManagementPanel.setSelectedChangesetForNextUpload(Changeset cs)
Sets the changeset to be used in the next upload
|
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
ChangesetCellRenderer.getListCellRendererComponent(javax.swing.JList<? extends Changeset> list,
Changeset cs,
int index,
boolean isSelected,
boolean cellHasFocus) |
void |
CloseChangesetDialog.setChangesets(java.util.Collection<Changeset> changesets)
Sets the collection of changesets to be displayed
|
Constructor and Description |
---|
UploadLayerTask(UploadStrategySpecification strategy,
OsmDataLayer layer,
ProgressMonitor monitor,
Changeset changeset)
Creates the upload task
|
UploadPrimitivesTask(UploadStrategySpecification strategy,
OsmDataLayer layer,
APIDataSet toUpload,
Changeset changeset)
Creates the task
|
Constructor and Description |
---|
CloseChangesetTask(java.util.Collection<Changeset> changesets)
Closes all changesets in
changesets if they are not null, if they
are still open and if they have an id > 0. |
Modifier and Type | Field and Description |
---|---|
private Changeset |
OsmApi.changeset
Object describing current changeset
|
private Changeset |
OsmWriter.changeset |
private Changeset |
OsmChangesetParser.Parser.current
The current changeset
|
protected Changeset |
AbstractReader.uploadChangeset |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Changeset> |
OsmChangesetParser.changesets |
Modifier and Type | Method and Description |
---|---|
Changeset |
OsmApi.getChangeset()
Replies the changeset data uploads are currently directed to
|
Changeset |
OsmServerChangesetReader.readChangeset(long id,
boolean includeDiscussion,
ProgressMonitor monitor)
Reads the changeset with id
id from the server. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Changeset> |
OsmChangesetParser.getChangesets()
Returns the parsed changesets.
|
static java.util.List<Changeset> |
OsmChangesetParser.parse(java.io.InputStream source,
ProgressMonitor progressMonitor)
Parse the given input source and return the list of changesets
|
java.util.List<Changeset> |
OsmServerChangesetReader.queryChangesets(ChangesetQuery query,
ProgressMonitor monitor)
Queries a list
|
java.util.List<Changeset> |
OsmServerChangesetReader.readChangesets(java.util.Collection<java.lang.Integer> ids,
boolean includeDiscussion,
ProgressMonitor monitor)
Reads the changesets with id
ids from the server. |
Modifier and Type | Method and Description |
---|---|
void |
OsmApi.closeChangeset(Changeset changeset,
ProgressMonitor monitor)
Closes a changeset on the server.
|
void |
OsmApi.openChangeset(Changeset changeset,
ProgressMonitor progressMonitor)
Creates a new changeset based on the keys in
changeset . |
protected void |
OsmChangesetParser.Parser.parseChangesetAttributes(Changeset cs,
org.xml.sax.Attributes atts) |
protected java.util.Set<OsmPrimitive> |
DiffResultProcessor.postProcess(Changeset cs,
ProgressMonitor monitor)
Postprocesses the diff result read and parsed from the server.
|
void |
OsmApi.setChangeset(Changeset changeset)
Sets the changesets to which further data uploads are directed.
|
void |
OsmWriter.setChangeset(Changeset cs) |
private java.lang.String |
OsmApi.toXml(Changeset s)
Makes an XML string from an OSM primitive.
|
void |
OsmApi.updateChangeset(Changeset changeset,
ProgressMonitor monitor)
Updates a changeset with the keys in
changesetUpdate . |
void |
OsmServerWriter.uploadOsm(UploadStrategySpecification strategy,
java.util.Collection<? extends OsmPrimitive> primitives,
Changeset changeset,
ProgressMonitor monitor)
Send the dataset to the server.
|
void |
OsmWriter.visit(Changeset cs) |
Constructor and Description |
---|
OsmChangeBuilder(Changeset changeset) |
OsmChangeBuilder(Changeset changeset,
java.lang.String apiVersion) |