/******************************************************************************* * Copyright (c) 2007 Exadel, Inc. and Red Hat, Inc. * Distributed under license by 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: * Exadel, Inc. and Red Hat, Inc. - initial API and implementation ******************************************************************************/ package org.jboss.tools.jsf.ui; public interface IJSFHelpContextIds { public static final String PREFIX = JsfUiPlugin.PLUGIN_ID + '.'; public static final String FACES_CONFIG_EDITOR = PREFIX + "faces_config_editor"; //$NON-NLS-1$ public static final String NEW_JSF_PROJECT = PREFIX + "new_jsf_project"; //$NON-NLS-1$ public static final String IMPORT_JSF_PROJECT = PREFIX + "import_jsf_project"; //$NON-NLS-1$ public static final String NEW_FACES_CONFIG_FILE_WIZARD = PREFIX + "new_faces_config_file_wizard"; //$NON-NLS-1$ }