Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
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.
|
Modifier and Type | Field and Description |
---|---|
private ListenerList<NoteData.NoteDataUpdateListener> |
NoteData.listeners |
Modifier and Type | Method and Description |
---|---|
void |
NoteData.addNoteDataUpdateListener(NoteData.NoteDataUpdateListener listener)
Adds a listener that listens to node data changes
|
void |
NoteData.removeNoteDataUpdateListener(NoteData.NoteDataUpdateListener listener)
Removes a listener that listens to node data changes
|
Modifier and Type | Class and Description |
---|---|
class |
NotesDialog
Dialog to display and manipulate notes.
|
Modifier and Type | Class and Description |
---|---|
class |
AutosaveTask
Saves data and note layers periodically so they can be recovered in case of a crash.
|
class |
NoteLayer
A layer to hold Note objects.
|