Project

General

Profile

« Previous | Next » 

Revision c919ebc6

Added by Patrick Plitzner over 5 years ago

ref #7674 Add icon to mark descriptions with sources

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrix.java
20 20
import java.util.stream.Collectors;
21 21

  
22 22
import javax.inject.Inject;
23
import javax.inject.Named;
24 23

  
25 24
import org.apache.commons.collections4.map.LinkedMap;
26 25
import org.eclipse.core.runtime.ICoreRunnable;
......
29 28
import org.eclipse.core.runtime.jobs.IJobChangeEvent;
30 29
import org.eclipse.core.runtime.jobs.Job;
31 30
import org.eclipse.core.runtime.jobs.JobChangeAdapter;
32
import org.eclipse.e4.core.di.annotations.Optional;
33 31
import org.eclipse.e4.ui.di.UISynchronize;
34 32
import org.eclipse.e4.ui.services.EMenuService;
35
import org.eclipse.e4.ui.services.IServiceConstants;
36 33
import org.eclipse.jface.layout.GridDataFactory;
37 34
import org.eclipse.jface.viewers.ComboViewer;
38 35
import org.eclipse.jface.viewers.IStructuredSelection;
......
81 78
import org.eclipse.nebula.widgets.nattable.tree.TreeLayer;
82 79
import org.eclipse.nebula.widgets.nattable.ui.binding.UiBindingRegistry;
83 80
import org.eclipse.nebula.widgets.nattable.ui.matcher.MouseEventMatcher;
81
import org.eclipse.nebula.widgets.nattable.ui.menu.DebugMenuConfiguration;
84 82
import org.eclipse.nebula.widgets.nattable.ui.menu.PopupMenuAction;
85 83
import org.eclipse.nebula.widgets.nattable.ui.menu.PopupMenuBuilder;
86 84
import org.eclipse.nebula.widgets.nattable.util.GUIHelper;
......
136 134
    static final String LABEL_TAXON_DEFAULT_DESCRIPTION = "TAXON_DEFAULT_DESCRIPTION"; //$NON-NLS-1$
137 135
    static final String LABEL_TAXON_LITERATURE_DESCRIPTION = "TAXON_LITERATURE_DESCRIPTION"; //$NON-NLS-1$
138 136
    static final String LABEL_TAXON_DESCRIPTION = "LABEL_TAXON_DESCRIPTION"; //$NON-NLS-1$
137
    static final String LABEL_DESCRIPTION_HAS_SUPPLEMENTAL_DATA = "LABEL_DESCRIPTION_HAS_SUPPLEMENTAL_DATA"; //$NON-NLS-1$
139 138

  
140 139
    @Inject
141 140
    private UISynchronize sync;

Also available in: Unified diff