blob: b852f30cadc69dd17c2522dc143b475140e9ac0b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006 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.ui.internal.navigator.extensions;
/**
* @since 3.2
*
*/
public interface ILinkHelperExtPtConstants {
/** */
String LINK_HELPER = "linkHelper"; //$NON-NLS-1$
/** */
String ATT_ID = "id"; //$NON-NLS-1$
/** */
String ATT_CLASS = "class"; //$NON-NLS-1$
/** */
String ATT_NAVIGATOR_CONTENT_EXTENSION_ID = "navigatorContentExtensionId"; //$NON-NLS-1$
/** */
String EDITOR_INPUT_ENABLEMENT = "editorInputEnablement"; //$NON-NLS-1$
/** */
String SELECTION_ENABLEMENT = "selectionEnablement"; //$NON-NLS-1$
}