Added new icons

Updated pom version at 6.10

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@120177 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-11-03 15:37:59 +00:00
parent a43b8ae507
commit 36bfaf7032
4 changed files with 23 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>workspace-tree-widget</artifactId>
<version>6.9.0-SNAPSHOT</version>
<version>6.10.0-SNAPSHOT</version>
<name>gCube Workspace Tree Widget</name>
<description>
gCube Workspace Tree Widget.
@ -62,6 +62,13 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.web.bindery</groupId>
<artifactId>requestfactory-server</artifactId>
<version>${gwtVersion}</version>
<scope>runtime</scope>
</dependency>
<!-- Google Web Toolkit (GWT) -->
<dependency>
<groupId>com.google.gwt</groupId>

View File

@ -406,5 +406,11 @@ public interface Icons extends ClientBundle {
@Source("icons/java.png")
ImageResource java();
/**
* @return
*/
@Source("icons/hand.gif")
ImageResource hand();
}

View File

@ -896,6 +896,15 @@ public class Resources {
public static AbstractImagePrototype getIconOpenEmail() {
return AbstractImagePrototype.create(ICONS.openEmail());
}
/**
* Gets the icon hand.
*
* @return the icon hand
*/
public static AbstractImagePrototype getIconHand() {
return AbstractImagePrototype.create(ICONS.hand());
}
/**
* Gets the icon save attachments.

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B