blob: e165590d420073e41441099c8f7e1ae9f2b768e1 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2009 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:
* Chris Aniszczyk <zx@code9.com> - initial API and implementation
* EclipseSource Corporation - ongoing enhancements
*******************************************************************************/
package org.eclipse.pde.internal.ua.ui;
public interface IConstants {
public static final String COMPOSITE_CHEAT_SHEET_EDITOR_ID = PDEUserAssistanceUIPlugin.PLUGIN_ID
+ ".compositeCheatSheetEditor"; //$NON-NLS-1$
public static final String SIMPLE_CHEAT_SHEET_EDITOR_ID = PDEUserAssistanceUIPlugin.PLUGIN_ID
+ "simpleCheatSheetEditor"; //$NON-NLS-1$
public static final String CONTEXT_HELP_EDITOR_ID = PDEUserAssistanceUIPlugin.PLUGIN_ID
+ ".ctxHelpEditor"; //$NON-NLS-1$
public static final String TABLE_OF_CONTENTS_EDITOR_ID = PDEUserAssistanceUIPlugin.PLUGIN_ID
+ ".tocEditor"; //$NON-NLS-1$
public static final String SIMPLE_CHEAT_SHEET_CONTENT_ID = "org.eclipse.pde.simpleCheatSheet"; //$NON-NLS-1$
public static final String TABLE_OF_CONTENTS_CONTENT_ID = "org.eclipse.pde.tocFile"; //$NON-NLS-1$
}