Uses of Class
org.gvsig.fmap.mapcontext.layers.LayerPositionEvent
Packages that use LayerPositionEvent
-
Uses of LayerPositionEvent in org.gvsig.fmap.mapcontext.events.listeners
Methods in org.gvsig.fmap.mapcontext.events.listeners with parameters of type LayerPositionEventModifier and TypeMethodDescriptionvoidEventBuffer.layerMoved(LayerPositionEvent e) voidEventBuffer.layerMoving(LayerPositionEvent e) -
Uses of LayerPositionEvent in org.gvsig.fmap.mapcontext.layers
Methods in org.gvsig.fmap.mapcontext.layers that return LayerPositionEventModifier and TypeMethodDescriptionstatic LayerPositionEventLayerPositionEvent.createLayerMovedEvent(FLayer lyr, int oldp, int newp) Creates a new layer position event notifying a "layer moved" action.static LayerPositionEventLayerPositionEvent.createLayerMovingEvent(FLayer lyr, int oldp, int newp) Creates a new layer position event notifying a "layer moving" action.Methods in org.gvsig.fmap.mapcontext.layers with parameters of type LayerPositionEventModifier and TypeMethodDescriptionprotected voidFLayers.callLayerMoved(LayerPositionEvent event) Notifies all listeners associated to this collection of layers, that another layer has been moved in the internal list of layers.protected voidFLayers.callLayerMoving(LayerPositionEvent event) Notifies all listeners associated to this collection of layers, that a layer is going to be moved in the internal list of layers.voidBaseLayerCollectionListener.layerMoved(LayerPositionEvent e) voidLayerCollectionAdapter.layerMoved(LayerPositionEvent e) voidLayerCollectionListener.layerMoved(LayerPositionEvent e) Called when a layer has been moved in the internal list of layers.voidBaseLayerCollectionListener.layerMoving(LayerPositionEvent e) voidLayerCollectionAdapter.layerMoving(LayerPositionEvent e) voidLayerCollectionListener.layerMoving(LayerPositionEvent e) Called when a layer is just going to be moved in the internal list of layers.