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,RelationUsersTagsChangesetsUtilities 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 java.util.List<ChangesetDiscussionComment>Changeset. discussionthe changeset discussionMethods in org.openstreetmap.josm.data.osm that return types with arguments of type ChangesetDiscussionComment Modifier and Type Method Description java.util.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 voidChangeset. 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 java.util.List<ChangesetDiscussionComment>ChangesetDiscussionTableModel. dataMethod parameters in org.openstreetmap.josm.gui.dialogs.changeset with type arguments of type ChangesetDiscussionComment Modifier and Type Method Description voidChangesetDiscussionTableModel. populate(java.util.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 ChangesetDiscussionCommentOsmChangesetParser.Parser. commentThe current comment
-