Method and Description |
---|
org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.Functions.coalesce(Object...)
Deprecated in favour of
ExpressionFactory.Functions.any(Object...) from the MapCSS standard. |
org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.getInstance() |
org.openstreetmap.josm.data.Preferences.getPreferencesDir()
use #getPreferencesDirectory() to access preferences directory
or #getUserDataDirectory to access user data directory
|
org.openstreetmap.josm.tools.ImageProvider.overlay(Icon, Icon, ImageProvider.OverlayPosition)
this method will be refactored
|
org.openstreetmap.josm.gui.MapView.recalculateCenterScale(BoundingXYVisitor)
use #zoomTo(BoundingXYVisitor)
|
Constructor and Description |
---|
org.openstreetmap.josm.actions.JosmAction(String, Icon, String, Shortcut, boolean, String, boolean)
do not pass Icon, pass ImageProvider instead
|