Project

General

Profile

« Previous | Next » 

Revision a834bc59

Added by Patrick Plitzner almost 6 years ago

Add descriptive data views/editors to perspectives

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/perspective/ChecklistPerspective.java
12 12
import org.eclipse.ui.IFolderLayout;
13 13
import org.eclipse.ui.IPageLayout;
14 14

  
15
import eu.etaxonomy.taxeditor.editor.AppModelId;
16

  
15 17
/**
16 18
 * @author a.oppermann
17 19
 * @created Nov 18, 2014
......
33 35

  
34 36
		navigationFolder.addView(NAVIGATOR);
35 37
		navigationFolder.addPlaceholder(SEARCH_RESULTS);
38
        navigationFolder.addPlaceholder(AppModelId.PARTDESCRIPTOR_EU_ETAXONOMY_TAXEDITOR_EDITOR_DESCRIPTIVEDATASET_DESCRIPTIVEDATASETNAVIGATOR);
36 39

  
37 40
		IFolderLayout folder = layout.createFolder("Folder", IPageLayout.BOTTOM, 0.6f, layout.getEditorArea());
38 41
		folder.addView(FACTUAL_DATA_VIEW);

Also available in: Unified diff