blob: 75192e4bcfb57899372c5a2795308e3870537aaa [file] [log] [blame]
/**
* Copyright (c) 2009-2010 Thales Corporate Services S.A.S.
* 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:
* 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$
}