sftemplateswizard/com.nokia.s60tools.symbianfoundationtemplates/src/com/nokia/s60tools/symbianfoundationtemplates/resources/HelpContextIDs.java
changeset 0 61163b28edca
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sftemplateswizard/com.nokia.s60tools.symbianfoundationtemplates/src/com/nokia/s60tools/symbianfoundationtemplates/resources/HelpContextIDs.java	Tue Jan 12 13:17:53 2010 -0600
@@ -0,0 +1,49 @@
+/*
+* 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";
+}
\ No newline at end of file