Package | Description |
---|---|
org.openstreetmap.josm.gui |
Modifier and Type | Method and Description |
---|---|
static MapView.LayerListenerType |
MapView.LayerListenerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapView.LayerListenerType[] |
MapView.LayerListenerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private EnumSet<MapView.LayerListenerType> |
MapView.setActiveLayer(Layer layer,
boolean setEditLayer)
Sets the active layer.
|
private EnumSet<MapView.LayerListenerType> |
MapView.setEditLayer(List<Layer> layersList)
Sets the active edit layer.
|
Modifier and Type | Method and Description |
---|---|
private void |
MapView.onActiveEditLayerChanged(Layer oldActive,
OsmDataLayer oldEdit,
EnumSet<MapView.LayerListenerType> listenersToFire)
This is called whenever one of active layer/edit layer or both may have been changed,
|