blob: b1473d1557b65f501f633e677bb1f6077f7ca2d4 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2008 E.D.Willink and others.
* 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:
* E.D.Willink - initial API and implementation
*
* </copyright>
*
* $Id: ImageProvider.java,v 1.1 2008/11/28 17:25:34 ewillink Exp $
*/
package org.eclipse.qvt.declarative.editor.util;
public interface ImageProvider
{
public String getImage(Object object);
}