Package | Description |
---|---|
org.openstreetmap.josm.actions.mapmode | |
org.openstreetmap.josm.actions.upload | |
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 else
|
org.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.
|
Modifier and Type | Field and Description |
---|---|
private NoteData |
AddNoteAction.noteData |
Constructor and Description |
---|
AddNoteAction(MapFrame mapFrame,
NoteData data)
Construct a new map mode.
|
Modifier and Type | Field and Description |
---|---|
private NoteData |
UploadNotesTask.noteData |
Modifier and Type | Method and Description |
---|---|
void |
UploadNotesTask.uploadNotes(NoteData noteData,
ProgressMonitor progressMonitor)
Upload notes with modifications to the server
|
Modifier and Type | Field and Description |
---|---|
private NoteData |
NotesDialog.noteData |
Modifier and Type | Field and Description |
---|---|
private NoteData |
NoteLayer.noteData |
Modifier and Type | Method and Description |
---|---|
NoteData |
NoteLayer.getNoteData()
Returns the note data store being used by this layer
|
Modifier and Type | Method and Description |
---|---|
void |
NoteWriter.write(NoteData data)
Write notes to designated output target
|