Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 507 → Rev 508

/trunk/src/org/tela_botanica/client/images/icones/Icones.java
8,9 → 8,81
@Resource("aide.png")
AbstractImagePrototype aide();
@Resource("ajax-loader.gif")
AbstractImagePrototype ajaxLoader();
@Resource("ajouter.png")
AbstractImagePrototype ajouter();
@Resource("application_formulaire_modifier.png")
AbstractImagePrototype appFormModifier();
@Resource("application_panneau_liste.png")
AbstractImagePrototype appPanneauListe();
@Resource("application.png")
AbstractImagePrototype application();
@Resource("connexion.png")
AbstractImagePrototype connexion();
@Resource("deconnexion.png")
AbstractImagePrototype deconnexion();
@Resource("engrenages.png")
AbstractImagePrototype engrenages();
@Resource("fleche_bascule.png")
AbstractImagePrototype flecheBascule();
@Resource("formulaire_ajouter.png")
AbstractImagePrototype formAjouter();
@Resource("formulaire_modifier.png")
AbstractImagePrototype formModifier();
@Resource("groupe_engrenage.png")
AbstractImagePrototype groupeEngrenage();
@Resource("images.png")
AbstractImagePrototype images();
@Resource("imprimer.png")
AbstractImagePrototype imprimer();
@Resource("information.png")
AbstractImagePrototype information();
@Resource("livre_ouvert.png")
AbstractImagePrototype livre_ouvert();
@Resource("rafraichir.png")
AbstractImagePrototype rafraichir();
@Resource("supprimer.png")
AbstractImagePrototype supprimer();
@Resource("table.png")
AbstractImagePrototype table();
@Resource("utilisateur.png")
AbstractImagePrototype utilisateur();
@Resource("vcard_ajouter.png")
AbstractImagePrototype vcardAjouter();
@Resource("vcard_supprimer.png")
AbstractImagePrototype vcardSupprimer();
@Resource("vcard.png")
AbstractImagePrototype vcard();
@Resource("deplier_tout.png")
AbstractImagePrototype deplierTout();
@Resource("replier_tout.png")
AbstractImagePrototype replierTout();
@Resource("deplier_tout.png")
AbstractImagePrototype deplierTout();
}