With the first versions of the new selection widgets available we could refactor plugins to use them
Here is a list of plugins, that rely on image node selection:
| plugin name | selection mechanism | note |
| Segmentation | QmitkDataStorageComboBox | 2 Combo boxes: 1 with an image-predicate, 1 with a segmentation-predicate |
| Segmentation Utilities | QmitkDataStorageComboBox | several mixed combo boxes (with image-predicates / with segmentation-predicates) |
| Clipping Plane | QmitkDataStorageComboBox | 1 combo box with a "clipping plane"-property predicate |
| ClassificationSegmentation | QmitkDataStorageComboBox | |
| MultiLabel| QmitkDataStorageComboBox | 2 Combo boxes: 1 with an image-predicate, 1 with a segmentation-predicate |
| MultiLabel Utilities | QmitkDataStorageComboBox | |
| BasicImageProcessing | QmitkDataStorageComboBox | |
| MatchPoint ... | QmitkDataStorageComboBox | |
| MatchPoint ... | QmitkDataStorageComboBox | |
| MatchPoint ... | QmitkDataStorageComboBox | |
| BasicImageProcessing | DataManager selection | |
| Measurement | DataManager selection | |
| Statistics | DataManager selection | |
| ~~Dicom Inspector~~ | ~~DataManager selection~~ | |
| Properties | DataManager selection | used function `OnSelectionChanged` from `AbstractView` |
| PointSet Interaction| DataManager selection | used function `GetDataManagerSelection` |
| ~~Render Window Manager~~ | ~~DataManager selection~~ | ~~used function 'GetDataManagerSelection'~~ |
| ~~Semantic Relations~~ | ~~own selection widget / dialog~~ | ~~similar to the new selection concept~~ |
**TODOs**
[] Clarify which plugins should be refactored
[] Spawn sub tasks for the plugins that should be refactored
[] Refactor ;)