crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/src/com/nokia/s60tools/crashanalyser/resources/HelpContextIDs.java
changeset 0 5ad7ad99af01
equal deleted inserted replaced
-1:000000000000 0:5ad7ad99af01
       
     1 /*
       
     2 * Copyright (c) 2008 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:
       
    15 *
       
    16 */
       
    17 
       
    18 package com.nokia.s60tools.crashanalyser.resources;
       
    19 
       
    20 /**
       
    21  * IDs for context sensitive help.
       
    22  * @see contexts.xml -file IDs links to <code> <context id="<ID>"> </code>
       
    23  */
       
    24 public class HelpContextIDs {
       
    25 
       
    26 	/**
       
    27 	 * The plug-in ID. 
       
    28 	 */	 
       
    29 	private static final String CRASH_ANALYSER_HELP_PROJECT_PLUGIN_ID = "com.nokia.s60tools.crashanalyser.help"; //$NON-NLS-1$
       
    30 
       
    31 	
       
    32 	/**
       
    33 	 * ID to CrashAnalyser Help TOC
       
    34 	 */
       
    35     public static final String CRASH_ANALYSER_HELP = 
       
    36     	CRASH_ANALYSER_HELP_PROJECT_PLUGIN_ID +".CRASH_ANALYSER_HELP_TOC"; //$NON-NLS-1$
       
    37 
       
    38     public static final String CRASH_ANALYSER_HELP_PREFERENCES = 
       
    39     	CRASH_ANALYSER_HELP_PROJECT_PLUGIN_ID +".CRASH_ANALYSER_HELP_PREFERENCES"; //$NON-NLS-1$
       
    40 
       
    41     public static final String CRASH_ANALYSER_HELP_MAIN_VIEW = 
       
    42     	CRASH_ANALYSER_HELP_PROJECT_PLUGIN_ID +".CRASH_ANALYSER_HELP_MAIN_VIEW"; //$NON-NLS-1$
       
    43 
       
    44     public static final String CRASH_ANALYSER_HELP_IMPORT_CRASH_FILES = 
       
    45     	CRASH_ANALYSER_HELP_PROJECT_PLUGIN_ID +".CRASH_ANALYSER_HELP_IMPORT"; //$NON-NLS-1$
       
    46 
       
    47     public static final String CRASH_ANALYSER_HELP_DECODE_CRASH_FILES = 
       
    48     	CRASH_ANALYSER_HELP_PROJECT_PLUGIN_ID +".CRASH_ANALYSER_HELP_DECODE"; //$NON-NLS-1$
       
    49 
       
    50     public static final String CRASH_ANALYSER_HELP_ERROR_LIBRARY = 
       
    51     	CRASH_ANALYSER_HELP_PROJECT_PLUGIN_ID +".CRASH_ANALYSER_HELP_ERROR_LIBRARY"; //$NON-NLS-1$
       
    52 
       
    53     public static final String CRASH_ANALYSER_HELP_CRASH_VISUALISER = 
       
    54     	CRASH_ANALYSER_HELP_PROJECT_PLUGIN_ID +".CRASH_ANALYSER_HELP_ANALYSE_CRASH"; //$NON-NLS-1$
       
    55 }