Modifier and Type | Field and Description |
---|---|
protected java.util.List<Note> |
DownloadNotesTask.DownloadTask.notesData |
Modifier and Type | Method and Description |
---|---|
void |
Note.updateWith(Note note)
Copies values from a new note into an existing one.
|
Modifier and Type | Field and Description |
---|---|
private Note |
NoteData.selectedNote |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Note> |
NoteData.noteList |
Modifier and Type | Method and Description |
---|---|
Note |
NoteData.getSelectedNote()
Returns the currently selected note
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Note> |
NoteData.getNotes()
Returns the notes stored in this layer
|
Modifier and Type | Method and Description |
---|---|
void |
NoteData.addCommentToNote(Note note,
java.lang.String text)
Add a new comment to an existing note
|
void |
NoteData.closeNote(Note note,
java.lang.String text)
Close note with comment
|
void |
NoteData.reOpenNote(Note note,
java.lang.String text)
Reopen a closed note.
|
void |
NoteData.setSelectedNote(Note note)
Set a selected note.
|
Modifier and Type | Method and Description |
---|---|
void |
NoteData.addNotes(java.util.List<Note> newNotes)
Add notes to the data set.
|
Constructor and Description |
---|
NoteData(java.util.List<Note> notes)
Construct a new note container with a given list of notes
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Note> |
NoteDialog.NoteTableModel.data |
private javax.swing.JList<Note> |
NoteDialog.displayList |
Modifier and Type | Method and Description |
---|---|
Note |
NoteDialog.NoteTableModel.getElementAt(int index) |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
NoteDialog.NoteRenderer.getListCellRendererComponent(javax.swing.JList<? extends Note> list,
Note note,
int index,
boolean isSelected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
NoteDialog.NoteRenderer.getListCellRendererComponent(javax.swing.JList<? extends Note> list,
Note note,
int index,
boolean isSelected,
boolean cellHasFocus) |
void |
NoteDialog.NoteTableModel.setData(java.util.List<Note> noteList) |
void |
NoteDialog.setNoteList(java.util.List<Note> noteList)
Sets the list of notes to be displayed in the dialog.
|
Constructor and Description |
---|
NoteLayer(java.util.List<Note> notes,
java.lang.String name)
Create a new note layer with a set of notes
|
Modifier and Type | Field and Description |
---|---|
private Note |
NoteReader.Parser.thisNote |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Note> |
NoteReader.Parser.notes |
private java.util.List<Note> |
NoteReader.parsedNotes |
Modifier and Type | Method and Description |
---|---|
java.util.List<Note> |
NoteReader.parse()
Parses the InputStream given to the constructor and returns
the resulting Note objects
|
java.util.List<Note> |
OsmServerLocationReader.NoteParser.parse() |
java.util.List<Note> |
BoundingBoxDownloader.parseNotes(java.lang.Integer noteLimit,
java.lang.Integer daysClosed,
ProgressMonitor progressMonitor) |
java.util.List<Note> |
OsmServerReader.parseNotes(java.lang.Integer noteLimit,
java.lang.Integer daysClosed,
ProgressMonitor progressMonitor)
Downloads notes from the API, given API limit parameters
|
java.util.List<Note> |
OsmServerLocationReader.parseRawNotes(ProgressMonitor progressMonitor) |
java.util.List<Note> |
OsmServerReader.parseRawNotes(ProgressMonitor progressMonitor)
Downloads notes from a given raw URL.
|
java.util.List<Note> |
OsmServerLocationReader.parseRawNotesBzip2(ProgressMonitor progressMonitor) |
java.util.List<Note> |
OsmServerReader.parseRawNotesBzip2(ProgressMonitor progressMonitor)
Download notes from a URL that contains a bzip2 compressed notes dump file
|