Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 491 → Rev 492

/trunk/src/org/tela_botanica/client/images/Images.java
New file
0,0 → 1,16
package org.tela_botanica.client.images;
 
import com.google.gwt.user.client.ui.AbstractImagePrototype;
import com.google.gwt.user.client.ui.ImageBundle;
 
public interface Images extends ImageBundle {
@Resource("icones/aide.png")
AbstractImagePrototype aide();
@Resource("icones/replier_tout.png")
AbstractImagePrototype replierTout();
@Resource("icones/deplier_tout.png")
AbstractImagePrototype deplierTout();
}