Uses of Interface
org.openstreetmap.josm.gui.mappaint.MapPaintStyles.MapPaintStylesUpdateListener
-
Packages that use MapPaintStyles.MapPaintStylesUpdateListener 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 elseorg.openstreetmap.josm.gui.mappaint Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time. -
-
Uses of MapPaintStyles.MapPaintStylesUpdateListener in org.openstreetmap.josm.gui.dialogs
Classes in org.openstreetmap.josm.gui.dialogs that implement MapPaintStyles.MapPaintStylesUpdateListener Modifier and Type Class Description protected class
MapPaintDialog.StylesModel
-
Uses of MapPaintStyles.MapPaintStylesUpdateListener in org.openstreetmap.josm.gui.mappaint
Classes in org.openstreetmap.josm.gui.mappaint that implement MapPaintStyles.MapPaintStylesUpdateListener Modifier and Type Class Description class
MapPaintMenu
The View -> Map Paint Styles menuFields in org.openstreetmap.josm.gui.mappaint with type parameters of type MapPaintStyles.MapPaintStylesUpdateListener Modifier and Type Field Description private static ListenerList<MapPaintStyles.MapPaintStylesUpdateListener>
MapPaintStyles. listeners
Methods in org.openstreetmap.josm.gui.mappaint with parameters of type MapPaintStyles.MapPaintStylesUpdateListener Modifier and Type Method Description static void
MapPaintStyles. addMapPaintStylesUpdateListener(MapPaintStyles.MapPaintStylesUpdateListener listener)
Add a listener that listens to global style changes.static void
MapPaintStyles. removeMapPaintStylesUpdateListener(MapPaintStyles.MapPaintStylesUpdateListener listener)
Removes a listener that listens to global style changes.
-