sftemplateswizard/com.nokia.s60tools.symbianfoundationtemplates/src/com/nokia/s60tools/symbianfoundationtemplates/resources/HelpContextIDs.java
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
permissions -rw-r--r--
initial EPL conversion

/*
* Copyright (c) 2009 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:
*
*/
package com.nokia.s60tools.symbianfoundationtemplates.resources;

/**
 * Static string IDs for context sensitive help.
 * 
 */
public class HelpContextIDs {
	private static final String SF_TEMPLATES_HELP_PROJECT_PLUGIN_ID = "com.nokia.s60tools.symbianfoundationtemplates.help";
	
	public static final String SF_TEMPLATES_CLASS_WIZARD_PAGE =
		SF_TEMPLATES_HELP_PROJECT_PLUGIN_ID + ".SF_TEMPLATES_HELP_CLASS_WIZARD_PAGE";
	
	public static final String SF_TEMPLATES_HEADER_WIZARD_PAGE =
		SF_TEMPLATES_HELP_PROJECT_PLUGIN_ID + ".SF_TEMPLATES_HELP_HEADER_WIZARD_PAGE";

	public static final String SF_TEMPLATES_SOURCE_WIZARD_PAGE =
		SF_TEMPLATES_HELP_PROJECT_PLUGIN_ID + ".SF_TEMPLATES_HELP_SOURCE_WIZARD_PAGE";

	public static final String SF_TEMPLATES_ICON_WIZARD_PAGE =
		SF_TEMPLATES_HELP_PROJECT_PLUGIN_ID + ".SF_TEMPLATES_HELP_ICON_WIZARD_PAGE";

	public static final String SF_TEMPLATES_RESOURCE_WIZARD_PAGE =
		SF_TEMPLATES_HELP_PROJECT_PLUGIN_ID + ".SF_TEMPLATES_HELP_RESOURCE_WIZARD_PAGE";
	
	public static final String SF_TEMPLATES_MMP_WIZARD_PAGE =
		SF_TEMPLATES_HELP_PROJECT_PLUGIN_ID + ".SF_TEMPLATES_HELP_MMP_WIZARD_PAGE";
	
	public static final String SF_TEMPLATES_BUILD_INFO_WIZARD_PAGE =
		SF_TEMPLATES_HELP_PROJECT_PLUGIN_ID + ".SF_TEMPLATES_HELP_BUILD_INFO_WIZARD_PAGE";
	
	public static final String SF_TEMPLATES_OVERVIEW =
		SF_TEMPLATES_HELP_PROJECT_PLUGIN_ID + ".OVERVIEW";
}