Uses of Class
org.geotools.map.event.MapLayerEvent

Packages that use MapLayerEvent
org.geotools.map List of layers to be rendered. 
org.geotools.map.event A set of events fired by map interfaces. 
 

Uses of MapLayerEvent in org.geotools.map
 

Methods in org.geotools.map with parameters of type MapLayerEvent
protected  void MapContent.fireLayerEvent(Layer element, int index, MapLayerEvent layerEvent)
           
 

Uses of MapLayerEvent in org.geotools.map.event
 

Methods in org.geotools.map.event that return MapLayerEvent
 MapLayerEvent MapLayerListEvent.getMapLayerEvent()
          Returns the map layer event that originated this layer list event
 

Methods in org.geotools.map.event with parameters of type MapLayerEvent
 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.event with parameters of type MapLayerEvent
MapLayerListEvent(MapContent map, Layer element, int index, MapLayerEvent mapLayerEvent)
           
MapLayerListEvent(MapContext source, MapLayer layer, int position, MapLayerEvent mapLayerEvent)
          Creates a new instance of MapLayerListEvent passing on an event from a layer.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.