Project

General

Profile

« Previous | Next » 

Revision 5062284f

Added by Patrick Plitzner almost 7 years ago

ref #6597 Propagate editing events

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/details/DetailsViewerE4.java
51 51
import eu.etaxonomy.taxeditor.model.AbstractUtility;
52 52
import eu.etaxonomy.taxeditor.model.FeatureNodeContainer;
53 53
import eu.etaxonomy.taxeditor.model.IDerivedUnitFacadePart;
54
import eu.etaxonomy.taxeditor.model.IDirtyMarkable;
54 55
import eu.etaxonomy.taxeditor.model.MessagingUtils;
55 56
import eu.etaxonomy.taxeditor.model.PolytomousKeyRelationship;
56 57
import eu.etaxonomy.taxeditor.preference.IPreferenceKeys;
......
129 130

  
130 131
    private ISelection selection;
131 132

  
132
    public DetailsViewerE4(Composite parent) {
133
        super(parent);
133
    public DetailsViewerE4(Composite parent, IDirtyMarkable part) {
134
        super(parent, part);
134 135
    }
135 136

  
136 137
    // START HACK TO MAKE THE DERIVED UNIT FACADE WORK

Also available in: Unified diff