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/LabelStyleConfiguration.java
30 30
                GUIHelper.COLOR_YELLOW);
31 31
        configRegistry.registerConfigAttribute(
32 32
                CellConfigAttributes.CELL_STYLE, cellStyle,
33
                DisplayMode.NORMAL, BulkEditorE4.CANDIDATE_LABEL);
33
                DisplayMode.NORMAL, BulkEditorE4Composite.CANDIDATE_LABEL);
34 34

  
35 35
        cellStyle = new Style();
36 36
        cellStyle.setAttributeValue(
......
38 38
                GUIHelper.COLOR_GREEN);
39 39
        configRegistry.registerConfigAttribute(
40 40
                CellConfigAttributes.CELL_STYLE, cellStyle,
41
                DisplayMode.NORMAL, BulkEditorE4.TARGET_LABEL);
41
                DisplayMode.NORMAL, BulkEditorE4Composite.TARGET_LABEL);
42 42

  
43 43
    }
44 44
}

Also available in: Unified diff