Subversion Repositories eFlore/Applications.coel

Rev

Rev 507 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
497 jp_milcent 1
package org.tela_botanica.client.images.icones;
2
 
3
import com.google.gwt.user.client.ui.AbstractImagePrototype;
4
import com.google.gwt.user.client.ui.ImageBundle;
5
 
6
public interface Icones extends ImageBundle {
7
 
8
	@Resource("icones/aide.png")
9
	AbstractImagePrototype aide();
10
 
11
	@Resource("icones/replier_tout.png")
12
	AbstractImagePrototype replierTout();
13
 
14
	@Resource("icones/deplier_tout.png")
15
	AbstractImagePrototype deplierTout();
16
}