blob: 06910ae7f20b53e140e6a065272ccf465b2197af [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 The University of York.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Dimitrios Kolovos - initial API and implementation
******************************************************************************/
package org.eclipse.epsilon.common.dt;
import org.eclipse.swt.graphics.Image;
public interface EpsilonPlugin {
public Image createImage(String path);
}