sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/AnalyzeToolHelpContextIDs.java
changeset 15 0367d2db2c06
parent 6 f65f740e69f9
equal deleted inserted replaced
14:bb339882c6e9 15:0367d2db2c06
     1 /*
     1 /*
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3  * All rights reserved.
     4 * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8  *
     9 * Initial Contributors:
     9  * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11 *
    11  *
    12 * Contributors:
    12  * Contributors:
    13 *
    13  *
    14 * Description:  Definitions for the class AnalyzeToolHelpContextIDs
    14  * Description:  Definitions for the class AnalyzeToolHelpContextIDs
    15 *
    15  *
    16 */
    16  */
    17 
    17 
    18 package com.nokia.s60tools.analyzetool;
    18 package com.nokia.s60tools.analyzetool;
    19 
    19 
    20 /**
    20 /**
    21  * IDs for context sensitive help.
    21  * IDs for context sensitive help.
       
    22  * 
    22  * @author kihe
    23  * @author kihe
    23  */
    24  */
    24 public class AnalyzeToolHelpContextIDs {
    25 public class AnalyzeToolHelpContextIDs {
    25 
    26 
    26    /**
    27 	/**
    27      * The AnalyzeTool help plug-in ID.
    28 	 * The AnalyzeTool help plug-in ID.
    28      */
    29 	 */
    29     private static final String ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID =
    30 	private static final String ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID = "com.nokia.s60tools.analyzetool.help"; //$NON-NLS-1$
    30                                         "com.nokia.s60tools.analyzetool.help"; //$NON-NLS-1$
       
    31 
    31 
    32     /**
    32 	/**
    33      * AnalyzeTool view memory leaks page ID
    33 	 * AnalyzeTool view memory leaks page ID
    34      */
    34 	 */
    35     public static final String ANALYZE_TOOL_VIEW_MEM_LEAKS=
    35 	public static final String ANALYZE_TOOL_VIEW_MEM_LEAKS = ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID
    36     	ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID +".ANALYZETOOL_VIEW_MEM_LEAKS";
    36 			+ ".ANALYZETOOL_VIEW_MEM_LEAKS";
    37 
    37 
    38     /**
    38 	/**
    39      * AnalyzeTool main page ID
    39 	 * AnalyzeTool main page ID
    40      */
    40 	 */
    41     public static final String ANALYZE_MAIN=
    41 	public static final String ANALYZE_MAIN = ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID
    42     	ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID +".ANALYZETOOL_MAIN";
    42 			+ ".ANALYZETOOL_MAIN";
    43     /**
       
    44      * AnalyzeTool graph page ID
       
    45      */
       
    46     public static final String ANALYZE_GRAPH=
       
    47     	ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID +".ANALYZETOOL_GRAPH";
       
    48 
    43 
       
    44 	/**
       
    45 	 * AnalyzeTool graph page ID
       
    46 	 */
       
    47 	public static final String ANALYZE_GRAPH = ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID
       
    48 			+ ".ANALYZETOOL_GRAPH";
       
    49 
       
    50 	/**
       
    51 	 * AnalyzeTool troubleshooting page ID
       
    52 	 */
       
    53 	public static final String ANALYZE_TROUBLESHOOTING = ANALYZE_TOOL_HELP_PROJECT_PLUGIN_ID
       
    54 			+ ".ANALYZETOOL_TROUBLESHOOTING";
    49 }
    55 }