blob: 4797c4f579ba39ee4027e25104a1bddea18f539b [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
****************************************************************************/
package org.eclipse.gmf.runtime.diagram.ui.geoshapes.internal.ui.actions;
/**
* @author jschofie
*
* To change the template for this generated type comment go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
public class ActionIds {
public static String ACTION_ADD_LINE = "addLineAction" ; //$NON-NLS-1$
public static String ACTION_ADD_OVAL = "addOvalAction" ; //$NON-NLS-1$
public static String ACTION_ADD_TRIANGLE = "addTriangleAction" ; //$NON-NLS-1$
public static String ACTION_ADD_RECTANGLE = "addRectangleAction" ; //$NON-NLS-1$
public static String ACTION_ADD_SHADOWRECTANGLE = "addShadowRectangleAction" ; //$NON-NLS-1$
public static String ACTION_ADD_3DRECTANGLE = "add3DRectangleAction" ; //$NON-NLS-1$
public static String ACTION_ADD_ROUNDRECTANGLE = "addRoundRectangleAction" ; //$NON-NLS-1$
public static String ACTION_ADD_HEXAGON = "addHexagonAction" ; //$NON-NLS-1$
public static String ACTION_ADD_OCTAGON = "addOctagonAction" ; //$NON-NLS-1$
public static String ACTION_ADD_PENTAGON = "addPentagonAction" ; //$NON-NLS-1$
public static String ACTION_ADD_DIAMOND = "addDiamondAction" ; //$NON-NLS-1$
public static String ACTION_ADD_CYLINDER = "addCylinderAction" ; //$NON-NLS-1$
public static String ACTION_ADD_POLYGON = "addPolygonAction" ; //$NON-NLS-1$
}