Uses of Class
org.gvsig.fmap.mapcontext.layers.CancelationException
Packages that use CancelationException
Package
Description
-
Uses of CancelationException in org.gvsig.fmap.mapcontext.events.listeners
Methods in org.gvsig.fmap.mapcontext.events.listeners that throw CancelationExceptionModifier and TypeMethodDescriptionvoidEventBuffer.layerAdding(LayerCollectionEvent e) voidEventBuffer.layerMoving(LayerPositionEvent e) voidEventBuffer.layerRemoving(LayerCollectionEvent e) voidEventBuffer.visibilityChanged(LayerCollectionEvent e) -
Uses of CancelationException in org.gvsig.fmap.mapcontext.layers
Methods in org.gvsig.fmap.mapcontext.layers that throw CancelationExceptionModifier and TypeMethodDescriptionvoidLayerDrawingListener.afterLayerDraw(LayerDrawEvent e) Process to execute after a layer had been drawn.voidLayerDrawingListener.afterLayerGraphicDraw(LayerDrawEvent e) Process to execute after aGraphicLayerhad been drawn.voidLayerDrawingListener.beforeGraphicLayerDraw(LayerDrawEvent e) Process to execute before aGraphicLayerhad been drawn.voidLayerDrawingListener.beforeLayerDraw(LayerDrawEvent e) protected voidFLayers.callLayerAdding(LayerCollectionEvent event) Notifies all listeners associated to this collection of layers, that another layer is going to be added or replaced 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.protected voidFLayers.callLayerRemoving(LayerCollectionEvent event) Notifies all listeners associated to this collection of layers, that a layer is going to be removed from the internal list of layers.voidBaseLayerCollectionListener.layerAdding(LayerCollectionEvent e) voidLayerCollectionAdapter.layerAdding(LayerCollectionEvent e) voidLayerCollectionListener.layerAdding(LayerCollectionEvent e) Called when a layer is just going to be added or replaced 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.voidBaseLayerCollectionListener.layerRemoving(LayerCollectionEvent e) voidLayerCollectionAdapter.layerRemoving(LayerCollectionEvent e) voidLayerCollectionListener.layerRemoving(LayerCollectionEvent e) Called when a layer is just going to be removed from the internal list of layers.voidFLayers.moveTo(int from, int to) voidFLayers.removeLayer(FLayer lyr) voidBaseLayerCollectionListener.visibilityChanged(LayerCollectionEvent e) voidLayerCollectionAdapter.visibilityChanged(LayerCollectionEvent e) voidLayerCollectionListener.visibilityChanged(LayerCollectionEvent e) Called when the visibility of the collection of layers has changed. -
Uses of CancelationException in org.gvsig.fmap.mapcontext.layers.operations
Methods in org.gvsig.fmap.mapcontext.layers.operations that throw CancelationExceptionModifier and TypeMethodDescriptionvoidAdds a new layer to this collection.voidLayerCollection.moveTo(int from, int to) Moves a layer of the collection to another position in internal list.voidLayerCollection.removeLayer(FLayer lyr) Removes a layer from this collection.