Project

General

Profile

« Previous | Next » 

Revision 242a513c

Added by Patrick Plitzner over 6 years ago

ref #7095 Create quantitative cell editor following statistical measures

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/CharacterMatrix.java
293 293
            //register quantitative editor
294 294
            configRegistry.registerConfigAttribute(
295 295
                    EditConfigAttributes.CELL_EDITOR,
296
                    new QuantitativeDataCellEditor(),
296
                    new QuantitativeDataCellEditor(feature.getRecommendedStatisticalMeasures()),
297 297
                    DisplayMode.EDIT,
298 298
                    getProperty(feature));
299 299
        }

Also available in: Unified diff