.
[taxeditor.git] / src / eu / etaxonomy / taxeditor / Perspective.java
index faf9e62f9e8a2745ccc8a50d1f6af774c2f064d1..da8d4bd04403ee27f54f5dc36eed6cc2e3e8a723 100644 (file)
@@ -11,8 +11,8 @@ public class Perspective implements IPerspectiveFactory {
                //layout.setEditorAreaVisible(false);
                layout.setEditorAreaVisible(true);
                
-               /*layout.addStandaloneView(NavigationView.ID,  false, IPageLayout.LEFT, 0.25f, editorArea);
-               IFolderLayout folder = layout.createFolder("messages", IPageLayout.TOP, 0.5f, editorArea);
+               layout.addStandaloneView(NavigationView.ID,  false, IPageLayout.LEFT, 0.25f, editorArea);
+               /*IFolderLayout folder = layout.createFolder("messages", IPageLayout.TOP, 0.5f, editorArea);
                folder.addPlaceholder(View.ID + ":*");
                folder.addView(View.ID);
                folder.addPlaceholder(FormView.ID + ":*");
@@ -20,7 +20,7 @@ public class Perspective implements IPerspectiveFactory {
                
                //layout.addStandaloneView(View.ID, false, IPageLayout.RIGHT, 0.75f, editorArea);
 
-               //layout.getViewLayout(NavigationView.ID).setCloseable(false);
+               layout.getViewLayout(NavigationView.ID).setCloseable(false);
                                
                layout.addActionSet("eu.etaxonomy.taxeditor.actionSet");
        }