Subversion Repositories eFlore/Applications.coel

Rev

Rev 1228 | Rev 1415 | 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
 
989 jpm 32
	@Resource("bogue.png")
33
	AbstractImagePrototype bogue();
34
 
1291 gduche 35
	@Resource("coel.png")
36
	AbstractImagePrototype logoCoel();
37
 
989 jpm 38
	@Resource("commentaire.png")
39
	AbstractImagePrototype commentaire();
40
 
508 gduche 41
	@Resource("connexion.png")
42
	AbstractImagePrototype connexion();
43
 
44
	@Resource("deconnexion.png")
45
	AbstractImagePrototype deconnexion();
46
 
702 jp_milcent 47
	@Resource("deplier_tout.png")
48
	AbstractImagePrototype deplierTout();
49
 
508 gduche 50
	@Resource("engrenages.png")
51
	AbstractImagePrototype engrenages();
702 jp_milcent 52
 
53
	@Resource("enregistrer.png")
54
	AbstractImagePrototype enregistrer();
55
 
508 gduche 56
	@Resource("fleche_bascule.png")
57
	AbstractImagePrototype flecheBascule();
58
 
989 jpm 59
	@Resource("fleche_dedans_dehors.png")
60
	AbstractImagePrototype flecheDedansDehors();
61
 
508 gduche 62
	@Resource("formulaire_ajouter.png")
63
	AbstractImagePrototype formAjouter();
64
 
65
	@Resource("formulaire_modifier.png")
66
	AbstractImagePrototype formModifier();
67
 
68
	@Resource("groupe_engrenage.png")
69
	AbstractImagePrototype groupeEngrenage();
70
 
71
	@Resource("images.png")
72
	AbstractImagePrototype images();
73
 
74
	@Resource("imprimer.png")
75
	AbstractImagePrototype imprimer();
76
 
77
	@Resource("information.png")
78
	AbstractImagePrototype information();
79
 
1119 jpm 80
	@Resource("lien_externe.png")
81
	AbstractImagePrototype lienExterne();
82
 
508 gduche 83
	@Resource("livre_ouvert.png")
513 jp_milcent 84
	AbstractImagePrototype livreOuvert();
508 gduche 85
 
86
	@Resource("rafraichir.png")
87
	AbstractImagePrototype rafraichir();
88
 
576 jp_milcent 89
	@Resource("reinitialiser.png")
90
	AbstractImagePrototype reinitialiser();
91
 
507 jp_milcent 92
	@Resource("replier_tout.png")
497 jp_milcent 93
	AbstractImagePrototype replierTout();
94
 
588 gduche 95
	@Resource("resultset_first.png")
96
	AbstractImagePrototype resultsetFirst();
97
 
98
	@Resource("resultset_last.png")
99
	AbstractImagePrototype resultsetLast();
100
 
101
	@Resource("resultset_next.png")
102
	AbstractImagePrototype resultsetNext();
103
 
104
	@Resource("resultset_previous.png")
105
	AbstractImagePrototype resultsetPrevious();
106
 
702 jp_milcent 107
	@Resource("script_go.png")
108
	AbstractImagePrototype scriptGo();
109
 
110
	@Resource("script_save.png")
111
	AbstractImagePrototype scriptSave();
112
 
113
	@Resource("supprimer.png")
114
	AbstractImagePrototype supprimer();
115
 
116
	@Resource("table.png")
117
	AbstractImagePrototype table();
118
 
119
	@Resource("utilisateur.png")
120
	AbstractImagePrototype utilisateur();
121
 
576 jp_milcent 122
	@Resource("valider.png")
123
	AbstractImagePrototype valider();
702 jp_milcent 124
 
125
	@Resource("vcard_ajouter.png")
126
	AbstractImagePrototype vcardAjouter();
127
 
128
	@Resource("vcard_modifier.png")
129
	AbstractImagePrototype vcardModifier();
576 jp_milcent 130
 
702 jp_milcent 131
	@Resource("vcard_supprimer.png")
132
	AbstractImagePrototype vcardSupprimer();
133
 
134
	@Resource("vcard.png")
135
	AbstractImagePrototype vcard();
1228 cyprien 136
 
137
	@Resource("newspaper.png")
138
	AbstractImagePrototype newspaper();
497 jp_milcent 139
}