blob: e309661979044ba4ff7f0e4de68fe1111f062788 [file] [log] [blame]
/**
* Copyright (c) 2009-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.core.ui;
/**
* @author Xavier Maysonnave
*
*/
public interface IEGFCoreUIImages {
/**
* Identifies a Fcore resource.
*/
public static final String IMG_FCORE = "obj16/fcore.gif"; //$NON-NLS-1$
/**
* Identifies a jar resource.
*/
public static final String IMG_JAR = "obj16/jar.gif"; //$NON-NLS-1$
/**
* Identifies an EcoreModel
*/
public static final String IMG_ECORE_MODEL = "obj16/EcoreModelFile.gif"; //$NON-NLS-1$
/**
* Identifies a directory resource.
*/
public static final String IMG_DIRECTORY = "obj16/directory.gif"; //$NON-NLS-1$
/**
* Identifies a mandatory field.
*/
public static final String IMG_MANDATORY = "ovr16/Mandatory.gif"; //$NON-NLS-1$
public static final String IMG_VIEW_MENU = "obj16/view_menu.gif"; //$NON-NLS-1$
}