|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Changeset in org.openstreetmap.josm.actions |
---|
Fields in org.openstreetmap.josm.actions with type parameters of type Changeset | |
---|---|
private java.util.List<Changeset> |
CloseChangesetAction.DownloadOpenChangesetsTask.changesets
|
Methods in org.openstreetmap.josm.actions with parameters of type Changeset | |
---|---|
void |
UploadSelectionAction.UploadHullBuilder.visit(Changeset cs)
|
Uses of Changeset in org.openstreetmap.josm.data.osm |
---|
Fields in org.openstreetmap.josm.data.osm with type parameters of type Changeset | |
---|---|
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
|
Methods in org.openstreetmap.josm.data.osm that return Changeset | |
---|---|
Changeset |
ChangesetCache.get(int id)
|
Methods in org.openstreetmap.josm.data.osm that return types with arguments of type Changeset | |
---|---|
java.util.Collection<Changeset> |
DefaultChangesetCacheEvent.getAddedChangesets()
|
java.util.Collection<Changeset> |
ChangesetCacheEvent.getAddedChangesets()
|
java.util.Set<Changeset> |
ChangesetCache.getChangesets()
|
java.util.List<Changeset> |
ChangesetCache.getOpenChangesets()
|
java.util.Collection<Changeset> |
DefaultChangesetCacheEvent.getRemovedChangesets()
|
java.util.Collection<Changeset> |
ChangesetCacheEvent.getRemovedChangesets()
|
java.util.Collection<Changeset> |
DefaultChangesetCacheEvent.getUpdatedChangesets()
|
java.util.Collection<Changeset> |
ChangesetCacheEvent.getUpdatedChangesets()
|
Methods in org.openstreetmap.josm.data.osm with parameters of type Changeset | |
---|---|
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)
|
Method parameters in org.openstreetmap.josm.data.osm with type arguments of type Changeset | |
---|---|
void |
ChangesetCache.remove(java.util.Collection<Changeset> changesets)
Removes the changesets in changesets from the cache. |
void |
ChangesetCache.update(java.util.Collection<Changeset> changesets)
|
Constructors in org.openstreetmap.josm.data.osm with parameters of type Changeset | |
---|---|
Changeset(Changeset other)
Creates a clone of other |
Uses of Changeset in org.openstreetmap.josm.data.osm.visitor |
---|
Methods in org.openstreetmap.josm.data.osm.visitor with parameters of type Changeset | |
---|---|
void |
Visitor.visit(Changeset cs)
Visiting call for changesets. |
void |
AbstractVisitor.visit(Changeset cs)
|
Uses of Changeset in org.openstreetmap.josm.data.osm.visitor.paint |
---|
Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type Changeset | |
---|---|
void |
WireframeMapRenderer.visit(Changeset cs)
Visitor for changesets not used in this class |
Uses of Changeset in org.openstreetmap.josm.gui |
---|
Methods in org.openstreetmap.josm.gui with parameters of type Changeset | |
---|---|
java.lang.String |
DefaultNameFormatter.format(Changeset changeset)
Formats a name for a changeset |
Uses of Changeset in org.openstreetmap.josm.gui.dialogs.changeset |
---|
Fields in org.openstreetmap.josm.gui.dialogs.changeset declared as Changeset | |
---|---|
private Changeset |
ChangesetCacheManagerModel.changesetInDetailView
|
private Changeset |
ChangesetContentPanel.HeaderPanel.current
|
private Changeset |
ChangesetDetailPanel.current
|
private Changeset |
ChangesetContentPanel.currentChangeset
|
Fields in org.openstreetmap.josm.gui.dialogs.changeset with type parameters of type Changeset | |
---|---|
private java.util.ArrayList<Changeset> |
ChangesetCacheManagerModel.data
|
private java.util.List<Changeset> |
ChangesetListModel.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
|
Methods in org.openstreetmap.josm.gui.dialogs.changeset that return types with arguments of type Changeset | |
---|---|
java.util.Set<Changeset> |
ChangesetHeaderDownloadTask.getDownloadedChangesets()
|
java.util.Set<Changeset> |
ChangesetDownloadTask.getDownloadedChangesets()
|
java.util.Set<Changeset> |
ChangesetContentDownloadTask.getDownloadedChangesets()
|
java.util.List<Changeset> |
ChangesetCacheManagerModel.getSelectedChangesets()
Replies the list of selected changesets |
java.util.Set<Changeset> |
ChangesetListModel.getSelectedChangesets()
|
java.util.List<Changeset> |
ChangesetListModel.getSelectedOpenChangesets()
Replies the selected open changesets |
Methods in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type Changeset | |
---|---|
protected void |
ChangesetTagsPanel.init(Changeset cs)
|
void |
ChangesetContentPanel.DonwloadChangesetContentAction.initProperties(Changeset cs)
|
void |
ChangesetDetailPanel.RemoveFromCacheAction.initProperties(Changeset cs)
|
void |
ChangesetDetailPanel.DonwloadChangesetContentAction.initProperties(Changeset cs)
|
void |
ChangesetDetailPanel.UpdateChangesetAction.initProperties(Changeset cs)
|
protected void |
ChangesetCacheTableCellRenderer.renderId(Changeset cs)
|
protected void |
ChangesetListCellRenderer.renderLabel(Changeset cs)
|
protected void |
ChangesetCacheTableCellRenderer.renderOpen(Changeset cs)
|
protected void |
ChangesetCacheTableCellRenderer.renderUploadComment(Changeset cs)
|
protected void |
ChangesetCacheTableCellRenderer.renderUser(Changeset cs)
|
void |
ChangesetContentPanel.HeaderPanel.setChangeset(Changeset cs)
|
void |
ChangesetCacheManagerModel.setChangesetInDetailView(Changeset cs)
Sets the changeset currently displayed in the detail view. |
protected void |
ChangesetContentPanel.setCurrentChangeset(Changeset cs)
|
protected void |
ChangesetDetailPanel.setCurrentChangeset(Changeset cs)
|
protected void |
ChangesetDetailPanel.updateView(Changeset cs)
|
Method parameters in org.openstreetmap.josm.gui.dialogs.changeset with type arguments of type Changeset | |
---|---|
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. |
protected void |
ChangesetListModel.setChangesets(java.util.Collection<Changeset> changesets)
|
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. |
void |
ChangesetCacheManagerModel.setSelectedChangesets(java.util.Collection<Changeset> selected)
Selects the changesets in selected . |
void |
ChangesetListModel.setSelectedChangesets(java.util.Collection<Changeset> changesets)
|
Uses of Changeset in org.openstreetmap.josm.gui.dialogs.changeset.query |
---|
Fields in org.openstreetmap.josm.gui.dialogs.changeset.query with type parameters of type Changeset | |
---|---|
private java.util.Set<Changeset> |
ChangesetQueryTask.downloadedChangesets
the set of downloaded changesets |
Methods in org.openstreetmap.josm.gui.dialogs.changeset.query that return types with arguments of type Changeset | |
---|---|
java.util.Set<Changeset> |
ChangesetQueryTask.getDownloadedChangesets()
|
Uses of Changeset in org.openstreetmap.josm.gui.io |
---|
Fields in org.openstreetmap.josm.gui.io declared as Changeset | |
---|---|
private Changeset |
UploadLayerTask.changeset
|
private Changeset |
UploadPrimitivesTask.changeset
|
private Changeset |
OpenChangesetComboBoxModel.selectedChangeset
|
private Changeset |
UploadParameterSummaryPanel.selectedChangeset
|
Fields in org.openstreetmap.josm.gui.io with type parameters of type Changeset | |
---|---|
private java.util.Collection<Changeset> |
CloseChangesetTask.changesets
|
private java.util.List<Changeset> |
DownloadOpenChangesetsTask.changesets
|
private java.util.List<Changeset> |
OpenChangesetComboBoxModel.changesets
|
private java.util.ArrayList<Changeset> |
CloseChangesetTask.closedChangesets
|
Methods in org.openstreetmap.josm.gui.io that return Changeset | |
---|---|
Changeset |
UploadDialog.getChangeset()
Replies the current changeset |
protected Changeset |
OpenChangesetComboBoxModel.getChangesetById(long id)
|
Changeset |
ChangesetManagementPanel.getSelectedChangeset()
Replies the currently selected changeset. |
Methods in org.openstreetmap.josm.gui.io that return types with arguments of type Changeset | |
---|---|
java.util.Collection<Changeset> |
CloseChangesetDialog.getSelectedChangesets()
Replies a collection with the changesets the user selected. |
Methods in org.openstreetmap.josm.gui.io with parameters of type Changeset | |
---|---|
protected java.lang.String |
ChangesetCellRenderer.buildToolTipText(Changeset cs)
|
void |
TagSettingsPanel.initFromChangeset(Changeset cs)
|
void |
ChangesetManagementPanel.setSelectedChangesetForNextUpload(Changeset cs)
Sets the changeset to be used in the next upload |
void |
UploadDialog.setSelectedChangesetForNextUpload(Changeset cs)
|
Method parameters in org.openstreetmap.josm.gui.io with type arguments of type Changeset | |
---|---|
void |
CloseChangesetDialog.setChangesets(java.util.Collection<Changeset> changesets)
Sets the collection of changesets to be displayed |
Constructors in org.openstreetmap.josm.gui.io with parameters of type Changeset | |
---|---|
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 parameters in org.openstreetmap.josm.gui.io with type arguments of type Changeset | |
---|---|
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. |
Uses of Changeset in org.openstreetmap.josm.io |
---|
Fields in org.openstreetmap.josm.io declared as Changeset | |
---|---|
private Changeset |
OsmApi.changeset
Object describing current changeset |
private Changeset |
OsmWriter.changeset
|
private Changeset |
OsmChangesetParser.Parser.current
The current changeset |
protected Changeset |
AbstractReader.uploadChangeset
|
Fields in org.openstreetmap.josm.io with type parameters of type Changeset | |
---|---|
private java.util.List<Changeset> |
OsmChangesetParser.changesets
|
Methods in org.openstreetmap.josm.io that return Changeset | |
---|---|
Changeset |
OsmApi.getChangeset()
Replies the changeset data uploads are currently directed to |
Changeset |
OsmServerChangesetReader.readChangeset(long id,
ProgressMonitor monitor)
Reads the changeset with id id from the server |
Methods in org.openstreetmap.josm.io that return types with arguments of type Changeset | |
---|---|
java.util.List<Changeset> |
OsmChangesetParser.getChangesets()
|
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,
ProgressMonitor monitor)
Reads the changeset with id id from the server |
Methods in org.openstreetmap.josm.io with parameters of type Changeset | |
---|---|
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<IPrimitive> |
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 IPrimitive> primitives,
Changeset changeset,
ProgressMonitor monitor)
Send the dataset to the server. |
void |
GeoJSONWriter.visit(Changeset cs)
|
void |
OsmWriter.visit(Changeset cs)
|
Constructors in org.openstreetmap.josm.io with parameters of type Changeset | |
---|---|
OsmChangeBuilder(Changeset changeset)
|
|
OsmChangeBuilder(Changeset changeset,
java.lang.String apiVersion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |