blob: fa65d888e2cb0461067b0709f6667a298a6c61c4 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 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
****************************************************************************/
package org.eclipse.gmf.runtime.common.ui.action.internal;
/**
* Help context IDs for this plugin, org.eclipse.gmf.runtime.common.ui.action
*
* @author Wayne Diu, wdiu
*/
public interface IHelpContextIds {
/**
* Point to this until the help context id is receievd
*/
public static final String PX_U_DEFAULT_CS_HELP = "org.eclipse.ui.help_contents_action_context"; //$NON-NLS-1$
}