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. |