Subversion Repositories eFlore/Applications.coel

Rev

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