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

Packages that use MapLayerEvent
org.geotools.map.event A set of events fired by map interfaces. 
 

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.layerShown(MapLayerEvent event)
          Invoked when the component has been made visible.
 void MapLayerListener.layerHidden(MapLayerEvent event)
          nvoked when the component has been made invisible.
 

Constructors in org.geotools.map.event with parameters of type MapLayerEvent
MapLayerListEvent(MapContext source, MapLayer layer, int position, MapLayerEvent mapLayerEvent)
          Creates a new instance of MapLayerListEvent
 



Copyright © GeoTools. All Rights Reserved.