/***************************************************************************** * Copyright (c) 2010 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 * *****************************************************************************/ package org.eclipse.papyrus.uml.diagram.composite.custom.preferences; /** * Constants for {@link Parameter} preferences. */ public interface IParameterPreferencesConstant { /** Preference id for {@link Parameter} display label */ public String LABEL_DISPLAY_PREFERENCE = "Parameter.label.display"; //$NON-NLS-1$ /** Preference id for {@link Parameter} display label */ public String PREF_FONT = "Parameter.font"; //$NON-NLS-1$ /** Preference id for {@link Parameter} display label */ public String PREF_FONT_COLOR = "Parameter.font.color"; //$NON-NLS-1$ /** Preference id for {@link Parameter} display label */ public String PREF_LINE_COLOR = "Parameter.line.color"; //$NON-NLS-1$ }