blob: c5de399bd28337842a72c6a151a7b09e482ef8f6 [file] [log] [blame]
/**
* Copyright (c) 2007-2010 Thales Corporate Services S.A.S.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v2.0
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Thales Corporate Services S.A.S - initial API and implementation
*/
package org.eclipse.egf.common.ui;
/**
* @author Xavier Maysonnave
*
*/
public interface ICommonUIImages {
public final static String ASCENDANT_HIERARCHY_IMAGE_PATH = "elcl16/AscendantHierarchy.gif"; //$NON-NLS-1$
public final static String ENABLED_COPY_QUALIFIED_IMAGE_PATH = "elcl16/cpyqual_menu.gif"; //$NON-NLS-1$
public final static String DESCENDANT_HIERARCHY_IMAGE_PATH = "elcl16/DescendantHierarchy.gif"; //$NON-NLS-1$
public final static String ECLASS_IMAGE_PATH = "elcl16/EClass.gif"; //$NON-NLS-1$
public final static String ECLASS_HIERARCHY_IMAGE_PATH = "elcl16/EClassHierarchy.gif"; //$NON-NLS-1$
public final static String ECORE_IMAGE_PATH = "elcl16/Ecore.gif"; //$NON-NLS-1$
public final static String EPACKAGE_IMAGE_PATH = "elcl16/EPackage.gif"; //$NON-NLS-1$
public final static String EREFERENCE_IMAGE_PATH = "elcl16/EReference.gif"; //$NON-NLS-1$
public final static String ESEARCH_IMAGE_PATH = "elcl16/Esearch.gif"; //$NON-NLS-1$
public final static String REFRESH_IMAGE_PATH = "elcl16/Refresh.gif"; //$NON-NLS-1$
public final static String SYNCHRONIZE_IMAGE_PATH = "elcl16/Synchronize.gif"; //$NON-NLS-1$
public final static String DISABLED_COPY_QUALIFIED_IMAGE_PATH = "dlcl16/cpyqual_menu.gif"; //$NON-NLS-1$
}