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
This commit is contained in:
Federico De Faveri 2013-04-23 15:22:15 +00:00
parent ef56fdc786
commit e54611e62e
17 changed files with 59 additions and 0 deletions

View File

@ -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();
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 821 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB