Uses of Interface
org.gvsig.fmap.mapcontext.layers.LayerListener
Packages that use LayerListener
Package
Description
-
Uses of LayerListener in org.gvsig.fmap.mapcontext.events.listeners
Classes in org.gvsig.fmap.mapcontext.events.listeners that implement LayerListenerModifier and TypeClassDescriptionclassEventBufferrepresents a buffer of events that allows store listeners of events produced in layers of aMapContextinstance, and configure its dispatching mode. -
Uses of LayerListener in org.gvsig.fmap.mapcontext.layers
Classes in org.gvsig.fmap.mapcontext.layers that implement LayerListenerModifier and TypeClassDescriptionclassRepresents a generic collection of layers, that can be represented as a node in a tree of nodes of layers.classImplementation of the common characteristics of all layers: visibility, activation, name, ...Fields in org.gvsig.fmap.mapcontext.layers with type parameters of type LayerListenerModifier and TypeFieldDescriptionprotected Set<LayerListener> FLyrDefault.layerListenersArray list with all listeners registered to this layer.Methods in org.gvsig.fmap.mapcontext.layers that return LayerListenerModifier and TypeMethodDescriptionFLayer.getLayerListeners()Returns allLayerListeners of this layer as an array.FLyrDefault.getLayerListeners()Methods in org.gvsig.fmap.mapcontext.layers with parameters of type LayerListenerModifier and TypeMethodDescriptionbooleanFLayer.addLayerListener(LayerListener o) Adds aLayerListenerto the listener list.booleanFLayers.addLayerListener(LayerListener o) booleanFLyrDefault.addLayerListener(LayerListener o) booleanFLayer.removeLayerListener(LayerListener o) Removes theLayerListenerargument from this layer.booleanFLyrDefault.removeLayerListener(LayerListener o) -
Uses of LayerListener in org.gvsig.fmap.mapcontext.layers.vectorial
Classes in org.gvsig.fmap.mapcontext.layers.vectorial that implement LayerListener -
Uses of LayerListener in org.gvsig.fmap.mapcontext.layers.vectorial.impl
Classes in org.gvsig.fmap.mapcontext.layers.vectorial.impl that implement LayerListener