org.eclipse.emf.edit.EMFEditPluginImages Maven / Gradle / Ivy
/**
* Copyright (c) 2010 Ed Merks and others.
* All rights reserved. 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
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Ed Merks - Initial API and implementation
*/
package org.eclipse.emf.edit;
import com.google.gwt.resources.client.ClientBundle;
import com.google.gwt.resources.client.ImageResource;
public interface EMFEditPluginImages extends ClientBundle
{
/**
*/
@Source("icons/full/obj16/Resource.gif")
ImageResource resource();
/**
*/
@Source("icons/full/obj16/ResourceSet.gif")
ImageResource resourceSet();
}