blob: e0ce21090d79e2b33c36c003353b488fdfbff047 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2005 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
* Jens Lukowski/Innoopract - initial renaming/restructuring
*
*******************************************************************************/
package org.eclipse.wst.dtd.ui.internal.editor;
import org.eclipse.wst.dtd.ui.internal.DTDUIPlugin;
/**
* Help context ids for the DTD Source Editor.
* <p>
* This interface contains constants only; it is not intended to be
* implemented.
* </p>
*
*/
public interface IHelpContextIds {
// org.eclipse.wst.dtd.ui.
public static final String PREFIX = DTDUIPlugin.getDefault().getBundle().getSymbolicName() + "."; //$NON-NLS-1$
// DTD Files Preference page
public static final String DTD_PREFWEBX_FILES_HELPID = PREFIX + "webx0020"; //$NON-NLS-1$
// DTD Styles Preference page
public static final String DTD_PREFWEBX_STYLES_HELPID = PREFIX + "webx0021"; //$NON-NLS-1$
// DTD Template Preference page (no id for this yet)
public static final String DTD_PREFWEBX_TEMPLATES_HELPID = PREFIX + "webx0022"; //$NON-NLS-1$
// // figured out on the fly
// // DTD Source page editor
// public static final String DTD_SOURCEVIEW_HELPID =
// ContentTypeIdForDTD.ContentTypeID_DTD + "_source_HelpId"; //$NON-NLS-1$
// DTD New File Wizard - Template Page
public static final String DTD_NEWWIZARD_TEMPLATE_HELPID = PREFIX + "dtdw0010"; //$NON-NLS-1$
}