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,RelationUsersTagsChangesetsUtilities 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. downloadedChangesetsthe set of downloaded changesetsMethod parameters in org.openstreetmap.josm.actions.downloadtasks with type arguments of type Changeset Modifier and Type Method Description static ChangesetHeaderDownloadTaskChangesetHeaderDownloadTask. buildTaskForChangesets(java.awt.Component parent, java.util.Collection<Changeset> changesets)Builds a download task from for a collection of changesets.static ChangesetHeaderDownloadTaskChangesetHeaderDownloadTask. 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. addedprivate java.util.Map<java.lang.Integer,Changeset>ChangesetCache. cachethe cached changesetsprivate java.util.Set<Changeset>DefaultChangesetCacheEvent. modifiedprivate java.util.Set<Changeset>DefaultChangesetCacheEvent. removedMethods in org.openstreetmap.josm.data.osm that return Changeset Modifier and Type Method Description static ChangesetChangeset. fromPrimitive(OsmPrimitive primitive)Creates a changeset with the data obtained from the given preset, i.e., thechangeset id,user, andtimestamp.ChangesetChangesetCache. 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 ofChangesets 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 ofChangesets that were removed from the cachejava.util.Collection<Changeset>DefaultChangesetCacheEvent. getRemovedChangesets()java.util.Collection<Changeset>ChangesetCacheEvent. getUpdatedChangesets()Gets a list ofChangesets 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 intChangeset. compareTo(Changeset other)Compares this changeset to another, based on their identifier.booleanChangesetCache. contains(Changeset cs)Determines if the cache contains an entry for given changeset.java.lang.StringDefaultNameFormatter. format(Changeset changeset)java.lang.StringNameFormatter. format(Changeset changeset)Formats a name for aChangeset.booleanChangeset. hasEqualSemanticAttributes(Changeset other)Determines if this changeset has equals semantic attributes with another one.voidChangeset. mergeFrom(Changeset other)Merges changeset metadata from another changeset.voidDefaultChangesetCacheEvent. rememberAddedChangeset(Changeset cs)Adds aChangesetto the added listvoidDefaultChangesetCacheEvent. rememberRemovedChangeset(Changeset cs)Adds aChangesetto the removed listvoidDefaultChangesetCacheEvent. rememberUpdatedChangeset(Changeset cs)Adds aChangesetto the updated listvoidChangesetCache. remove(Changeset cs)Remove the entry for the given changeset.voidChangesetCache. update(Changeset cs)Update a single changeset.private voidChangesetCache. update(Changeset cs, DefaultChangesetCacheEvent e)Method parameters in org.openstreetmap.josm.data.osm with type arguments of type Changeset Modifier and Type Method Description voidChangesetCache. remove(java.util.Collection<Changeset> changesets)Removes the changesets inchangesetsfrom the cache.voidChangesetCache. 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 ChangesetHistoryOsmPrimitive. changesetFields 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. changesetsMethods in org.openstreetmap.josm.data.osm.history that return Changeset Modifier and Type Method Description ChangesetHistoryOsmPrimitive. 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 voidHistoryDataSet. putChangeset(Changeset changeset)Adds a changeset to the data setvoidHistoryOsmPrimitive. 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. changesetsConstructor 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. lstInActiveDataLayerprivate javax.swing.JList<Changeset>ChangesetDialog. lstInSelectionMethods 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 ChangesetChangesetCacheManagerModel. changesetInDetailViewprivate ChangesetChangesetContentPanel.HeaderPanel. currentprivate ChangesetChangesetDiscussionPanel. currentprivate ChangesetChangesetContentPanel. currentChangesetprivate ChangesetChangesetDetailPanel. currentChangesetFields in org.openstreetmap.josm.gui.dialogs.changeset with type parameters of type Changeset Modifier and Type Field Description private java.util.List<Changeset>ChangesetCacheManagerModel. dataprivate java.util.List<Changeset>ChangesetListModel. dataprivate Storage<Changeset>ChangesetListModel. shownChangesetsMethods in org.openstreetmap.josm.gui.dialogs.changeset that return Changeset Modifier and Type Method Description ChangesetChangesetAware. getCurrentChangeset()Returns the current changeset.ChangesetChangesetContentPanel. getCurrentChangeset()ChangesetChangesetDetailPanel. getCurrentChangeset()ChangesetChangesetListModel. getElementAt(int idx)ChangesetChangesetCacheManagerModel. 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.ComponentChangesetListCellRenderer. getListCellRendererComponent(javax.swing.JList<? extends Changeset> list, Changeset cs, int index, boolean isSelected, boolean cellHasFocus)(package private) voidChangesetDetailPanel.OpenChangesetPopupMenuAction. initProperties(Changeset cs)voidChangesetDetailPanel.RemoveFromCacheAction. initProperties(Changeset cs)voidChangesetDetailPanel.UpdateChangesetAction. initProperties(Changeset cs)(package private) voidChangesetDiscussionPanel.AddChangesetCommentAction. initProperties(Changeset cs)(package private) voidChangesetDiscussionPanel.UpdateChangesetDiscussionAction. initProperties(Changeset cs)protected voidChangesetCacheTableCellRenderer. renderChanges(Changeset cs)protected voidChangesetCacheTableCellRenderer. renderDiscussions(Changeset cs)protected voidChangesetListCellRenderer. renderLabel(Changeset cs)protected voidChangesetCacheTableCellRenderer. renderOpen(Changeset cs)protected voidChangesetCacheTableCellRenderer. renderUploadComment(Changeset cs)voidChangesetContentPanel.HeaderPanel. setChangeset(Changeset cs)voidChangesetCacheManagerModel. setChangesetInDetailView(Changeset cs)Sets the changeset currently displayed in the detail view.protected voidChangesetContentPanel. setCurrentChangeset(Changeset cs)protected voidChangesetDetailPanel. setCurrentChangeset(Changeset cs)protected voidChangesetDiscussionPanel. setCurrentChangeset(Changeset cs)protected voidChangesetDetailPanel. updateView(Changeset cs)protected voidChangesetDiscussionPanel. 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.ComponentChangesetListCellRenderer. getListCellRendererComponent(javax.swing.JList<? extends Changeset> list, Changeset cs, int index, boolean isSelected, boolean cellHasFocus)protected voidChangesetListModel. setChangesets(java.util.Collection<Changeset> changesets)voidChangesetCacheManager. setSelectedChangesets(java.util.Collection<Changeset> changesets)Selects the changesets inchangesets, provided the respective changesets are already present in the local changeset cache.voidChangesetCacheManagerModel. setSelectedChangesets(java.util.Collection<Changeset> selected)Selects the changesets inselected.voidChangesetListModel. 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 voidVersionInfoPanel. 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 voidVersionInfoPanel. 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 ChangesetUploadLayerTask. changesetprivate ChangesetUploadPrimitivesTask. changesetprivate ChangesetUploadParameterSummaryPanel. selectedChangesetFields in org.openstreetmap.josm.gui.io with type parameters of type Changeset Modifier and Type Field Description private JosmComboBox<Changeset>ChangesetManagementPanel. cbOpenChangesetsprivate java.util.Collection<Changeset>CloseChangesetTask. changesetsprivate java.util.List<Changeset>DownloadOpenChangesetsTask. changesetsprivate java.util.List<Changeset>CloseChangesetTask. closedChangesetsprivate javax.swing.JList<Changeset>CloseChangesetDialog. lstOpenChangesetsthe listprivate JosmComboBoxModel<Changeset>ChangesetManagementPanel. modelprivate javax.swing.DefaultListModel<Changeset>CloseChangesetDialog. modelthe list modelMethods in org.openstreetmap.josm.gui.io that return Changeset Modifier and Type Method Description ChangesetUploadDialog. getChangeset()Returns the changeset to use complete with tagsChangesetChangesetManagementPanel. 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.StringChangesetCellRenderer. buildToolTipText(Changeset cs)static java.util.Optional<AsynchronousUploadPrimitivesTask>AsynchronousUploadPrimitivesTask. createAsynchronousUploadTask(UploadStrategySpecification uploadStrategySpecification, OsmDataLayer dataLayer, APIDataSet apiDataSet, Changeset changeset)Creates an instance of AsynchronousUploadPrimitiveTaskjava.awt.ComponentChangesetCellRenderer. getListCellRendererComponent(javax.swing.JList<? extends Changeset> list, Changeset cs, int index, boolean isSelected, boolean cellHasFocus)voidChangesetManagementPanel. setSelectedChangesetForNextUpload(Changeset cs)Sets the changeset to be used in the next uploadvoidUploadDialog. 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.ComponentChangesetCellRenderer. getListCellRendererComponent(javax.swing.JList<? extends Changeset> list, Changeset cs, int index, boolean isSelected, boolean cellHasFocus)voidCloseChangesetDialog. 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 inchangesetsif 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 ChangesetOsmApi. changesetObject describing current changesetprivate ChangesetOsmWriter. changesetprivate ChangesetOsmChangesetParser.Parser. currentThe current changesetprotected ChangesetAbstractReader. uploadChangesetFields in org.openstreetmap.josm.io with type parameters of type Changeset Modifier and Type Field Description private java.util.List<Changeset>OsmChangesetParser. changesetsMethods in org.openstreetmap.josm.io that return Changeset Modifier and Type Method Description ChangesetOsmApi. getChangeset()Replies the changeset data uploads are currently directed toChangesetOsmServerChangesetReader. readChangeset(long id, boolean includeDiscussion, ProgressMonitor monitor)Reads the changeset with ididfrom 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 ididsfrom the server.Methods in org.openstreetmap.josm.io with parameters of type Changeset Modifier and Type Method Description voidOsmApi. addCommentToChangeset(Changeset changeset, java.lang.String comment, ProgressMonitor monitor)Adds a comment to the discussion of a closed changeset.voidOsmApi. closeChangeset(Changeset changeset, ProgressMonitor monitor)Closes a changeset on the server.voidOsmApi. 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.voidOsmApi. setChangeset(Changeset changeset)Sets the changesets to which further data uploads are directed.voidOsmWriter. setChangeset(Changeset cs)protected java.lang.StringOsmApi. toXml(Changeset s)Makes an XML string from an OSM primitive.voidOsmApi. updateChangeset(Changeset changeset, ProgressMonitor monitor)Updates a changeset with the keys inchangesetUpdate.voidOsmServerWriter. uploadOsm(UploadStrategySpecification strategy, java.util.Collection<? extends OsmPrimitive> primitives, Changeset changeset, ProgressMonitor monitor)Send the dataset to the server.voidOsmWriter. 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.
-