Package | Description |
---|---|
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.gui.layer.imagery |
Provides classes for handling imagery background layers.
|
Modifier and Type | Method and Description |
---|---|
void |
LayerListDialog.displaySettingsChanged(TileSourceDisplaySettings.DisplaySettingsChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTileSourceLayer.displaySettingsChanged(TileSourceDisplaySettings.DisplaySettingsChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
TileSourceDisplaySettings.DisplaySettingsChangeListener.displaySettingsChanged(TileSourceDisplaySettings.DisplaySettingsChangeEvent e)
Called whenever the display settings have changed.
|