sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.button/src/com/nokia/carbide/cpp/pi/button/ComNokiaCarbidePiButtonHelpIDs.java
changeset 2 b9ab3b238396
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.button/src/com/nokia/carbide/cpp/pi/button/ComNokiaCarbidePiButtonHelpIDs.java	Thu Feb 11 15:32:31 2010 +0200
@@ -0,0 +1,46 @@
+/*
+ * 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 the License "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.carbide.cpp.pi.button;
+
+public class ComNokiaCarbidePiButtonHelpIDs {
+	private static final String PI_PLUGIN_ID = "com.nokia.carbide.cpp.pi.button"; //$NON-NLS-1$
+	
+	// see com.nokia.carbide.cpp.pi.help/html/context_help/com_nokia_carbide_pi_button.xml
+	public static final String PI_EDIT_BUTTON_EVENT = PI_PLUGIN_ID + "." + "btnPressChangeContext"; //$NON-NLS-1$ //$NON-NLS-2$
+
+	public static final String PI_BUTTON_ADD_DIALOG = PI_PLUGIN_ID + "." + "btnPressMapAddDialog"; //$NON-NLS-1$ //$NON-NLS-2$;
+
+	public static final String PI_BUTTON_EDIT_DIALOG = PI_PLUGIN_ID + "." + "btnPressMapEditDialog"; //$NON-NLS-1$ //$NON-NLS-2$
+
+	public static final String PI_PROFILE_ADD_DIALOG = PI_PLUGIN_ID + "." + "btnPressAddProfileDialog"; //$NON-NLS-1$ //$NON-NLS-2$
+
+	public static final String PI_PROFILE_EDIT_DIALOG = PI_PLUGIN_ID + "." + "btnPressEditProfileDialog"; //$NON-NLS-1$ //$NON-NLS-2$
+
+	public static final String PI_BUTTON_MAP_PREF_TAB = PI_PLUGIN_ID + "." + "btnPressMapPrefTab"; //$NON-NLS-1$ //$NON-NLS-2$
+	
+	public static final String PI_BUTTON_LOAD_DIALOG = PI_PLUGIN_ID + "." + "btnPressMapLoadDialog"; //$NON-NLS-1$ //$NON-NLS-2$;
+	
+	public static final String PI_KEY_MAP_IMPORT_WIZARD_OVERLAP = PI_PLUGIN_ID + "." + "import_key_map_wizard_overlap_context"; //$NON-NLS-1$ //$NON-NLS-2$
+
+	public static final String PI_KEY_MAP_EXPORT_WIZARD_XML = PI_PLUGIN_ID + "." + "export_key_map_wizard_xml_context"; //$NON-NLS-1$ //$NON-NLS-2$
+
+	public static final String PI_KEY_MAP_IMPORT_WIZARD_XML = PI_PLUGIN_ID + "." + "import_key_map_wizard_xml_context"; //$NON-NLS-1$ //$NON-NLS-2$
+	
+	public static final String PI_KEY_MAP_SWITCH_DIALOG = PI_PLUGIN_ID + "." + "import_key_map_switch_dialog_context"; //$NON-NLS-1$ //$NON-NLS-2$
+
+}