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 voidMapContent.fireLayerEvent(Layer element, int index, MapLayerEvent layerEvent) voidMapLayerListener.layerChanged(MapLayerEvent event) Invoked when some property of this layer has changed.voidMapLayerListener.layerDeselected(MapLayerEvent event) Invoked when the component has been set as not selected.voidMapLayerListener.layerHidden(MapLayerEvent event) nvoked when the component has been made invisible.voidMapLayerListener.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.voidMapLayerListener.layerSelected(MapLayerEvent event) Invoked when the component has been set as selected.voidMapLayerListener.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)