Project

General

Profile

« Previous | Next » 

Revision 85326264

Added by Katja Luther almost 3 years ago

ref #9448: remove E4 from file names - bulkeditor continue

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorTooltip.java
49 49
        int row = this.natTable.getRowPositionByY(event.y);
50 50

  
51 51
        LabelStack configLabels = natTable.getConfigLabelsByPosition(col, row);
52
        if(configLabels.hasLabel(BulkEditorE4Composite.LABEL_TARGET)){
52
        if(configLabels.hasLabel(BulkEditorComposite.LABEL_TARGET)){
53 53
            return Messages.BulkEditorTooltip_TARGET;
54 54
        }
55
        else if(configLabels.hasLabel(BulkEditorE4Composite.LABEL_CANDIDATE)){
55
        else if(configLabels.hasLabel(BulkEditorComposite.LABEL_CANDIDATE)){
56 56
            return Messages.BulkEditorTooltip_CANDIDATE;
57 57
        }
58 58
        int colIndex = this.natTable.getColumnIndexByPosition(col);
......
75 75
        int row = this.natTable.getRowPositionByY(event.y);
76 76

  
77 77
        LabelStack configLabels = natTable.getConfigLabelsByPosition(col, row);
78
        if(configLabels.hasLabel(BulkEditorE4Composite.LABEL_CANDIDATE)
79
                || configLabels.hasLabel(BulkEditorE4Composite.LABEL_TARGET)){
78
        if(configLabels.hasLabel(BulkEditorComposite.LABEL_CANDIDATE)
79
                || configLabels.hasLabel(BulkEditorComposite.LABEL_TARGET)){
80 80
            return true;
81 81
        }
82 82

  

Also available in: Unified diff