Added portlet icons
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@73906 82a268e6-3cf1-43bd-a215-b396298e98cf
|
@ -0,0 +1,59 @@
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
package org.gcube.portlets.user.td.client.resource;
|
||||||
|
|
||||||
|
import com.google.gwt.core.client.GWT;
|
||||||
|
import com.google.gwt.resources.client.ClientBundle;
|
||||||
|
import com.google.gwt.resources.client.ImageResource;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author "Federico De Faveri defaveri@isti.cnr.it"
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public interface TabularDataResources extends ClientBundle {
|
||||||
|
|
||||||
|
public static final TabularDataResources INSTANCE = GWT.create(TabularDataResources.class);
|
||||||
|
|
||||||
|
@Source("table_import.png")
|
||||||
|
ImageResource importTD();
|
||||||
|
|
||||||
|
@Source("table_export.png")
|
||||||
|
ImageResource exportTD();
|
||||||
|
|
||||||
|
@Source("sdmx.png")
|
||||||
|
ImageResource sdmx();
|
||||||
|
|
||||||
|
@Source("csv.png")
|
||||||
|
ImageResource csv();
|
||||||
|
|
||||||
|
@Source("excel.png")
|
||||||
|
ImageResource excel();
|
||||||
|
|
||||||
|
@Source("chart_bar.png")
|
||||||
|
ImageResource chart();
|
||||||
|
|
||||||
|
@Source("chart_bullseye.png")
|
||||||
|
ImageResource chartBullsEye();
|
||||||
|
|
||||||
|
@Source("chart_curve.png")
|
||||||
|
ImageResource chartCurve();
|
||||||
|
|
||||||
|
@Source("chart_pie.png")
|
||||||
|
ImageResource chartPie();
|
||||||
|
|
||||||
|
@Source("chart.png")
|
||||||
|
ImageResource chartBar();
|
||||||
|
|
||||||
|
@Source("rstudio.png")
|
||||||
|
ImageResource rstudio();
|
||||||
|
|
||||||
|
@Source("sm.png")
|
||||||
|
ImageResource sm();
|
||||||
|
|
||||||
|
@Source("validation.png")
|
||||||
|
ImageResource validation();
|
||||||
|
|
||||||
|
@Source("rules.png")
|
||||||
|
ImageResource rules();
|
||||||
|
}
|
After Width: | Height: | Size: 659 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 736 B |
After Width: | Height: | Size: 759 B |
After Width: | Height: | Size: 821 B |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 470 B |
After Width: | Height: | Size: 818 B |
After Width: | Height: | Size: 920 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.4 KiB |