Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
MapView
This is a component used in the
MapFrame for browsing the map. |
protected static class |
MapView.EditLayerChangeAdapter
This class is an adapter for the old layer change interface.
|
protected static class |
MapView.LayerChangeAdapter
This class is an adapter for the old layer change interface.
|
Modifier and Type | Class and Description |
---|---|
static class |
LayerListDialog.LayerListModel
The layer list model.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<MainLayerManager.ActiveLayerChangeListener> |
MainLayerManager.activeLayerChangeListeners |
Modifier and Type | Method and Description |
---|---|
void |
MainLayerManager.addActiveLayerChangeListener(MainLayerManager.ActiveLayerChangeListener listener,
boolean initialFire)
Adds a active/edit layer change listener
|
void |
MainLayerManager.removeActiveLayerChangeListener(MainLayerManager.ActiveLayerChangeListener listener)
Removes an active/edit layer change listener.
|