Package | Description |
---|---|
org.openstreetmap.josm.data.validation |
Provides the classes for JOSM data validation.
|
org.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 else
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
Modifier and Type | Method and Description |
---|---|
void |
OsmValidator.layerOrderChanged(LayerManager.LayerOrderChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
MapView.layerOrderChanged(LayerManager.LayerOrderChangeEvent e) |
void |
MapView.LayerChangeAdapter.layerOrderChanged(LayerManager.LayerOrderChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
LayerListDialog.LayerListModel.layerOrderChanged(LayerManager.LayerOrderChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
LayerManager.LayerChangeListener.layerOrderChanged(LayerManager.LayerOrderChangeEvent e)
Notifies this listener that the order of layers was changed.
|