/*******************************************************************************
* Copyright (c) 2009, 2015 Tasktop Technologies 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:
* Tasktop Technologies - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.internal.context.ui;
/**
* @author Steffen Pingel
*/
public class IContextUiConstants {
public static String ID_COMMAND_ATTACH_CONTEXT = "org.eclipse.mylyn.context.ui.commands.task.attachContext"; //$NON-NLS-1$
public static String ID_COMMAND_RETRIEVE_CONTEXT = "org.eclipse.mylyn.context.ui.commands.task.retrieveContext"; //$NON-NLS-1$
public static String ID_COMMAND_COPY_CONTEXT = "org.eclipse.mylyn.context.ui.commands.task.copyContext"; //$NON-NLS-1$
public static String ID_COMMAND_CLEAR_CONTEXT = "org.eclipse.mylyn.context.ui.commands.task.clearContext"; //$NON-NLS-1$
public static String ID_CONTEXT_UI_ACTION_SET = "org.eclipse.mylyn.context.ui.actionSet"; //$NON-NLS-1$
}