Uses of Class
org.openstreetmap.josm.data.notes.Note
-
Packages that use Note Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks.org.openstreetmap.josm.actions.upload Provides the classes for JOSMupload action.org.openstreetmap.josm.data.notes Provides the classes for OSMnotes.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of Note in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return Note Modifier and Type Method Description private static NoteCopyUrlAction. getNote() -
Uses of Note in org.openstreetmap.josm.actions.downloadtasks
Fields in org.openstreetmap.josm.actions.downloadtasks with type parameters of type Note Modifier and Type Field Description protected java.util.List<Note>DownloadNotesTask.DownloadTask. notesData -
Uses of Note in org.openstreetmap.josm.actions.upload
Fields in org.openstreetmap.josm.actions.upload with type parameters of type Note Modifier and Type Field Description private java.util.Map<Note,java.lang.Exception>UploadNotesTask.UploadTask. failedNotesprivate java.util.Map<Note,Note>UploadNotesTask.UploadTask. updatedNotesprivate java.util.Map<Note,Note>UploadNotesTask.UploadTask. updatedNotesMethods in org.openstreetmap.josm.actions.upload with parameters of type Note Modifier and Type Method Description private voidUploadNotesTask.UploadTask. processNoteComment(ProgressMonitor monitor, OsmApi api, Note note, NoteComment comment) -
Uses of Note in org.openstreetmap.josm.data.notes
Fields in org.openstreetmap.josm.data.notes with type parameters of type Note Modifier and Type Field Description static java.util.Comparator<Note>Note. DATE_COMPARATORSorts notes strictly by creation datestatic java.util.Comparator<Note>Note. DEFAULT_COMPARATORSorts notes in the following order: Open notes Closed notes New notes Within each subgroup it sorts by IDstatic java.util.Comparator<Note>Note. LAST_ACTION_COMPARATORSorts notes by the last modified datestatic java.util.Comparator<Note>Note. USER_COMPARATORSorts notes by user, then creation dateMethods in org.openstreetmap.josm.data.notes with parameters of type Note Modifier and Type Method Description voidNote. updateWith(Note note)Copies values from a new note into an existing one. -
Uses of Note in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm declared as Note Modifier and Type Field Description private NoteNoteData. selectedNoteFields in org.openstreetmap.josm.data.osm with type parameters of type Note Modifier and Type Field Description private java.util.Comparator<Note>NoteData. comparatorprivate Storage<Note>NoteData. noteListMethods in org.openstreetmap.josm.data.osm that return Note Modifier and Type Method Description NoteNoteData. getSelectedNote()Returns the currently selected noteMethods in org.openstreetmap.josm.data.osm that return types with arguments of type Note Modifier and Type Method Description java.util.Comparator<Note>NoteData. getCurrentSortMethod()Returns the current comparator being used to sort the note list.java.util.Collection<Note>NoteData. getNotes()Returns the notes stored in this layerjava.util.Collection<Note>NoteData. getSortedNotes()Returns the notes stored in this layer sorted according toNoteData.comparatorMethods in org.openstreetmap.josm.data.osm with parameters of type Note Modifier and Type Method Description voidNoteData. addCommentToNote(Note note, java.lang.String text)Add a new comment to an existing notevoidNoteData. closeNote(Note note, java.lang.String text)Close note with commentvoidNoteData. reOpenNote(Note note, java.lang.String text)Reopen a closed note.voidNoteData. setSelectedNote(Note note)Set a selected note.Method parameters in org.openstreetmap.josm.data.osm with type arguments of type Note Modifier and Type Method Description voidNoteData. addNotes(java.util.Collection<Note> newNotes)Add notes to the data set.voidNoteData. setSortMethod(java.util.Comparator<Note> comparator)Set the comparator to be used to sort the note list.voidNoteData. updateNotes(java.util.Map<Note,Note> updatedNotes)Updates notes with new state.voidNoteData. updateNotes(java.util.Map<Note,Note> updatedNotes)Updates notes with new state.Constructor parameters in org.openstreetmap.josm.data.osm with type arguments of type Note Constructor Description NoteData(java.util.Collection<Note> notes)Construct a new note container with a given list of notes -
Uses of Note in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui that return types with arguments of type Note Modifier and Type Method Description java.util.Comparator<Note>NoteSortDialog. getSelectedComparator()Returns the Note comparator that the user has selected.Method parameters in org.openstreetmap.josm.gui with type arguments of type Note Modifier and Type Method Description voidNoteSortDialog. showSortDialog(java.util.Comparator<Note> currentSortMode)Builds and displays the window to the user. -
Uses of Note in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs with type parameters of type Note Modifier and Type Field Description private java.util.List<Note>NotesDialog.NoteTableModel. dataprivate javax.swing.JList<Note>NotesDialog. displayListprivate java.util.function.Predicate<Note>NotesDialog.NoteTableModel. filterprivate java.util.List<Note>NotesDialog.NoteTableModel. filteredDataMethods in org.openstreetmap.josm.gui.dialogs that return Note Modifier and Type Method Description NoteNotesDialog.NoteTableModel. getElementAt(int index)NoteNotesDialog. getSelectedNote()Returns the currently selected note, if any.Methods in org.openstreetmap.josm.gui.dialogs with parameters of type Note Modifier and Type Method Description java.awt.ComponentNotesDialog.NoteRenderer. getListCellRendererComponent(javax.swing.JList<? extends Note> list, Note note, int index, boolean isSelected, boolean cellHasFocus)(package private) static booleanNotesDialog. matchesNote(java.lang.String filter, Note note)Method parameters in org.openstreetmap.josm.gui.dialogs with type arguments of type Note Modifier and Type Method Description java.awt.ComponentNotesDialog.NoteRenderer. getListCellRendererComponent(javax.swing.JList<? extends Note> list, Note note, int index, boolean isSelected, boolean cellHasFocus)voidNotesDialog.NoteTableModel. setData(java.util.Collection<Note> noteList)Set the note datavoidNotesDialog.NoteTableModel. setFilter(java.util.function.Predicate<Note> filter)voidNotesDialog. setNotes(java.util.Collection<Note> noteList)Sets the list of notes to be displayed in the dialog. -
Uses of Note in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as Note Modifier and Type Field Description private NoteNoteLayer. displayedNoteMethods in org.openstreetmap.josm.gui.layer with parameters of type Note Modifier and Type Method Description static java.lang.StringNoteLayer. getNoteToolTip(Note note)Returns the HTML-formatted tooltip text for the given note.private voidNoteLayer. paintSelectedNote(java.awt.Graphics2D g, MapView mv, int iconHeight, int iconWidth, Note selectedNote)Constructor parameters in org.openstreetmap.josm.gui.layer with type arguments of type Note Constructor Description NoteLayer(java.util.Collection<Note> notes, java.lang.String name)Create a new note layer with a set of notes -
Uses of Note in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as Note Modifier and Type Field Description private NoteNoteReader.Parser. thisNoteFields in org.openstreetmap.josm.io with type parameters of type Note Modifier and Type Field Description java.util.List<Note>BoundingBoxDownloader.MoreNotesException. notesThe downloaded notesprivate java.util.List<Note>NoteReader.Parser. notesprivate java.util.List<Note>NoteReader. parsedNotesMethods in org.openstreetmap.josm.io that return Note Modifier and Type Method Description NoteOsmApi. addCommentToNote(Note note, java.lang.String comment, ProgressMonitor monitor)Add a comment to an existing note.NoteOsmApi. closeNote(Note note, java.lang.String closeMessage, ProgressMonitor monitor)Close a note.NoteOsmApi. createNote(LatLon latlon, java.lang.String text, ProgressMonitor monitor)Create a new note on the server.(package private) static NoteNoteReader. parseNoteBasic(java.util.function.UnaryOperator<java.lang.String> attrs)(package private) static NoteNoteReader. parseNoteBasic(org.xml.sax.Attributes attrs)(package private) static NoteNoteReader. parseNoteFull(java.util.function.UnaryOperator<java.lang.String> attrs)(package private) static NoteNoteReader. parseNoteFull(org.xml.sax.Attributes attrs)private static NoteOsmApi. parseSingleNote(java.lang.String xml)Method for parsing API responses for operations on individual notesNoteOsmApi. reopenNote(Note note, java.lang.String reactivateMessage, ProgressMonitor monitor)Reopen a closed noteMethods in org.openstreetmap.josm.io that return types with arguments of type Note Modifier and Type Method Description java.util.List<Note>NoteReader. parse()Parses the InputStream given to the constructor and returns the resulting Note objectsjava.util.List<Note>OsmServerLocationReader.NoteParser. parse()java.util.List<Note>BoundingBoxDownloader. parseNotes(int noteLimit, int daysClosed, ProgressMonitor progressMonitor)java.util.List<Note>OsmServerReader. parseNotes(int noteLimit, int daysClosed, ProgressMonitor progressMonitor)Downloads notes from the API, given API limit parametersjava.util.List<Note>OsmServerLocationReader. parseRawNotes(ProgressMonitor progressMonitor)java.util.List<Note>OsmServerLocationReader. parseRawNotes(ProgressMonitor progressMonitor, Compression compression)java.util.List<Note>OsmServerReader. parseRawNotes(ProgressMonitor progressMonitor)Downloads notes from a given raw URL.java.util.List<Note>OsmServerReader. parseRawNotes(ProgressMonitor progressMonitor, Compression compression)Download notes from a URL that contains a compressed notes dump fileMethods in org.openstreetmap.josm.io with parameters of type Note Modifier and Type Method Description NoteOsmApi. addCommentToNote(Note note, java.lang.String comment, ProgressMonitor monitor)Add a comment to an existing note.NoteOsmApi. closeNote(Note note, java.lang.String closeMessage, ProgressMonitor monitor)Close a note.private static java.lang.StringBuilderOsmApi. noteStringBuilder(Note note)NoteOsmApi. reopenNote(Note note, java.lang.String reactivateMessage, ProgressMonitor monitor)Reopen a closed noteConstructor parameters in org.openstreetmap.josm.io with type arguments of type Note Constructor Description MoreNotesException(java.util.List<Note> notes, int limit)Constructs aMoreNotesException.
-