blob: 852f1a691bb9096f85b1bb7550629f0d0d84aa3b [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2007 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.examples.runtime.diagram.logic.internal.util;
/**
* Class that contains commonly used string constants
*
* @author aboyko
*
*/
public class StringConstants {
public static String PORTS_PROPERTIES_STYLE_NAME = "portsProperties"; //$NON-NLS-1$
public static String PORTS_COLOR_PROPERTY_NAME = "portsColor"; //$NON-NLS-1$
public static final String PORTSCOLOR_REQUEST = "PortsColor"; //$NON-NLS-1$
public static final String PORTS_COLOR_EDITPOLICY_ROLE = "portsColorEditPolicy"; //$NON-NLS-1$
}