Uses of Interface
org.gvsig.fmap.mapcontext.rendering.legend.events.listeners.LegendListener
Packages that use LegendListener
Package
Description
-
Uses of LegendListener in org.gvsig.fmap.mapcontext
Methods in org.gvsig.fmap.mapcontext with parameters of type LegendListenerModifier and TypeMethodDescriptionvoidMapContext.addLayerListener(LegendListener listener) Adds the specified legend listener (if didn't exist) to receive legend events from this map.voidMapContext.addLegendListener(LegendListener listener) Adds the specified legend listener (if didn't exist) to receive legend events from this map.voidMapContext.removeErrorListener(LegendListener listener) Removes the specified error listener from this map.voidMapContext.removeLayerListener(LegendListener listener) Removes the specified layer listener from this map. -
Uses of LegendListener in org.gvsig.fmap.mapcontext.events.listeners
Classes in org.gvsig.fmap.mapcontext.events.listeners that implement LegendListenerModifier and TypeClassDescriptionclassEventBufferrepresents a buffer of events that allows store listeners of events produced in layers of aMapContextinstance, and configure its dispatching mode. -
Uses of LegendListener in org.gvsig.fmap.mapcontext.layers
Methods in org.gvsig.fmap.mapcontext.layers with parameters of type LegendListenerModifier and TypeMethodDescriptionvoidLayerChangeSupport.addLayerListener(LegendListener listener) Registers aLegendListener.voidFLyrDefault.addLegendListener(LegendListener listener) voidLayerChangeSupport.removeLayerListener(LegendListener listener) Removes a registeredLegendListener.voidFLyrDefault.removeLegendListener(LegendListener listener) -
Uses of LegendListener in org.gvsig.fmap.mapcontext.layers.operations
Methods in org.gvsig.fmap.mapcontext.layers.operations with parameters of type LegendListenerModifier and TypeMethodDescriptionvoidClassifiable.addLegendListener(LegendListener listener) Adds the specified legend listener to receive legend events from the inner legend.voidClassifiable.removeLegendListener(LegendListener listener) Removes the specified legend listener so that it no longer receives legend events from the inner legend.