All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.future.earth.gwt.client.ui.popup.IconRenderer Maven / Gradle / Ivy

The newest version!
package eu.future.earth.gwt.client.ui.popup;

import com.google.gwt.user.client.ui.Image;


public interface IconRenderer {

    Image getImage(D item);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy