Skip to content
Snippets Groups Projects
Commit 47f4c568 authored by Simon Barner's avatar Simon Barner
Browse files

YELLOW

parent 054e8db8
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ import org.eclipse.ui.IPerspectiveFactory;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 8D40D954DBA6DFFC2798B79C9D79169E
* @ConQAT.Rating YELLOW Hash: E168A1D0FE4ED2A7D64F8F429C7B4940
*/
public class StoragePerspective implements IPerspectiveFactory {
......@@ -36,14 +36,14 @@ public class StoragePerspective implements IPerspectiveFactory {
public static final String ID = StoragePerspective.class.getName();
/** {@inheritDoc} */
@SuppressWarnings("deprecation")
@Override
public void createInitialLayout(IPageLayout layout) {
IFolderLayout left =
layout.createFolder("left", IPageLayout.LEFT, 0.2f, layout.getEditorArea());
// although it is deprecated, using the resource navigator in the storage
// Although it is deprecated, using the resource navigator in the storage
// perspective is sufficient (from the point of requirements for this perspective).
left.addView(IPageLayout.ID_RES_NAV);
// See: IPageLayout.ID_RES_NAV.
left.addView("org.eclipse.ui.views.ResourceNavigator");
IFolderLayout bottom =
layout.createFolder("bottom", IPageLayout.BOTTOM, 0.75f, layout.getEditorArea());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment