Uses of Class
org.openstreetmap.josm.data.osm.Changeset
-
Packages that use Changeset Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks
.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.osm.history Provides the classes for OSM primitiveshistory
(edition revisions).org.openstreetmap.josm.gui.datatransfer Provides the classes for transferring data using cut/copy/paste operations.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 elseorg.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them).org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of Changeset in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions with type parameters of type Changeset Modifier and Type Field Description private java.util.List<Changeset>
CloseChangesetAction.DownloadOpenChangesetsTask. changesets
-
Uses of Changeset in org.openstreetmap.josm.actions.downloadtasks
Fields in org.openstreetmap.josm.actions.downloadtasks with type parameters of type Changeset Modifier and Type Field Description protected java.util.Set<Changeset>
AbstractChangesetDownloadTask.RunnableDownloadTask. downloadedChangesets
the set of downloaded changesetsMethod parameters in org.openstreetmap.josm.actions.downloadtasks with type arguments of type Changeset Modifier and Type Method Description static ChangesetHeaderDownloadTask
ChangesetHeaderDownloadTask. buildTaskForChangesets(java.awt.Component parent, java.util.Collection<Changeset> changesets)
Builds a download task from for a collection of changesets.static ChangesetHeaderDownloadTask
ChangesetHeaderDownloadTask. buildTaskForChangesets(java.util.Collection<Changeset> changesets)
Builds a download task from for a collection of changesets. -
Uses of Changeset in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm with type parameters of type Changeset Modifier and Type Field Description private java.util.Set<Changeset>
DefaultChangesetCacheEvent. added
private java.util.Map<java.lang.Integer,Changeset>
ChangesetCache. cache
the cached changesetsprivate java.util.Set<Changeset>
DefaultChangesetCacheEvent. modified
private java.util.Set<Changeset>
DefaultChangesetCacheEvent. removed
Methods in org.openstreetmap.josm.data.osm that return Changeset Modifier and Type Method Description static Changeset
Changeset. fromPrimitive(OsmPrimitive primitive)
Creates a changeset with the data obtained from the given preset, i.e., thechangeset id
,user
, andtimestamp
.Changeset
ChangesetCache. get(int id)
Returns the entry for given changeset identifier.Methods in org.openstreetmap.josm.data.osm that return types with arguments of type Changeset Modifier and Type Method Description java.util.Collection<Changeset>
ChangesetCacheEvent. getAddedChangesets()
Gets a list ofChangeset
s that were added to the cachejava.util.Collection<Changeset>
DefaultChangesetCacheEvent. getAddedChangesets()
java.util.Set<Changeset>
ChangesetCache. getChangesets()
Returns the set of changesets contained in the cache.java.util.List<Changeset>
ChangesetCache. getOpenChangesets()
Replies the list of open changesets.java.util.List<Changeset>
ChangesetCache. getOpenChangesetsForCurrentUser()
java.util.Collection<Changeset>
ChangesetCacheEvent. getRemovedChangesets()
Gets a list ofChangeset
s that were removed from the cachejava.util.Collection<Changeset>
DefaultChangesetCacheEvent. getRemovedChangesets()
java.util.Collection<Changeset>
ChangesetCacheEvent. getUpdatedChangesets()
Gets a list ofChangeset
s that were changedjava.util.Collection<Changeset>
DefaultChangesetCacheEvent. getUpdatedChangesets()
Methods in org.openstreetmap.josm.data.osm with parameters of type Changeset Modifier and Type Method Description int
Changeset. compareTo(Changeset other)
Compares this changeset to another, based on their identifier.boolean
ChangesetCache. contains(Changeset cs)
Determines if the cache contains an entry for given changeset.java.lang.String
DefaultNameFormatter. format(Changeset changeset)
java.lang.String
NameFormatter. format(Changeset changeset)
Formats a name for aChangeset
.boolean
Changeset. hasEqualSemanticAttributes(Changeset other)
Determines if this changeset has equals semantic attributes with another one.void
Changeset. mergeFrom(Changeset other)
Merges changeset metadata from another changeset.void
DefaultChangesetCacheEvent. rememberAddedChangeset(Changeset cs)
Adds aChangeset
to the added listvoid
DefaultChangesetCacheEvent. rememberRemovedChangeset(Changeset cs)
Adds aChangeset
to the removed listvoid
DefaultChangesetCacheEvent. rememberUpdatedChangeset(Changeset cs)
Adds aChangeset
to the updated listvoid
ChangesetCache. remove(Changeset cs)
Remove the entry for the given changeset.void
ChangesetCache. update(Changeset cs)
Update a single changeset.private void
ChangesetCache. update(Changeset cs, DefaultChangesetCacheEvent e)
Method parameters in org.openstreetmap.josm.data.osm with type arguments of type Changeset Modifier and Type Method Description void
ChangesetCache. remove(java.util.Collection<Changeset> changesets)
Removes the changesets inchangesets
from the cache.void
ChangesetCache. update(java.util.Collection<Changeset> changesets)
Update a collection of changesets.Constructors in org.openstreetmap.josm.data.osm with parameters of type Changeset Constructor Description Changeset(Changeset other)
Creates a clone ofother
-
Uses of Changeset in org.openstreetmap.josm.data.osm.history
Fields in org.openstreetmap.josm.data.osm.history declared as Changeset Modifier and Type Field Description private Changeset
HistoryOsmPrimitive. changeset
Fields in org.openstreetmap.josm.data.osm.history with type parameters of type Changeset Modifier and Type Field Description private java.util.Map<java.lang.Long,Changeset>
HistoryDataSet. changesets
Methods in org.openstreetmap.josm.data.osm.history that return Changeset Modifier and Type Method Description Changeset
HistoryOsmPrimitive. getChangeset()
Returns the changeset for this history primitive.Methods in org.openstreetmap.josm.data.osm.history with parameters of type Changeset Modifier and Type Method Description void
HistoryDataSet. putChangeset(Changeset changeset)
Adds a changeset to the data setvoid
HistoryOsmPrimitive. setChangeset(Changeset changeset)
Sets the changeset for this history primitive. -
Uses of Changeset in org.openstreetmap.josm.gui.datatransfer
Fields in org.openstreetmap.josm.gui.datatransfer with type parameters of type Changeset Modifier and Type Field Description private java.util.List<Changeset>
ChangesetTransferable. changesets
Constructor parameters in org.openstreetmap.josm.gui.datatransfer with type arguments of type Changeset Constructor Description ChangesetTransferable(java.util.List<Changeset> changesets)
Constructs a new transferable -
Uses of Changeset in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs with type parameters of type Changeset Modifier and Type Field Description private javax.swing.JList<Changeset>
ChangesetDialog. lstInActiveDataLayer
private javax.swing.JList<Changeset>
ChangesetDialog. lstInSelection
Methods in org.openstreetmap.josm.gui.dialogs that return types with arguments of type Changeset Modifier and Type Method Description protected javax.swing.JList<Changeset>
ChangesetDialog. getCurrentChangesetList()
-
Uses of Changeset in org.openstreetmap.josm.gui.dialogs.changeset
Fields in org.openstreetmap.josm.gui.dialogs.changeset declared as Changeset Modifier and Type Field Description private Changeset
ChangesetCacheManagerModel. changesetInDetailView
private Changeset
ChangesetContentPanel.HeaderPanel. current
private Changeset
ChangesetDiscussionPanel. current
private Changeset
ChangesetContentPanel. currentChangeset
private Changeset
ChangesetDetailPanel. currentChangeset
Fields in org.openstreetmap.josm.gui.dialogs.changeset with type parameters of type Changeset Modifier and Type Field Description private java.util.List<Changeset>
ChangesetCacheManagerModel. data
private java.util.List<Changeset>
ChangesetListModel. data
private Storage<Changeset>
ChangesetListModel. shownChangesets
Methods in org.openstreetmap.josm.gui.dialogs.changeset that return Changeset Modifier and Type Method Description Changeset
ChangesetAware. getCurrentChangeset()
Returns the current changeset.Changeset
ChangesetContentPanel. getCurrentChangeset()
Changeset
ChangesetDetailPanel. getCurrentChangeset()
Changeset
ChangesetListModel. getElementAt(int idx)
Changeset
ChangesetCacheManagerModel. getValueAt(int row, int column)
Methods in org.openstreetmap.josm.gui.dialogs.changeset that return types with arguments of type Changeset Modifier and Type Method Description java.util.List<Changeset>
ChangesetCacheManagerModel. getSelectedChangesets()
Replies the list of selected changesetsjava.util.Set<Changeset>
ChangesetListModel. getSelectedChangesets()
Gets the list of changesets that are currently selectedjava.util.List<Changeset>
ChangesetListModel. getSelectedOpenChangesets()
Replies the selected open changesetsMethods in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type Changeset Modifier and Type Method Description java.awt.Component
ChangesetListCellRenderer. getListCellRendererComponent(javax.swing.JList<? extends Changeset> list, Changeset cs, int index, boolean isSelected, boolean cellHasFocus)
(package private) void
ChangesetDetailPanel.OpenChangesetPopupMenuAction. initProperties(Changeset cs)
void
ChangesetDetailPanel.RemoveFromCacheAction. initProperties(Changeset cs)
void
ChangesetDetailPanel.UpdateChangesetAction. initProperties(Changeset cs)
(package private) void
ChangesetDiscussionPanel.AddChangesetCommentAction. initProperties(Changeset cs)
(package private) void
ChangesetDiscussionPanel.UpdateChangesetDiscussionAction. initProperties(Changeset cs)
protected void
ChangesetCacheTableCellRenderer. renderChanges(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
ChangesetContentPanel. setCurrentChangeset(Changeset cs)
protected void
ChangesetDetailPanel. setCurrentChangeset(Changeset cs)
protected void
ChangesetDiscussionPanel. setCurrentChangeset(Changeset cs)
protected void
ChangesetDetailPanel. updateView(Changeset cs)
protected void
ChangesetDiscussionPanel. updateView(Changeset cs)
Method parameters in org.openstreetmap.josm.gui.dialogs.changeset with type arguments of type Changeset Modifier and Type Method Description 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
ChangesetCacheManager. setSelectedChangesets(java.util.Collection<Changeset> changesets)
Selects the changesets inchangesets
, provided the respective changesets are already present in the local changeset cache.void
ChangesetCacheManagerModel. setSelectedChangesets(java.util.Collection<Changeset> selected)
Selects the changesets inselected
.void
ChangesetListModel. setSelectedChangesets(java.util.Collection<Changeset> changesets)
Sets the changesets to select -
Uses of Changeset in org.openstreetmap.josm.gui.download
Constructors in org.openstreetmap.josm.gui.download with parameters of type Changeset Constructor Description ChangesetBookmark(Changeset cs)
Constructs a newChangesetBookmark
. -
Uses of Changeset in org.openstreetmap.josm.gui.history
Methods in org.openstreetmap.josm.gui.history with parameters of type Changeset Modifier and Type Method Description void
VersionInfoPanel. update(Changeset cs, boolean isLatest, java.time.Instant timestamp, long version, PrimitiveId id)
Updates the content of this panel based on the changeset information given bycs
.protected static void
VersionInfoPanel. updateText(Changeset cs, java.lang.String attr, javax.swing.JTextArea textArea, Changeset oppCs, javax.swing.JComponent container)
-
Uses of Changeset in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as Changeset Modifier and Type Field Description private Changeset
UploadLayerTask. changeset
private Changeset
UploadPrimitivesTask. changeset
private Changeset
UploadParameterSummaryPanel. selectedChangeset
Fields in org.openstreetmap.josm.gui.io with type parameters of type Changeset Modifier and Type Field Description private JosmComboBox<Changeset>
ChangesetManagementPanel. cbOpenChangesets
private java.util.Collection<Changeset>
CloseChangesetTask. changesets
private java.util.List<Changeset>
DownloadOpenChangesetsTask. changesets
private java.util.List<Changeset>
CloseChangesetTask. closedChangesets
private javax.swing.JList<Changeset>
CloseChangesetDialog. lstOpenChangesets
the listprivate JosmComboBoxModel<Changeset>
ChangesetManagementPanel. model
private javax.swing.DefaultListModel<Changeset>
CloseChangesetDialog. model
the list modelMethods in org.openstreetmap.josm.gui.io that return Changeset Modifier and Type Method Description Changeset
UploadDialog. getChangeset()
Returns the changeset to use complete with tagsChangeset
ChangesetManagementPanel. getSelectedChangeset()
Returns the currently selected changeset or an empty new one.Methods in org.openstreetmap.josm.gui.io that return types with arguments of type Changeset Modifier and Type Method Description java.util.List<Changeset>
DownloadOpenChangesetsTask. getChangesets()
Returns the changesets.JosmComboBoxModel<Changeset>
ChangesetManagementPanel. getModel()
Returns the model in use.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 Modifier and Type Method Description protected java.lang.String
ChangesetCellRenderer. buildToolTipText(Changeset cs)
static java.util.Optional<AsynchronousUploadPrimitivesTask>
AsynchronousUploadPrimitivesTask. createAsynchronousUploadTask(UploadStrategySpecification uploadStrategySpecification, OsmDataLayer dataLayer, APIDataSet apiDataSet, Changeset changeset)
Creates an instance of AsynchronousUploadPrimitiveTaskjava.awt.Component
ChangesetCellRenderer. getListCellRendererComponent(javax.swing.JList<? extends Changeset> list, Changeset cs, int index, boolean isSelected, boolean cellHasFocus)
void
ChangesetManagementPanel. setSelectedChangesetForNextUpload(Changeset cs)
Sets the changeset to be used in the next uploadvoid
UploadDialog. setSelectedChangesetForNextUpload(Changeset cs)
Sets the changeset to be used in the next uploadMethod parameters in org.openstreetmap.josm.gui.io with type arguments of type Changeset Modifier and Type Method 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 displayedConstructors in org.openstreetmap.josm.gui.io with parameters of type Changeset Constructor Description AsynchronousUploadPrimitivesTask(UploadStrategySpecification uploadStrategySpecification, OsmDataLayer osmDataLayer, APIDataSet apiDataSet, Changeset changeset)
Private constructor to restrict creating more Asynchronous upload tasksUploadLayerTask(UploadStrategySpecification strategy, OsmDataLayer layer, ProgressMonitor monitor, Changeset changeset)
Creates the upload taskUploadPrimitivesTask(UploadStrategySpecification strategy, OsmDataLayer layer, APIDataSet toUpload, Changeset changeset)
Creates the taskConstructor parameters in org.openstreetmap.josm.gui.io with type arguments of type Changeset Constructor Description CloseChangesetTask(java.util.Collection<Changeset> changesets)
Closes all changesets inchangesets
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 Modifier and Type Field Description private Changeset
OsmApi. changeset
Object describing current changesetprivate Changeset
OsmWriter. changeset
private Changeset
OsmChangesetParser.Parser. current
The current changesetprotected Changeset
AbstractReader. uploadChangeset
Fields in org.openstreetmap.josm.io with type parameters of type Changeset Modifier and Type Field Description private java.util.List<Changeset>
OsmChangesetParser. changesets
Methods in org.openstreetmap.josm.io that return Changeset Modifier and Type Method Description Changeset
OsmApi. getChangeset()
Replies the changeset data uploads are currently directed toChangeset
OsmServerChangesetReader. readChangeset(long id, boolean includeDiscussion, ProgressMonitor monitor)
Reads the changeset with idid
from the server.Methods in org.openstreetmap.josm.io that return types with arguments of type Changeset Modifier and Type Method 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 changesetsjava.util.List<Changeset>
OsmServerChangesetReader. queryChangesets(ChangesetQuery query, ProgressMonitor monitor)
Queries a listjava.util.List<Changeset>
OsmServerChangesetReader. readChangesets(java.util.Collection<java.lang.Integer> ids, boolean includeDiscussion, ProgressMonitor monitor)
Reads the changesets with idids
from the server.Methods in org.openstreetmap.josm.io with parameters of type Changeset Modifier and Type Method Description void
OsmApi. addCommentToChangeset(Changeset changeset, java.lang.String comment, ProgressMonitor monitor)
Adds a comment to the discussion of a closed 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 inchangeset
.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)
protected 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 inchangesetUpdate
.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)
Visiting call for changesets.Constructors in org.openstreetmap.josm.io with parameters of type Changeset Constructor Description OsmChangeBuilder(Changeset changeset)
Constructs a newOsmChangeBuilder
.OsmChangeBuilder(Changeset changeset, java.lang.String apiVersion)
Constructs a newOsmChangeBuilder
.
-