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 voidUploadNotesTask.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 java.util.List<NoteComment>Note. commentsstatic java.util.Comparator<NoteComment>NoteComment. DATE_COMPARATORSorts note comments strictly by creation dateMethods in org.openstreetmap.josm.data.notes that return NoteComment Modifier and Type Method Description NoteCommentNote. getFirstComment()Returns the comment that was submitted by the user when creating the noteNoteCommentNote. 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 java.util.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 voidNote. 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 voidNoteWriter. writeComment(NoteComment comment)
-