Package | Description |
---|---|
org.openstreetmap.josm.actions.upload | |
org.openstreetmap.josm.data.notes | |
org.openstreetmap.josm.io |
Modifier and Type | Method and Description |
---|---|
private void |
UploadNotesTask.UploadTask.processNoteComment(ProgressMonitor monitor,
OsmApi api,
Note note,
NoteComment comment) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<NoteComment> |
Note.comments |
Modifier and Type | Method and Description |
---|---|
NoteComment |
Note.getFirstComment()
Returns the comment that was submitted by the user when creating the note
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NoteComment> |
Note.getComments() |
Modifier and Type | Method and Description |
---|---|
void |
Note.addComment(NoteComment comment) |
Modifier and Type | Method and Description |
---|---|
private void |
NoteWriter.writeComment(NoteComment comment) |