Uses of Class
org.openstreetmap.josm.data.notes.NoteComment
-
Packages that use NoteComment Package Description org.openstreetmap.josm.actions.upload Provides the classes for JOSMupload action
.org.openstreetmap.josm.data.notes Provides the classes for OSMnotes
.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of NoteComment in org.openstreetmap.josm.actions.upload
Methods in org.openstreetmap.josm.actions.upload with parameters of type NoteComment Modifier and Type Method Description private void
UploadNotesTask.UploadTask. processNoteComment(ProgressMonitor monitor, OsmApi api, Note note, NoteComment comment)
-
Uses of NoteComment in org.openstreetmap.josm.data.notes
Fields in org.openstreetmap.josm.data.notes with type parameters of type NoteComment Modifier and Type Field Description private List<NoteComment>
Note. comments
static Comparator<NoteComment>
NoteComment. DATE_COMPARATOR
Sorts note comments strictly by creation dateMethods in org.openstreetmap.josm.data.notes that return NoteComment Modifier and Type Method Description NoteComment
Note. getFirstComment()
Returns the comment that was submitted by the user when creating the noteNoteComment
Note. getLastComment()
Returns the last comment, ornull
.Methods in org.openstreetmap.josm.data.notes that return types with arguments of type NoteComment Modifier and Type Method Description List<NoteComment>
Note. getComments()
Returns the list of comments associated with this note.Methods in org.openstreetmap.josm.data.notes with parameters of type NoteComment Modifier and Type Method Description void
Note. addComment(NoteComment comment)
Adds a comment. -
Uses of NoteComment in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io with parameters of type NoteComment Modifier and Type Method Description private void
NoteWriter. writeComment(NoteComment comment)
-