Uses of Interface
org.gvsig.fmap.mapcontext.layers.LayerCollectionListener
Packages that use LayerCollectionListener
Package
Description
-
Uses of LayerCollectionListener in org.gvsig.fmap.mapcontext
Classes in org.gvsig.fmap.mapcontext that implement LayerCollectionListenerModifier and TypeClassDescriptionclassThe classLayerEventListenerimplements the methods ofLayerCollectionListenerthat handles the "layer added" or "layer removed" events in a map. -
Uses of LayerCollectionListener in org.gvsig.fmap.mapcontext.events.listeners
Classes in org.gvsig.fmap.mapcontext.events.listeners that implement LayerCollectionListenerModifier and TypeClassDescriptionclassEventBufferrepresents a buffer of events that allows store listeners of events produced in layers of aMapContextinstance, and configure its dispatching mode. -
Uses of LayerCollectionListener in org.gvsig.fmap.mapcontext.layers
Classes in org.gvsig.fmap.mapcontext.layers that implement LayerCollectionListenerModifier and TypeClassDescriptionclassUtility class to implements LayerCollectionListener overwriting only some events.classFields in org.gvsig.fmap.mapcontext.layers with type parameters of type LayerCollectionListenerModifier and TypeFieldDescriptionprotected ArrayList<LayerCollectionListener> FLayers.layerCollectionListenersList with all listeners registered for this kind of node.Methods in org.gvsig.fmap.mapcontext.layers with parameters of type LayerCollectionListenerModifier and TypeMethodDescriptionvoidFLayers.addLayerCollectionListener(LayerCollectionListener listener) voidFLayers.removeLayerCollectionListener(LayerCollectionListener listener) -
Uses of LayerCollectionListener in org.gvsig.fmap.mapcontext.layers.operations
Methods in org.gvsig.fmap.mapcontext.layers.operations with parameters of type LayerCollectionListenerModifier and TypeMethodDescriptionvoidLayerCollection.addLayerCollectionListener(LayerCollectionListener listener) Adds a listener of events produced on a collection of layers.voidLayerCollection.removeLayerCollectionListener(LayerCollectionListener listener) Removes a listener of events produced on a collection of layers.