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

Packages that use MapLayerListEvent
org.geotools.gui.swing Miscellaneous widgets. 
org.geotools.map.event A set of events fired by map interfaces. 
 

Uses of MapLayerListEvent in org.geotools.gui.swing
 

Methods in org.geotools.gui.swing with parameters of type MapLayerListEvent
 void MapPaneImpl.layerAdded(MapLayerListEvent event)
           
 void MapPaneImpl.layerRemoved(MapLayerListEvent event)
           
 void MapPaneImpl.layerChanged(MapLayerListEvent event)
           
 void MapPaneImpl.layerMoved(MapLayerListEvent event)
           
 

Uses of MapLayerListEvent in org.geotools.map.event
 

Methods in org.geotools.map.event with parameters of type MapLayerListEvent
 void MapLayerListListener.layerAdded(MapLayerListEvent event)
          Triggered when a new layer is added to the MapContext
 void MapLayerListListener.layerRemoved(MapLayerListEvent event)
          Triggered when a layer is removed from the MapContext
 void MapLayerListListener.layerChanged(MapLayerListEvent event)
          Triggered when something in a layer changed (data, style, title)
 void MapLayerListListener.layerMoved(MapLayerListEvent event)
          Triggered when a group of layers chenges position in the layer list
 



Copyright © GeoTools. All Rights Reserved.