/[schmitzm]/branches/2.2.x/src/skrueger/geotools/selection/TableSelectionSynchronizer.java
ViewVC logotype

Diff of /branches/2.2.x/src/skrueger/geotools/selection/TableSelectionSynchronizer.java

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

trunk/src/skrueger/geotools/selection/TableSelectionSynchronizer.java revision 862 by alfonx, Sat May 22 01:24:46 2010 UTC branches/2.2.x/src/skrueger/geotools/selection/TableSelectionSynchronizer.java revision 974 by alfonx, Thu Aug 12 12:44:07 2010 UTC
# Line 181  public class TableSelectionSynchronizer Line 181  public class TableSelectionSynchronizer
181    
182                  // reset the selection of the DpLayerSelectionModel                  // reset the selection of the DpLayerSelectionModel
183                  layerSelModel.setValueIsAdjusting(true);                  layerSelModel.setValueIsAdjusting(true);
184                  LOGGER.debug("valueCahnged in TableSyncronizer vom Index "  //              LOGGER.debug("valueChanged in TableSyncronizer vom Index "
185                                  + evt.getFirstIndex() + " to " + evt.getLastIndex());  //                              + evt.getFirstIndex() + " to " + evt.getLastIndex());
186    
187                  if (evt == null || (evt != null && evt.getFirstIndex() == -1)){                  if (evt == null || (evt != null && evt.getFirstIndex() == -1)){
188                          // If the value is changing because the filter has been changed (e.g.                          // If the value is changing because the filter has been changed (e.g.

Legend:
Removed from v.862  
changed lines
  Added in v.974

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26