- Timestamp:
- 2016-06-22T23:24:56+02:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui/layer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/AbstractMapViewPaintable.java
r10458 r10461 46 46 * <p> 47 47 * You need to return a painter here. 48 * The {@link MapViewPaintable.LayerPainter#detachFromMapView (MapViewEvent)} method is called when the layer is removed48 * The {@link MapViewPaintable.LayerPainter#detachFromMapView} method is called when the layer is removed 49 49 * from that map view. You are free to reuse painters. 50 50 * <p> -
trunk/src/org/openstreetmap/josm/gui/layer/MapViewPaintable.java
r10458 r10461 81 81 * Called when the layer is removed from the map view and this painter is not used any more. 82 82 * <p> 83 * This method is called once on the painter returned by {@link Layer#attachToMapView (MapViewEvent)}83 * This method is called once on the painter returned by {@link Layer#attachToMapView} 84 84 * @param event The event. 85 85 */ … … 90 90 * A event that is fired whenever the map view is attached or detached from any layer. 91 91 * @author Michael Zangl 92 * @see Layer#attachToMapView (MapViewEvent)92 * @see Layer#attachToMapView 93 93 * @since 10458 94 94 */
Note:
See TracChangeset
for help on using the changeset viewer.