/******************************************************************************* * Copyright (c) 2007 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: * Red Hat, Inc. - initial API and implementation ******************************************************************************/ package org.jboss.tools.seam.ui; /** * @author eskimo * */ public class ISeamUiConstants { public static final String NEW_SEAM_PROJECT_WIZARD_ID = "org.jboss.tools.seam.ui.wizards.SeamProjectWizard", //$NON-NLS-1$ NEW_SEAM_FORM_WIZARD_ID = "org.jboss.tools.seam.ui.wizard.SeamFormWizard", //$NON-NLS-1$ NEW_SEAM_ACTION_WIZARD_ID = "org.jboss.tools.seam.ui.wizard.SeamActionWizard", //$NON-NLS-1$ NEW_SEAM_CONVERSATION_WIZARD_ID = "org.jboss.tools.seam.ui.wizard.SeamConversationWizard", //$NON-NLS-1$ NEW_SEAM_ENTITY_WIZARD_ID = "org.jboss.tools.seam.ui.wizard.SeamEntityWizard", //$NON-NLS-1$ NEW_GENERATE_SEAM_ENTITY_WIZARD_ID ="org.jboss.tools.seam.ui.wizard.SeamGenerateEnitiesWizard", //$NON-NLS-1$ SEAM_COMPONENTS_VIEW_ID = "org.jboss.tools.seam.ui.views.SeamComponentsNavigator"; //$NON-NLS-1$ }