Package | Description |
---|---|
org.openstreetmap.josm.actions.upload |
Provides the classes for JOSM
upload action . |
org.openstreetmap.josm.data.notes |
Provides the classes for OSM
notes . |
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
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 |
static java.util.Comparator<NoteComment> |
NoteComment.DATE_COMPARATOR
Sorts note comments strictly by creation date
|
Modifier and Type | Method and Description |
---|---|
NoteComment |
Note.getFirstComment()
Returns the comment that was submitted by the user when creating the note
|
NoteComment |
Note.getLastComment()
Returns the last comment, or
null . |
Modifier and Type | Method and Description |
---|---|
java.util.List<NoteComment> |
Note.getComments()
Returns the list of comments associated with this note.
|
Modifier and Type | Method and Description |
---|---|
void |
Note.addComment(NoteComment comment)
Adds a comment.
|
Modifier and Type | Method and Description |
---|---|
private void |
NoteWriter.writeComment(NoteComment comment) |