Uses of Class
org.openstreetmap.josm.gui.layer.MapViewPaintable.PaintableInvalidationEvent
-
Packages that use MapViewPaintable.PaintableInvalidationEvent Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers. -
-
Uses of MapViewPaintable.PaintableInvalidationEvent in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type MapViewPaintable.PaintableInvalidationEvent Modifier and Type Method Description voidMapView.LayerInvalidatedListener. paintableInvalidated(MapViewPaintable.PaintableInvalidationEvent event) -
Uses of MapViewPaintable.PaintableInvalidationEvent in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer with parameters of type MapViewPaintable.PaintableInvalidationEvent Modifier and Type Method Description voidMapViewPaintable.PaintableInvalidationListener. paintableInvalidated(MapViewPaintable.PaintableInvalidationEvent event)Called whenever aMapViewPaintable.PaintableInvalidationEventis fired. -
Uses of MapViewPaintable.PaintableInvalidationEvent in org.openstreetmap.josm.gui.layer.gpx
Methods in org.openstreetmap.josm.gui.layer.gpx with parameters of type MapViewPaintable.PaintableInvalidationEvent Modifier and Type Method Description voidGpxDrawHelper. paintableInvalidated(MapViewPaintable.PaintableInvalidationEvent event)
-