Rev 497 | Rev 508 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
package org.tela_botanica.client.images.icones;import com.google.gwt.user.client.ui.AbstractImagePrototype;import com.google.gwt.user.client.ui.ImageBundle;public interface Icones extends ImageBundle {@Resource("aide.png")AbstractImagePrototype aide();@Resource("replier_tout.png")AbstractImagePrototype replierTout();@Resource("deplier_tout.png")AbstractImagePrototype deplierTout();}