Uses of Class
org.geotools.map.MapLayerEvent
Packages that use MapLayerEvent
-
Uses of MapLayerEvent in org.geotools.map
Methods in org.geotools.map that return MapLayerEventModifier and TypeMethodDescriptionMapLayerListEvent.getMapLayerEvent()
Returns the map layer event that originated this layer list eventMethods in org.geotools.map with parameters of type MapLayerEventModifier and TypeMethodDescriptionprotected void
MapContent.fireLayerEvent
(Layer element, int index, MapLayerEvent layerEvent) void
MapLayerListener.layerChanged
(MapLayerEvent event) Invoked when some property of this layer has changed.void
MapLayerListener.layerDeselected
(MapLayerEvent event) Invoked when the component has been set as not selected.void
MapLayerListener.layerHidden
(MapLayerEvent event) nvoked when the component has been made invisible.void
MapLayerListener.layerPreDispose
(MapLayerEvent event) Invoked when the layer is scheduled for disposal to give listeners the chance to finish or cancel any tasks involving the layer.void
MapLayerListener.layerSelected
(MapLayerEvent event) Invoked when the component has been set as selected.void
MapLayerListener.layerShown
(MapLayerEvent event) Invoked when the component has been made visible.Constructors in org.geotools.map with parameters of type MapLayerEventModifierConstructorDescriptionMapLayerListEvent
(MapContent map, Layer element, int index, MapLayerEvent mapLayerEvent)