Subversion Repositories eFlore/Applications.coel

Rev

Rev 518 | Rev 588 | Go to most recent revision | Details | Compare with Previous | 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
 
507 jp_milcent 8
	@Resource("aide.png")
497 jp_milcent 9
	AbstractImagePrototype aide();
10
 
508 gduche 11
	@Resource("ajax-loader.gif")
12
	AbstractImagePrototype ajaxLoader();
13
 
14
	@Resource("ajouter.png")
15
	AbstractImagePrototype ajouter();
16
 
576 jp_milcent 17
	@Resource("annuler.png")
18
	AbstractImagePrototype annuler();
19
 
508 gduche 20
	@Resource("application_formulaire_modifier.png")
21
	AbstractImagePrototype appFormModifier();
22
 
23
	@Resource("application_panneau_liste.png")
24
	AbstractImagePrototype appPanneauListe();
25
 
26
	@Resource("application.png")
27
	AbstractImagePrototype application();
28
 
576 jp_milcent 29
	@Resource("appliquer.png")
30
	AbstractImagePrototype appliquer();
31
 
508 gduche 32
	@Resource("connexion.png")
33
	AbstractImagePrototype connexion();
34
 
35
	@Resource("deconnexion.png")
36
	AbstractImagePrototype deconnexion();
37
 
38
	@Resource("engrenages.png")
39
	AbstractImagePrototype engrenages();
40
 
41
	@Resource("fleche_bascule.png")
42
	AbstractImagePrototype flecheBascule();
43
 
44
	@Resource("formulaire_ajouter.png")
45
	AbstractImagePrototype formAjouter();
46
 
47
	@Resource("formulaire_modifier.png")
48
	AbstractImagePrototype formModifier();
49
 
50
	@Resource("groupe_engrenage.png")
51
	AbstractImagePrototype groupeEngrenage();
52
 
53
	@Resource("images.png")
54
	AbstractImagePrototype images();
55
 
56
	@Resource("imprimer.png")
57
	AbstractImagePrototype imprimer();
58
 
59
	@Resource("information.png")
60
	AbstractImagePrototype information();
61
 
62
	@Resource("livre_ouvert.png")
513 jp_milcent 63
	AbstractImagePrototype livreOuvert();
508 gduche 64
 
65
	@Resource("rafraichir.png")
66
	AbstractImagePrototype rafraichir();
67
 
576 jp_milcent 68
	@Resource("reinitialiser.png")
69
	AbstractImagePrototype reinitialiser();
70
 
508 gduche 71
	@Resource("supprimer.png")
72
	AbstractImagePrototype supprimer();
73
 
74
	@Resource("table.png")
75
	AbstractImagePrototype table();
76
 
77
	@Resource("utilisateur.png")
78
	AbstractImagePrototype utilisateur();
79
 
80
	@Resource("vcard_ajouter.png")
81
	AbstractImagePrototype vcardAjouter();
82
 
83
	@Resource("vcard_supprimer.png")
84
	AbstractImagePrototype vcardSupprimer();
85
 
86
	@Resource("vcard.png")
87
	AbstractImagePrototype vcard();
88
 
89
	@Resource("deplier_tout.png")
90
	AbstractImagePrototype deplierTout();
91
 
507 jp_milcent 92
	@Resource("replier_tout.png")
497 jp_milcent 93
	AbstractImagePrototype replierTout();
94
 
514 gduche 95
	@Resource("enregistrer.png")
96
	AbstractImagePrototype enregistrer();
97
 
518 gduche 98
	@Resource("script_go.png")
99
	AbstractImagePrototype scriptGo();
100
 
101
	@Resource("script_save.png")
102
	AbstractImagePrototype scriptSave();
103
 
576 jp_milcent 104
	@Resource("valider.png")
105
	AbstractImagePrototype valider();
106
 
497 jp_milcent 107
}