Subversion Repositories eFlore/Applications.coel

Rev

Rev 497 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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();
}