Uses of Class
org.gvsig.fmap.mapcontext.layers.LayerCollectionEvent
Packages that use LayerCollectionEvent
Package
Description
-
Uses of LayerCollectionEvent in org.gvsig.fmap.mapcontext
Methods in org.gvsig.fmap.mapcontext with parameters of type LayerCollectionEventModifier and TypeMethodDescriptionvoidMapContext.LayerEventListener.layerAdded(LayerCollectionEvent e) voidMapContext.LayerEventListener.layerRemoved(LayerCollectionEvent e) -
Uses of LayerCollectionEvent in org.gvsig.fmap.mapcontext.events
Methods in org.gvsig.fmap.mapcontext.events that return LayerCollectionEventModifier and TypeMethodDescriptionAtomicEvent.getLayerCollectionEvents()Returns all layer collection events that constitute this one. -
Uses of LayerCollectionEvent in org.gvsig.fmap.mapcontext.events.listeners
Methods in org.gvsig.fmap.mapcontext.events.listeners with parameters of type LayerCollectionEventModifier and TypeMethodDescriptionvoidEventBuffer.layerAdded(LayerCollectionEvent e) voidEventBuffer.layerAdding(LayerCollectionEvent e) voidEventBuffer.layerRemoved(LayerCollectionEvent e) voidEventBuffer.layerRemoving(LayerCollectionEvent e) voidEventBuffer.visibilityChanged(LayerCollectionEvent e) -
Uses of LayerCollectionEvent in org.gvsig.fmap.mapcontext.layers
Subclasses of LayerCollectionEvent in org.gvsig.fmap.mapcontext.layersModifier and TypeClassDescriptionclassEvent produced when a layer has been or is being moved from a collection of layers.Methods in org.gvsig.fmap.mapcontext.layers that return LayerCollectionEventModifier and TypeMethodDescriptionstatic LayerCollectionEventLayerCollectionEvent.createLayerActivationEvent(FLayer lyr) Creates a new layer collection event notifying a "layer activation changed" action.static LayerCollectionEventLayerCollectionEvent.createLayerAddedEvent(FLayer lyr) Creates a new layer collection event notifying a "layer added" action.static LayerCollectionEventLayerCollectionEvent.createLayerAddingEvent(FLayer lyr) Creates a new layer collection event notifying a "layer adding" action.static LayerCollectionEventLayerCollectionEvent.createLayerRemovedEvent(FLayer lyr) Creates a new layer collection event notifying a "layer removed" action.static LayerCollectionEventLayerCollectionEvent.createLayerRemovingEvent(FLayer lyr) Creates a new layer collection event notifying a "layer removing" action.static LayerCollectionEventLayerCollectionEvent.createLayerVisibilityEvent(FLayer lyr) Creates a new layer collection event notifying a "layer visibility changed" action.Methods in org.gvsig.fmap.mapcontext.layers with parameters of type LayerCollectionEventModifier and TypeMethodDescriptionprotected voidFLayers.callLayerAdded(LayerCollectionEvent event) Notifies all listeners associated to this collection of layers, that another layer has been added or replaced in the internal list of layers.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.callLayerRemoved(LayerCollectionEvent event) Notifies all listeners associated to this collection of layers, that another layer has been removed from 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.layerAdded(LayerCollectionEvent e) voidLayerCollectionAdapter.layerAdded(LayerCollectionEvent e) voidLayerCollectionListener.layerAdded(LayerCollectionEvent e) Called when a layer has been added or replaced in 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.layerRemoved(LayerCollectionEvent e) voidLayerCollectionAdapter.layerRemoved(LayerCollectionEvent e) voidLayerCollectionListener.layerRemoved(LayerCollectionEvent e) Called when a layer has been removed from 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.voidBaseLayerCollectionListener.visibilityChanged(LayerCollectionEvent e) voidLayerCollectionAdapter.visibilityChanged(LayerCollectionEvent e) voidLayerCollectionListener.visibilityChanged(LayerCollectionEvent e) Called when the visibility of the collection of layers has changed.