Subversion Repositories eFlore/Applications.coel

Rev

Rev 492 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 492 Rev 497
Line 1... Line 1...
1
package org.tela_botanica.client.images;
1
package org.tela_botanica.client.images;
Line 2... Line -...
2
 
-
 
3
import com.google.gwt.user.client.ui.AbstractImagePrototype;
2
 
Line 4... Line 3...
4
import com.google.gwt.user.client.ui.ImageBundle;
3
import org.tela_botanica.client.images.icones.Icones;
5
 
4
 
6
public interface Images extends ImageBundle {
-
 
7
	
5
import com.google.gwt.core.client.GWT;
8
	@Resource("icones/aide.png")
6
 
9
	AbstractImagePrototype aide();
-
 
10
	
7
public class Images {
Line 11... Line -...
11
	@Resource("icones/replier_tout.png")
-
 
12
	AbstractImagePrototype replierTout();
-
 
13
	
8
 
14
	@Resource("icones/deplier_tout.png")
9
	public static final Icones ICONES = GWT.create(Icones.class);