/[schmitzm]/branches/2.1/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java
ViewVC logotype

Diff of /branches/2.1/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

branches/2.0-RC2/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java revision 671 by alfonx, Wed Feb 3 19:08:37 2010 UTC trunk/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java revision 740 by alfonx, Wed Mar 3 10:32:14 2010 UTC
# Line 69  import org.opengis.filter.identity.Featu Line 69  import org.opengis.filter.identity.Featu
69    
70  import schmitzm.geotools.FilterUtil;  import schmitzm.geotools.FilterUtil;
71  import schmitzm.geotools.gui.SelectableXMapPane;  import schmitzm.geotools.gui.SelectableXMapPane;
72    import schmitzm.geotools.gui.XMapPaneEvent;
73  import schmitzm.geotools.map.event.FeatureSelectedEvent;  import schmitzm.geotools.map.event.FeatureSelectedEvent;
74  import schmitzm.geotools.map.event.JMapPaneListener;  import schmitzm.geotools.map.event.JMapPaneListener;
 import schmitzm.geotools.map.event.MapPaneEvent;  
75  import schmitzm.geotools.styling.StylingUtil;  import schmitzm.geotools.styling.StylingUtil;
76  import skrueger.geotools.MapPaneToolBar;  import skrueger.geotools.MapPaneToolBar;
77  import skrueger.geotools.StyledFeaturesInterface;  import skrueger.geotools.StyledFeaturesInterface;
# Line 417  public class FeatureMapLayerSelectionSyn Line 417  public class FeatureMapLayerSelectionSyn
417           * {@link StyledFeatureLayerSelectionModel}           * {@link StyledFeatureLayerSelectionModel}
418           */           */
419          @Override          @Override
420          public void performMapPaneEvent(MapPaneEvent e) {          public void performMapPaneEvent(XMapPaneEvent e) {
421    
422                  // Ignore event if it is caused by us or the synchronizer is disabled.                  // Ignore event if it is caused by us or the synchronizer is disabled.
423                  if (!isEnabled() || selectionChangeCausedByMe)                  if (!isEnabled() || selectionChangeCausedByMe)

Legend:
Removed from v.671  
changed lines
  Added in v.740

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26