blob: a91f9f1f2cd965974d6db1ab1474c2fda0104bb0 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2009-2010 Thales Corporate Services S.A.S. and other
* 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
* XiaoRu Chen, Soyatec
*
* </copyright>
*/
package org.eclipse.egf.pattern.ui.java;
/**
* @author XiaoRu Chen - Soyatec
*/
public interface ImageShop {
public static final String IMG_PARAMETER_OBJ = "obj16/parameter_obj.gif"; //$NON-NLS-1$
public static final String IMG_SAMPLE = "obj16/sample.gif"; //$NON-NLS-1$
}