Package | Description |
---|---|
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.gui.dialogs.changeset | |
org.openstreetmap.josm.io |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangesetDiscussionComment> |
Changeset.discussion
the changeset discussion
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangesetDiscussionComment> |
Changeset.getDiscussion()
Replies the list of comments in the changeset discussion, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
Changeset.addDiscussionComment(ChangesetDiscussionComment comment)
Adds a comment to the changeset discussion.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ChangesetDiscussionComment> |
ChangesetDiscussionTableModel.data |
Modifier and Type | Method and Description |
---|---|
void |
ChangesetDiscussionTableModel.populate(java.util.List<ChangesetDiscussionComment> list)
Populates the model with the discussion of a changeset.
|
Modifier and Type | Field and Description |
---|---|
private ChangesetDiscussionComment |
OsmChangesetParser.Parser.comment
The current comment
|