25 |
* |
* |
26 |
* Contributors: |
* Contributors: |
27 |
* Martin O. J. Schmitz - initial API and implementation |
* Martin O. J. Schmitz - initial API and implementation |
28 |
* Stefan A. Krüger - additional utility classes |
* Stefan A. Tzeggai - additional utility classes |
29 |
******************************************************************************/ |
******************************************************************************/ |
30 |
/** |
/** |
31 |
Copyright 2008 Stefan Alfons Krüger |
Copyright 2008 Stefan Alfons Tzeggai |
32 |
|
|
33 |
atlas-framework - This file is part of the Atlas Framework |
atlas-framework - This file is part of the Atlas Framework |
34 |
|
|
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. |