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
,Relation
Users
Tags
Changesets
Utilities 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 Note
CopyUrlAction. 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. failedNotes
private java.util.Map<Note,Note>
UploadNotesTask.UploadTask. updatedNotes
private java.util.Map<Note,Note>
UploadNotesTask.UploadTask. updatedNotes
Methods in org.openstreetmap.josm.actions.upload with parameters of type Note Modifier and Type Method Description private void
UploadNotesTask.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_COMPARATOR
Sorts notes strictly by creation datestatic java.util.Comparator<Note>
Note. DEFAULT_COMPARATOR
Sorts 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_COMPARATOR
Sorts notes by the last modified datestatic java.util.Comparator<Note>
Note. USER_COMPARATOR
Sorts notes by user, then creation dateMethods in org.openstreetmap.josm.data.notes with parameters of type Note Modifier and Type Method Description void
Note. 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 Note
NoteData. selectedNote
Fields in org.openstreetmap.josm.data.osm with type parameters of type Note Modifier and Type Field Description private java.util.Comparator<Note>
NoteData. comparator
private Storage<Note>
NoteData. noteList
Methods in org.openstreetmap.josm.data.osm that return Note Modifier and Type Method Description Note
NoteData. 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.comparator
Methods in org.openstreetmap.josm.data.osm with parameters of type Note Modifier and Type Method Description void
NoteData. addCommentToNote(Note note, java.lang.String text)
Add a new comment to an existing notevoid
NoteData. closeNote(Note note, java.lang.String text)
Close note with commentvoid
NoteData. reOpenNote(Note note, java.lang.String text)
Reopen a closed note.void
NoteData. 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 void
NoteData. addNotes(java.util.Collection<Note> newNotes)
Add notes to the data set.void
NoteData. setSortMethod(java.util.Comparator<Note> comparator)
Set the comparator to be used to sort the note list.void
NoteData. updateNotes(java.util.Map<Note,Note> updatedNotes)
Updates notes with new state.void
NoteData. 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 void
NoteSortDialog. 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. data
private javax.swing.JList<Note>
NotesDialog. displayList
private java.util.function.Predicate<Note>
NotesDialog.NoteTableModel. filter
private java.util.List<Note>
NotesDialog.NoteTableModel. filteredData
Methods in org.openstreetmap.josm.gui.dialogs that return Note Modifier and Type Method Description Note
NotesDialog.NoteTableModel. getElementAt(int index)
Note
NotesDialog. 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.Component
NotesDialog.NoteRenderer. getListCellRendererComponent(javax.swing.JList<? extends Note> list, Note note, int index, boolean isSelected, boolean cellHasFocus)
(package private) static boolean
NotesDialog. 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.Component
NotesDialog.NoteRenderer. getListCellRendererComponent(javax.swing.JList<? extends Note> list, Note note, int index, boolean isSelected, boolean cellHasFocus)
void
NotesDialog.NoteTableModel. setData(java.util.Collection<Note> noteList)
Set the note datavoid
NotesDialog.NoteTableModel. setFilter(java.util.function.Predicate<Note> filter)
void
NotesDialog. 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 Note
NoteLayer. displayedNote
Methods in org.openstreetmap.josm.gui.layer with parameters of type Note Modifier and Type Method Description static java.lang.String
NoteLayer. getNoteToolTip(Note note)
Returns the HTML-formatted tooltip text for the given note.private void
NoteLayer. 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 Note
NoteReader.Parser. thisNote
Fields in org.openstreetmap.josm.io with type parameters of type Note Modifier and Type Field Description java.util.List<Note>
BoundingBoxDownloader.MoreNotesException. notes
The downloaded notesprivate java.util.List<Note>
NoteReader.Parser. notes
private java.util.List<Note>
NoteReader. parsedNotes
Methods in org.openstreetmap.josm.io that return Note Modifier and Type Method Description Note
OsmApi. addCommentToNote(Note note, java.lang.String comment, ProgressMonitor monitor)
Add a comment to an existing note.Note
OsmApi. closeNote(Note note, java.lang.String closeMessage, ProgressMonitor monitor)
Close a note.Note
OsmApi. createNote(LatLon latlon, java.lang.String text, ProgressMonitor monitor)
Create a new note on the server.(package private) static Note
NoteReader. parseNoteBasic(java.util.function.UnaryOperator<java.lang.String> attrs)
(package private) static Note
NoteReader. parseNoteBasic(org.xml.sax.Attributes attrs)
(package private) static Note
NoteReader. parseNoteFull(java.util.function.UnaryOperator<java.lang.String> attrs)
(package private) static Note
NoteReader. parseNoteFull(org.xml.sax.Attributes attrs)
private static Note
OsmApi. parseSingleNote(java.lang.String xml)
Method for parsing API responses for operations on individual notesNote
OsmApi. 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 Note
OsmApi. addCommentToNote(Note note, java.lang.String comment, ProgressMonitor monitor)
Add a comment to an existing note.Note
OsmApi. closeNote(Note note, java.lang.String closeMessage, ProgressMonitor monitor)
Close a note.private static java.lang.StringBuilder
OsmApi. noteStringBuilder(Note note)
Note
OsmApi. 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
.
-