Project

General

Profile

« Previous | Next » 

Revision 027a0208

Added by Katja Luther over 2 years ago

ref #9861: check applicability of feature

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/categorical/CategoricalDataCellEditor.java
76 76

  
77 77
    @Override
78 78
    protected Control activateCell(Composite parent, Object originalCanonicalValue) {
79
    	
79 80
        if(matrix.getBodyDataProvider().getRowObject(this.getRowIndex()) instanceof RowWrapperDTO){
80 81
            NatCombo natCombo = (NatCombo) super.activateCell(parent, originalCanonicalValue);
81 82
            natCombo.addSelectionListener(new SelectionListener() {

Also available in: Unified diff