/***************************************************************************** * Copyright (c) 2009 CEA LIST. * * * 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: * Remi Schnekenburger (CEA LIST) - Initial API and implementation * Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Adapted code from the class diagram *****************************************************************************/ package org.eclipse.papyrus.uml.diagram.profile.custom.preferences; /** * Constants for {@link Property} preferences. */ public interface IPapyrusPropertyPreferencesConstant { /** preference id for property display label */ public String PROPERTY_LABEL_DISPLAY_PREFERENCE = "Property.label.display"; //$NON-NLS-1$ /** preference id for property display label */ public String PROPERTY_PREF_FONT = "Property.font"; //$NON-NLS-1$ /** preference id for property display label */ public String PROPERTY_PREF_FONT_COLOR = "Property.font.color"; //$NON-NLS-1$ /** preference id for property display label */ public String PROPERTY_PREF_LINE_COLOR = "Property.line.color"; //$NON-NLS-1$ }