/******************************************************************************* * Copyright (c) 2006, 2015 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 IViewerExtPtConstants { /** */ String TAG_SAVEABLES_PROVIDER_FACTORY = "saveablesProviderFactory"; //$NON-NLS-1$ /** */ String TAG_VIEWER = "viewer"; //$NON-NLS-1$ /** */ String ATT_INHERIT_BINDINGS_FROM_VIEWER = "inheritBindingsFromViewer"; //$NON-NLS-1$ /** */ String ATT_HELP_CONTEXT = "helpContext"; //$NON-NLS-1$ /** */ String TAG_VIEWER_CONTENT_BINDING = "viewerContentBinding"; //$NON-NLS-1$ /** */ String TAG_VIEWER_ACTION_BINDING = "viewerActionBinding"; //$NON-NLS-1$ /** */ String TAG_POPUP_MENU = "popupMenu"; //$NON-NLS-1$ /** */ String TAG_OPTIONS = "options"; //$NON-NLS-1$ /** */ String TAG_PROPERTY = "property"; //$NON-NLS-1$ /** */ String TAG_DRAG_ASSISTANT = "dragAssistant"; //$NON-NLS-1$ /** */ String ATT_ID = "id"; //$NON-NLS-1$ /** */ String ATT_ALLOWS_PLATFORM_CONTRIBUTIONS = "allowsPlatformContributions"; //$NON-NLS-1$ /** */ String TAG_INSERTION_POINT = "insertionPoint"; //$NON-NLS-1$ /** */ String ATT_NAME = "name"; //$NON-NLS-1$ /** */ String ATT_SEPARATOR = "separator"; //$NON-NLS-1$ /** */ String ATT_VIEWER_ID = "viewerId"; //$NON-NLS-1$ /** */ String ATT_POPUP_MENU_ID = "popupMenuId"; //$NON-NLS-1$ /** */ String ATT_VALUE = "value"; //$NON-NLS-1$ /** */ String ATT_CLASS = "class"; //$NON-NLS-1$ }