blob: e9f4c3c93ae9da24f535d3ef03e785feaaf503fa [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are 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:
* BSI Business Systems Integration AG - initial API and implementation
******************************************************************************/
package org.eclipse.scout.sdk.s2e.ui;
import org.eclipse.scout.sdk.s2e.ui.internal.S2ESdkUiActivator;
/**
* <h3>{@link IScoutHelpContextIds}</h3>
*
* @author Matthias Villiger
* @since 5.2.0
*/
public interface IScoutHelpContextIds {
String PREFIX = S2ESdkUiActivator.PLUGIN_ID + '.';
String SCOUT_PROJECT_NEW_WIZARD_PAGE = PREFIX + "scout_project_new_wizard_page_context";
}