X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=org.eclipse.linuxtools.lttng2.kernel.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Finternal%2Flttng2%2Fkernel%2Fui%2Fviews%2FPerspectiveFactory.java;h=186bf6db58d9ed976a2b0d6a09aea85953fb66e5;hb=27f3a03d3cce2e3e9631ddfd56b66e6574b10684;hp=67873e7998fdecea868dbec73d591005267f4a18;hpb=e743c3b8deecb3563f9274ac92b62ec69608673e;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/internal/lttng2/kernel/ui/views/PerspectiveFactory.java b/org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/internal/lttng2/kernel/ui/views/PerspectiveFactory.java index 67873e7998..186bf6db58 100644 --- a/org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/internal/lttng2/kernel/ui/views/PerspectiveFactory.java +++ b/org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/internal/lttng2/kernel/ui/views/PerspectiveFactory.java @@ -1,11 +1,11 @@ /******************************************************************************* * Copyright (c) 2012 Ericsson - * + * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v1.0 which * accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * + * * Contributors: * Francois Chouinard - Initial API and implementation *******************************************************************************/ @@ -27,7 +27,7 @@ import org.eclipse.ui.IPerspectiveFactory; */ public class PerspectiveFactory implements IPerspectiveFactory { - // Perspective ID + /** Perspective ID */ public static final String ID = "org.eclipse.linuxtools.lttng2.ui.perspective"; //$NON-NLS-1$ // LTTng views @@ -45,7 +45,7 @@ public class PerspectiveFactory implements IPerspectiveFactory { /* * (non-Javadoc) - * + * * @see org.eclipse.ui.IPerspectiveFactory#createInitialLayout(org.eclipse.ui.IPageLayout) */ @Override @@ -76,7 +76,7 @@ public class PerspectiveFactory implements IPerspectiveFactory { // Create the middle right folder IFolderLayout middleRightFolder = layout.createFolder( - "middleRightFolder", IPageLayout.BOTTOM, 0.40f, IPageLayout.ID_EDITOR_AREA); //$NON-NLS-1$ + "middleRightFolder", IPageLayout.BOTTOM, 0.40f, IPageLayout.ID_EDITOR_AREA); //$NON-NLS-1$ middleRightFolder.addView(EVENTS_VIEW_ID); // Create the bottom right folder @@ -89,7 +89,7 @@ public class PerspectiveFactory implements IPerspectiveFactory { /** * Add fast views to the perspective - * + * * @param layout */ private void addFastViews(IPageLayout layout) { @@ -97,7 +97,7 @@ public class PerspectiveFactory implements IPerspectiveFactory { /** * Add view shortcuts to the perspective - * + * * @param layout */ private void addViewShortcuts(IPageLayout layout) { @@ -105,7 +105,7 @@ public class PerspectiveFactory implements IPerspectiveFactory { /** * Add perspective shortcuts to the perspective - * + * * @param layout */ private void addPerspectiveShortcuts(IPageLayout layout) {