diff -r bb339882c6e9 -r 0367d2db2c06 sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/AnalyzeToolHelpContextIDs.java --- a/sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/AnalyzeToolHelpContextIDs.java Tue Aug 24 12:10:03 2010 +0300 +++ b/sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/AnalyzeToolHelpContextIDs.java Tue Aug 24 12:16:27 2010 +0300 @@ -1,49 +1,55 @@ /* -* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: Definitions for the class AnalyzeToolHelpContextIDs -* -*/ + * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). + * All rights reserved. + * This component and the accompanying materials are made available + * under the terms of "Eclipse Public License v1.0" + * which accompanies this distribution, and is available + * at the URL "http://www.eclipse.org/legal/epl-v10.html". + * + * Initial Contributors: + * Nokia Corporation - initial contribution. + * + * Contributors: + * + * Description: Definitions for the class AnalyzeToolHelpContextIDs + * + */ package com.nokia.s60tools.analyzetool; /** * IDs for context sensitive help. + * * @author kihe */ public class AnalyzeToolHelpContextIDs { - /** - * The AnalyzeTool help plug-in ID. - */ - private static final String ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID = - "com.nokia.s60tools.analyzetool.help"; //$NON-NLS-1$ + /** + * The AnalyzeTool help plug-in ID. + */ + private static final String ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID = "com.nokia.s60tools.analyzetool.help"; //$NON-NLS-1$ - /** - * AnalyzeTool view memory leaks page ID - */ - public static final String ANALYZE_TOOL_VIEW_MEM_LEAKS= - ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID +".ANALYZETOOL_VIEW_MEM_LEAKS"; + /** + * AnalyzeTool view memory leaks page ID + */ + public static final String ANALYZE_TOOL_VIEW_MEM_LEAKS = ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID + + ".ANALYZETOOL_VIEW_MEM_LEAKS"; - /** - * AnalyzeTool main page ID - */ - public static final String ANALYZE_MAIN= - ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID +".ANALYZETOOL_MAIN"; - /** - * AnalyzeTool graph page ID - */ - public static final String ANALYZE_GRAPH= - ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID +".ANALYZETOOL_GRAPH"; + /** + * AnalyzeTool main page ID + */ + public static final String ANALYZE_MAIN = ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID + + ".ANALYZETOOL_MAIN"; + /** + * AnalyzeTool graph page ID + */ + public static final String ANALYZE_GRAPH = ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID + + ".ANALYZETOOL_GRAPH"; + + /** + * AnalyzeTool troubleshooting page ID + */ + public static final String ANALYZE_TROUBLESHOOTING = ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID + + ".ANALYZETOOL_TROUBLESHOOTING"; }