Subversion Repositories eFlore/Applications.coel

Rev

Rev 518 | Rev 588 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 518 Rev 576
1
package org.tela_botanica.client.images.icones;
1
package org.tela_botanica.client.images.icones;
2
 
2
 
3
import com.google.gwt.user.client.ui.AbstractImagePrototype;
3
import com.google.gwt.user.client.ui.AbstractImagePrototype;
4
import com.google.gwt.user.client.ui.ImageBundle;
4
import com.google.gwt.user.client.ui.ImageBundle;
5
 
5
 
6
public interface Icones extends ImageBundle {
6
public interface Icones extends ImageBundle {
7
	
7
	
8
	@Resource("aide.png")
8
	@Resource("aide.png")
9
	AbstractImagePrototype aide();
9
	AbstractImagePrototype aide();
10
	
10
	
11
	@Resource("ajax-loader.gif")
11
	@Resource("ajax-loader.gif")
12
	AbstractImagePrototype ajaxLoader();
12
	AbstractImagePrototype ajaxLoader();
13
	
13
	
14
	@Resource("ajouter.png")
14
	@Resource("ajouter.png")
15
	AbstractImagePrototype ajouter();
15
	AbstractImagePrototype ajouter();
-
 
16
	
-
 
17
	@Resource("annuler.png")
-
 
18
	AbstractImagePrototype annuler();
16
	
19
	
17
	@Resource("application_formulaire_modifier.png")
20
	@Resource("application_formulaire_modifier.png")
18
	AbstractImagePrototype appFormModifier();
21
	AbstractImagePrototype appFormModifier();
19
	
22
	
20
	@Resource("application_panneau_liste.png")
23
	@Resource("application_panneau_liste.png")
21
	AbstractImagePrototype appPanneauListe();
24
	AbstractImagePrototype appPanneauListe();
22
	
25
	
23
	@Resource("application.png")
26
	@Resource("application.png")
24
	AbstractImagePrototype application();
27
	AbstractImagePrototype application();
-
 
28
	
-
 
29
	@Resource("appliquer.png")
-
 
30
	AbstractImagePrototype appliquer();
25
	
31
	
26
	@Resource("connexion.png")
32
	@Resource("connexion.png")
27
	AbstractImagePrototype connexion();
33
	AbstractImagePrototype connexion();
28
	
34
	
29
	@Resource("deconnexion.png")
35
	@Resource("deconnexion.png")
30
	AbstractImagePrototype deconnexion();
36
	AbstractImagePrototype deconnexion();
31
	
37
	
32
	@Resource("engrenages.png")
38
	@Resource("engrenages.png")
33
	AbstractImagePrototype engrenages();
39
	AbstractImagePrototype engrenages();
34
		
40
		
35
	@Resource("fleche_bascule.png")
41
	@Resource("fleche_bascule.png")
36
	AbstractImagePrototype flecheBascule();
42
	AbstractImagePrototype flecheBascule();
37
	
43
	
38
	@Resource("formulaire_ajouter.png")
44
	@Resource("formulaire_ajouter.png")
39
	AbstractImagePrototype formAjouter();
45
	AbstractImagePrototype formAjouter();
40
	
46
	
41
	@Resource("formulaire_modifier.png")
47
	@Resource("formulaire_modifier.png")
42
	AbstractImagePrototype formModifier();
48
	AbstractImagePrototype formModifier();
43
	
49
	
44
	@Resource("groupe_engrenage.png")
50
	@Resource("groupe_engrenage.png")
45
	AbstractImagePrototype groupeEngrenage();
51
	AbstractImagePrototype groupeEngrenage();
46
	
52
	
47
	@Resource("images.png")
53
	@Resource("images.png")
48
	AbstractImagePrototype images();
54
	AbstractImagePrototype images();
49
	
55
	
50
	@Resource("imprimer.png")
56
	@Resource("imprimer.png")
51
	AbstractImagePrototype imprimer();
57
	AbstractImagePrototype imprimer();
52
	
58
	
53
	@Resource("information.png")
59
	@Resource("information.png")
54
	AbstractImagePrototype information();
60
	AbstractImagePrototype information();
55
	
61
	
56
	@Resource("livre_ouvert.png")
62
	@Resource("livre_ouvert.png")
57
	AbstractImagePrototype livreOuvert();
63
	AbstractImagePrototype livreOuvert();
58
	
64
	
59
	@Resource("rafraichir.png")
65
	@Resource("rafraichir.png")
60
	AbstractImagePrototype rafraichir();
66
	AbstractImagePrototype rafraichir();
-
 
67
	
-
 
68
	@Resource("reinitialiser.png")
-
 
69
	AbstractImagePrototype reinitialiser();
61
	
70
	
62
	@Resource("supprimer.png")
71
	@Resource("supprimer.png")
63
	AbstractImagePrototype supprimer();
72
	AbstractImagePrototype supprimer();
64
	
73
	
65
	@Resource("table.png")
74
	@Resource("table.png")
66
	AbstractImagePrototype table();
75
	AbstractImagePrototype table();
67
	
76
	
68
	@Resource("utilisateur.png")
77
	@Resource("utilisateur.png")
69
	AbstractImagePrototype utilisateur();
78
	AbstractImagePrototype utilisateur();
70
	
79
	
71
	@Resource("vcard_ajouter.png")
80
	@Resource("vcard_ajouter.png")
72
	AbstractImagePrototype vcardAjouter();
81
	AbstractImagePrototype vcardAjouter();
73
	
82
	
74
	@Resource("vcard_supprimer.png")
83
	@Resource("vcard_supprimer.png")
75
	AbstractImagePrototype vcardSupprimer();
84
	AbstractImagePrototype vcardSupprimer();
76
	
85
	
77
	@Resource("vcard.png")
86
	@Resource("vcard.png")
78
	AbstractImagePrototype vcard();
87
	AbstractImagePrototype vcard();
79
	
88
	
80
	@Resource("deplier_tout.png")
89
	@Resource("deplier_tout.png")
81
	AbstractImagePrototype deplierTout();
90
	AbstractImagePrototype deplierTout();
82
	
91
	
83
	@Resource("replier_tout.png")
92
	@Resource("replier_tout.png")
84
	AbstractImagePrototype replierTout();
93
	AbstractImagePrototype replierTout();
85
	
94
	
86
	@Resource("enregistrer.png")
95
	@Resource("enregistrer.png")
87
	AbstractImagePrototype enregistrer();
96
	AbstractImagePrototype enregistrer();
88
	
97
	
89
	@Resource("script_go.png")
98
	@Resource("script_go.png")
90
	AbstractImagePrototype scriptGo();
99
	AbstractImagePrototype scriptGo();
91
	
100
	
92
	@Resource("script_save.png")
101
	@Resource("script_save.png")
93
	AbstractImagePrototype scriptSave();
102
	AbstractImagePrototype scriptSave();
-
 
103
	
-
 
104
	@Resource("valider.png")
-
 
105
	AbstractImagePrototype valider();
94
	
106
	
95
}
107
}