Uses of Class
org.gvsig.fmap.mapcontext.rendering.legend.events.LegendChangedEvent
Packages that use LegendChangedEvent
Package
Description
-
Uses of LegendChangedEvent in org.gvsig.fmap.mapcontext.events.listeners
Methods in org.gvsig.fmap.mapcontext.events.listeners with parameters of type LegendChangedEvent -
Uses of LegendChangedEvent in org.gvsig.fmap.mapcontext.layers
Methods in org.gvsig.fmap.mapcontext.layers with parameters of type LegendChangedEventModifier and TypeMethodDescriptionprotected voidFLyrDefault.callLegendChanged(LegendChangedEvent e) voidLayerChangeSupport.callLegendChanged(LegendChangedEvent e) Notifies a legend change to all legend listeners registered. -
Uses of LegendChangedEvent in org.gvsig.fmap.mapcontext.rendering.legend
Methods in org.gvsig.fmap.mapcontext.rendering.legend with parameters of type LegendChangedEvent -
Uses of LegendChangedEvent in org.gvsig.fmap.mapcontext.rendering.legend.events
Methods in org.gvsig.fmap.mapcontext.rendering.legend.events that return LegendChangedEventModifier and TypeMethodDescriptionLegendChangedEvent.addEvent(LegendChangedEvent event) static LegendChangedEventLegendChangedEvent.createLegendChangedEvent(ILegend legend, FMapEvent event) static LegendChangedEventLegendChangedEvent.createLegendChangedEvent(ILegend oldLegend, ILegend newLegend) Creates a new legend change event.LegendChangedEvent.getEvents()Gets the events that constitute this one.Methods in org.gvsig.fmap.mapcontext.rendering.legend.events with parameters of type LegendChangedEventModifier and TypeMethodDescriptionLegendChangedEvent.addEvent(LegendChangedEvent event) voidLegendChangedEvent.setEvents(LegendChangedEvent[] events) Sets the events that constitute this one. -
Uses of LegendChangedEvent in org.gvsig.fmap.mapcontext.rendering.legend.events.listeners
Methods in org.gvsig.fmap.mapcontext.rendering.legend.events.listeners with parameters of type LegendChangedEventModifier and TypeMethodDescriptionvoidLegendListener.legendChanged(LegendChangedEvent e) Called when the legend of a vector layer has changed.