blob: faaa4537c91b7b965d306c34bab826d811ca8e13 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2003, 2004 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
*******************************************************************************/
/*
* Created on Jun 16, 2004
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package org.eclipse.wst.common.frameworks.internal.ui;
/**
* @author mdelder
*
* TODO To change the template for this generated type comment go to Window - Preferences - Java -
* Code Style - Code Templates
*/
public interface WTPGenericActionIds {
String CUT = "org.eclipse.wst.common.generic.Cut"; //$NON-NLS-1$
String COPY = "org.eclipse.wst.common.generic.Copy"; //$NON-NLS-1$
String PASTE = "org.eclipse.wst.common.generic.Paste"; //$NON-NLS-1$
String RENAME = "org.eclipse.wst.common.generic.Rename"; //$NON-NLS-1$
String DELETE = "org.eclipse.wst.common.generic.Delete"; //$NON-NLS-1$
}