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