Uses of Interface
org.openstreetmap.josm.data.SystemOfMeasurement.SoMChangeListener
-
Packages that use SystemOfMeasurement.SoMChangeListener Package Description org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers. -
-
Uses of SystemOfMeasurement.SoMChangeListener in org.openstreetmap.josm.data
Fields in org.openstreetmap.josm.data with type parameters of type SystemOfMeasurement.SoMChangeListener Modifier and Type Field Description private static java.util.concurrent.CopyOnWriteArrayList<SystemOfMeasurement.SoMChangeListener>
SystemOfMeasurement. somChangeListeners
Methods in org.openstreetmap.josm.data with parameters of type SystemOfMeasurement.SoMChangeListener Modifier and Type Method Description static void
SystemOfMeasurement. addSoMChangeListener(SystemOfMeasurement.SoMChangeListener listener)
Adds a SoM change listener.static void
SystemOfMeasurement. removeSoMChangeListener(SystemOfMeasurement.SoMChangeListener listener)
Removes a global SoM change listener. -
Uses of SystemOfMeasurement.SoMChangeListener in org.openstreetmap.josm.gui
Classes in org.openstreetmap.josm.gui that implement SystemOfMeasurement.SoMChangeListener Modifier and Type Class Description class
MapStatus
A component that manages some status information display about the map. -
Uses of SystemOfMeasurement.SoMChangeListener in org.openstreetmap.josm.gui.layer.gpx
Classes in org.openstreetmap.josm.gui.layer.gpx that implement SystemOfMeasurement.SoMChangeListener Modifier and Type Class Description class
GpxDrawHelper
Class that helps to draw large set of GPS tracks with different colors and options
-