Project

General

Profile

« Previous | Next » 

Revision 860316c8

Added by Patrick Plitzner over 6 years ago

ref #6595 removed e3 name editor classes (unstable navigator plugin)

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/perspective/Taxonomic.java
1 1
/**
2 2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy 
3
* European Distributed Institute of Taxonomy
4 4
* http://www.e-taxonomy.eu
5
* 
5
*
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
......
13 13
import org.eclipse.ui.IPageLayout;
14 14

  
15 15
import eu.etaxonomy.taxeditor.editor.view.descriptive.DescriptiveViewPart;
16
import eu.etaxonomy.taxeditor.editor.view.media.MediaViewPart;
17 16
import eu.etaxonomy.taxeditor.navigation.navigator.TaxonNavigator;
18 17
import eu.etaxonomy.taxeditor.navigation.search.SearchResultView;
19 18
import eu.etaxonomy.taxeditor.view.detail.DetailsViewPart;
......
32 31
	@Override
33 32
	public void createInitialLayout(IPageLayout layout) {
34 33
		IFolderLayout navigationFolder = layout.createFolder("navigation", IPageLayout.LEFT, 0.25f, layout.getEditorArea());
35
		
34

  
36 35
		navigationFolder.addView(TaxonNavigator.ID);
37 36
		navigationFolder.addPlaceholder(SearchResultView.ID + ":*");
38
		
37

  
39 38
		layout.addView(DetailsViewPart.ID, IPageLayout.RIGHT, 0.25f, layout.getEditorArea());
40 39
		layout.addView(SupplementalDataViewPart.ID, IPageLayout.BOTTOM, 0.25f, DetailsViewPart.ID);
41
		
40

  
42 41
		layout.addView(DescriptiveViewPart.ID, IPageLayout.BOTTOM, 0.25f, layout.getEditorArea());
43
		layout.addView(MediaViewPart.ID, IPageLayout.RIGHT, 0.25f, DescriptiveViewPart.ID);
44
		
42

  
45 43
		createAdditionalFolder(layout, layout.getEditorArea());
46 44
	}
47 45
}

Also available in: Unified diff