Project

General

Profile

Download (694 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 *
3
 */
4
package eu.etaxonomy.taxeditor.perspective;
5

    
6
import org.eclipse.ui.IPageLayout;
7

    
8
import eu.etaxonomy.taxeditor.editor.AppModelId;
9

    
10
/**
11
 * Uses Class
12
 * @author a.theys
13
 * @created mar 13, 2012
14
 */
15
public class Uses extends Default {
16

    
17
	@Override
18
	public void createInitialLayout(IPageLayout layout) {
19
		layout.addView(NAVIGATOR, IPageLayout.LEFT, 0.25f, layout.getEditorArea());
20
		layout.addView(DETAILS_VIEW, IPageLayout.RIGHT, 0.25f, layout.getEditorArea());
21
		layout.addView(AppModelId.PARTDESCRIPTOR_EU_ETAXONOMY_TAXEDITOR_EDITOR_VIEW_USES, IPageLayout.BOTTOM, 0.25f, layout.getEditorArea());
22

    
23
		createAdditionalFolder(layout, layout.getEditorArea());
24
	}
25
}
(7-7/7)