Project

General

Profile

« Previous | Next » 

Revision 96e043f8

Added by Patrick Plitzner almost 6 years ago

ref #7439 Split BulkEditorE4 in E4 part and Composite

  • clean up code

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorConfigLabelAccumulator.java
36 36
    public void accumulateConfigLabels(LabelStack configLabels, int columnPosition, int rowPosition) {
37 37
        CdmBase rowObject = dataProvider.getRowObject(rowPosition);
38 38
        if(input.getMergeCandidates().contains(rowObject)){
39
            configLabels.addLabel(BulkEditorE4.CANDIDATE_LABEL);
39
            configLabels.addLabel(BulkEditorE4Composite.CANDIDATE_LABEL);
40 40
        }
41 41
        else if(input.getMergeTarget()==rowObject){
42
            configLabels.addLabel(BulkEditorE4.TARGET_LABEL);
42
            configLabels.addLabel(BulkEditorE4Composite.TARGET_LABEL);
43 43
        }
44 44
    }
45 45
}

Also available in: Unified diff