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 FeatureSourceMapLayer.fireMapLayerListenerLayerChanged(MapLayerEvent event)
          Notifies all registered listeners about the event.
protected  void DefaultMapLayer.fireMapLayerListenerLayerChanged(MapLayerEvent event)
          Notifies all registered listeners about the event.
protected  void FeatureSourceMapLayer.fireMapLayerListenerLayerDeselected(MapLayerEvent event)
          Notifies all registered listeners about the deselection event.
protected  void DefaultMapLayer.fireMapLayerListenerLayerDeselected(MapLayerEvent event)
          Notifies all registered listeners about the deselection event.
protected  void FeatureSourceMapLayer.fireMapLayerListenerLayerHidden(MapLayerEvent event)
          Notifies all registered listeners about the event.
protected  void DefaultMapLayer.fireMapLayerListenerLayerHidden(MapLayerEvent event)
          Notifies all registered listeners about the event.
protected  void FeatureSourceMapLayer.fireMapLayerListenerLayerSelected(MapLayerEvent event)
          Notifies all registered listeners about the selection event.
protected  void DefaultMapLayer.fireMapLayerListenerLayerSelected(MapLayerEvent event)
          Notifies all registered listeners about the selection event.
protected  void FeatureSourceMapLayer.fireMapLayerListenerLayerShown(MapLayerEvent event)
          Notifies all registered listeners about the event.
protected  void DefaultMapLayer.fireMapLayerListenerLayerShown(MapLayerEvent event)
          Notifies all registered listeners about the event.
 

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)
          nvoked when the component has been set as not selected.
 void MapLayerListener.layerHidden(MapLayerEvent event)
          nvoked when the component has been made invisible.
 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(MapContext source, MapLayer layer, int position, MapLayerEvent mapLayerEvent)
          Creates a new instance of MapLayerListEvent
 



Copyright © 1996-2010 Geotools. All Rights Reserved.