Package org.gvsig.fmap.mapcontext.layers
Class LayerCollectionAdapter
java.lang.Object
org.gvsig.fmap.mapcontext.layers.LayerCollectionAdapter
- All Implemented Interfaces:
LayerCollectionListener
- Author:
- fdiaz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when a layer has been added or replaced in the internal list of layers.voidCalled when a layer is just going to be added or replaced in the internal list of layers.voidCalled when a layer has been moved in the internal list of layers.voidCalled when a layer is just going to be moved in the internal list of layers.voidCalled when a layer has been removed from the internal list of layers.voidCalled when a layer is just going to be removed from the internal list of layers.voidCalled when the visibility of the collection of layers has changed.
-
Constructor Details
-
LayerCollectionAdapter
public LayerCollectionAdapter()
-
-
Method Details
-
layerAdded
Description copied from interface:LayerCollectionListenerCalled when a layer has been added or replaced in the internal list of layers.
- Specified by:
layerAddedin interfaceLayerCollectionListener- Parameters:
e- a layer collection event object
-
layerMoved
Description copied from interface:LayerCollectionListenerCalled when a layer has been moved in the internal list of layers.
- Specified by:
layerMovedin interfaceLayerCollectionListener- Parameters:
e- a layer collection event object
-
layerRemoved
Description copied from interface:LayerCollectionListenerCalled when a layer has been removed from the internal list of layers.
- Specified by:
layerRemovedin interfaceLayerCollectionListener- Parameters:
e- a layer collection event object
-
layerAdding
Description copied from interface:LayerCollectionListenerCalled when a layer is just going to be added or replaced in the internal list of layers.
- Specified by:
layerAddingin interfaceLayerCollectionListener- Parameters:
e- a layer collection event object- Throws:
CancelationException- if cancels the adding operation, this exception will have the message that user will see.
-
layerMoving
Description copied from interface:LayerCollectionListenerCalled when a layer is just going to be moved in the internal list of layers.
- Specified by:
layerMovingin interfaceLayerCollectionListener- Parameters:
e- a layer collection event object- Throws:
CancelationException- if cancels the moving operation, this exception will have the message that user will see.
-
layerRemoving
Description copied from interface:LayerCollectionListenerCalled when a layer is just going to be removed from the internal list of layers.
- Specified by:
layerRemovingin interfaceLayerCollectionListener- Parameters:
e- a layer collection event object- Throws:
CancelationException- if cancels the removing operation, this exception will have the message that user will see.
-
visibilityChanged
Description copied from interface:LayerCollectionListenerCalled when the visibility of the collection of layers has changed.
- Specified by:
visibilityChangedin interfaceLayerCollectionListener- Parameters:
e- a layer collection event object- Throws:
CancelationException- if cancels the operation of change visibility, this exception will have the message that user will see.
-