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

eu.future.earth.gwt.client.ui.button.ButtonImages Maven / Gradle / Ivy

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

import com.google.gwt.resources.client.ImageResource;

public interface ButtonImages {

	public abstract ImageResource back();

	public abstract ImageResource first();

	public abstract ImageResource next();

	public abstract ImageResource last();
	
	public abstract ImageResource no();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy