/*******************************************************************************
* Copyright (c) 2011, 2012, 2013, 2014 Red Hat, Inc.
* All rights reserved.
* This program is made available under the terms of the
* Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Red Hat, Inc. - initial API and implementation
******************************************************************************/
package org.eclipse.bpmn2.modeler.help;
public interface IHelpContexts {
public static String Property_View = "org.eclipse.bpmn2.modeler.help.Property_View"; //$NON-NLS-1$
public static String Property_Dialog = "org.eclipse.bpmn2.modeler.help.Property_Dialog"; //$NON-NLS-1$
public static String Outline_View = "org.eclipse.bpmn2.modeler.help.Outline_View"; //$NON-NLS-1$
public static String User_Preferences = "org.eclipse.bpmn2.modeler.help.User_Preferences"; //$NON-NLS-1$
public static String TOC = "org.eclipse.bpmn2.modeler.help.TOC"; //$NON-NLS-1$
public static String New_File_Wizard = "org.eclipse.bpmn2.modeler.help.New_File_Wizard"; //$NON-NLS-1$
public static String JBPM_New_File_Wizard = "org.eclipse.bpmn2.modeler.help.JBPM_New_File_Wizard"; //$NON-NLS-1$
}