Project

General

Profile

« Previous | Next » 

Revision fff9f5d7

Added by Andreas Müller over 1 year ago

rename AbstractCdmEditorPartE4 -> AbstractCdmEditorPart

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/e4/FactualDataPartE4.java
63 63
import eu.etaxonomy.taxeditor.model.IPartContentHasSupplementalData;
64 64
import eu.etaxonomy.taxeditor.session.ICdmEntitySession;
65 65
import eu.etaxonomy.taxeditor.session.ICdmEntitySessionEnabled;
66
import eu.etaxonomy.taxeditor.view.e4.AbstractCdmEditorPartE4;
66
import eu.etaxonomy.taxeditor.view.e4.AbstractCdmEditorPart;
67 67
import eu.etaxonomy.taxeditor.view.e4.details.DetailsPartE4;
68 68
import eu.etaxonomy.taxeditor.view.e4.supplementaldata.SupplementalDataPartE4;
69 69
import eu.etaxonomy.taxeditor.workbench.part.ICollapsableExpandable;
......
72 72
 * @author pplitzner
73 73
 * @date 15.08.2017
74 74
 */
75
public class FactualDataPartE4 extends AbstractCdmEditorPartE4
75
public class FactualDataPartE4 extends AbstractCdmEditorPart
76 76
        implements IPartContentHasDetails, IPartContentHasSupplementalData,
77 77
        	ICdmEntitySessionEnabled<CdmBase>, ICollapsableExpandable {
78 78

  
......
132 132
              || partObject instanceof SupplementalDataPartE4
133 133
              || partObject instanceof MediaViewPartE4
134 134
              || partObject instanceof ConceptViewPartE4
135
              || ((partObject instanceof AbstractCdmEditorPartE4) &&(((AbstractCdmEditorPartE4)partObject).getViewer().getInput() instanceof DescriptionElementBase))) {
135
              || ((partObject instanceof AbstractCdmEditorPart) &&(((AbstractCdmEditorPart)partObject).getViewer().getInput() instanceof DescriptionElementBase))) {
136 136
            // do not show empty page as these views are also used to edit the
137 137
            // description selected in this view
138 138
            return;

Also available in: Unified diff