blob: f5e44e773ad06f5777da2f750f390fe22393d793 [file] [log] [blame]
package org.eclipse.ui.externaltools.internal.ui;
/**********************************************************************
Copyright (c) 2002 IBM Corp. and others.
All rights reserved.   This program and the accompanying materials
are made available under the terms of the Common Public License v0.5
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/cpl-v05.html
 
Contributors:
**********************************************************************/
/**
* Help context ids for the external tools.
* <p>
* This interface contains constants only; it is not intended to be implemented
* or extended.
* </p>
*/
public interface IHelpContextIds {
public static final String PREFIX = "org.eclipse.ui.externaltools."; //$NON-NLS-1$
// Dialogs
public static final String CONFIGURE_DIALOG = PREFIX + "configure_dialog_context"; //$NON-NLS-1$
public static final String EDIT_DIALOG = PREFIX + "edit_dialog_context"; //$NON-NLS-1$
}