Uses of Class
org.openstreetmap.josm.data.osm.ChangesetDiscussionComment
-
Packages that use ChangesetDiscussionComment Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them).org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of ChangesetDiscussionComment in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm with type parameters of type ChangesetDiscussionComment Modifier and Type Field Description private List<ChangesetDiscussionComment>
Changeset. discussion
the changeset discussionMethods in org.openstreetmap.josm.data.osm that return types with arguments of type ChangesetDiscussionComment Modifier and Type Method Description List<ChangesetDiscussionComment>
Changeset. getDiscussion()
Replies the list of comments in the changeset discussion, if any.Methods in org.openstreetmap.josm.data.osm with parameters of type ChangesetDiscussionComment Modifier and Type Method Description void
Changeset. addDiscussionComment(ChangesetDiscussionComment comment)
Adds a comment to the changeset discussion. -
Uses of ChangesetDiscussionComment in org.openstreetmap.josm.gui.dialogs.changeset
Fields in org.openstreetmap.josm.gui.dialogs.changeset with type parameters of type ChangesetDiscussionComment Modifier and Type Field Description private List<ChangesetDiscussionComment>
ChangesetDiscussionTableModel. data
Method parameters in org.openstreetmap.josm.gui.dialogs.changeset with type arguments of type ChangesetDiscussionComment Modifier and Type Method Description void
ChangesetDiscussionTableModel. populate(List<ChangesetDiscussionComment> list)
Populates the model with the discussion of a changeset. -
Uses of ChangesetDiscussionComment in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as ChangesetDiscussionComment Modifier and Type Field Description private ChangesetDiscussionComment
OsmChangesetParser.Parser. comment
The current comment
-