blob: 17b2c30cfbc46c236792fe9d954fca8ef7edff05 [file] [log] [blame]
package org.eclipse.ui.navigator;
/**
*
* Defines constants for the retargetable actions available
* in the Common Viewer context menu.
*
* <p>
* <strong>EXPERIMENTAL</strong>. This class or interface has been added as
* part of a work in progress. There is a guarantee neither that this API will
* work nor that it will remain the same. Please do not use this API without
* consulting with the Platform/UI team.
* </p>
*
* @since 3.2
*
*/
public interface ICommonActionConstants {
/**
* The 'open' retargetable action id.
*/
public static final String OPEN = "org.eclipse.ui.navigator.Open"; //$NON-NLS-1$
}