Subversion Repositories eFlore/Applications.coel

Rev

Rev 507 | Rev 513 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 507 Rev 508
Line 6... Line 6...
6
public interface Icones extends ImageBundle {
6
public interface Icones extends ImageBundle {
Line 7... Line 7...
7
	
7
	
8
	@Resource("aide.png")
8
	@Resource("aide.png")
Line -... Line 9...
-
 
9
	AbstractImagePrototype aide();
-
 
10
	
-
 
11
	@Resource("ajax-loader.gif")
-
 
12
	AbstractImagePrototype ajaxLoader();
-
 
13
	
-
 
14
	@Resource("ajouter.png")
-
 
15
	AbstractImagePrototype ajouter();
-
 
16
	
-
 
17
	@Resource("application_formulaire_modifier.png")
-
 
18
	AbstractImagePrototype appFormModifier();
-
 
19
	
-
 
20
	@Resource("application_panneau_liste.png")
-
 
21
	AbstractImagePrototype appPanneauListe();
-
 
22
	
-
 
23
	@Resource("application.png")
-
 
24
	AbstractImagePrototype application();
-
 
25
	
-
 
26
	@Resource("connexion.png")
-
 
27
	AbstractImagePrototype connexion();
-
 
28
	
-
 
29
	@Resource("deconnexion.png")
-
 
30
	AbstractImagePrototype deconnexion();
-
 
31
	
-
 
32
	@Resource("engrenages.png")
-
 
33
	AbstractImagePrototype engrenages();
-
 
34
		
-
 
35
	@Resource("fleche_bascule.png")
-
 
36
	AbstractImagePrototype flecheBascule();
-
 
37
	
-
 
38
	@Resource("formulaire_ajouter.png")
-
 
39
	AbstractImagePrototype formAjouter();
-
 
40
	
-
 
41
	@Resource("formulaire_modifier.png")
-
 
42
	AbstractImagePrototype formModifier();
-
 
43
	
-
 
44
	@Resource("groupe_engrenage.png")
-
 
45
	AbstractImagePrototype groupeEngrenage();
-
 
46
	
-
 
47
	@Resource("images.png")
-
 
48
	AbstractImagePrototype images();
-
 
49
	
-
 
50
	@Resource("imprimer.png")
-
 
51
	AbstractImagePrototype imprimer();
-
 
52
	
-
 
53
	@Resource("information.png")
-
 
54
	AbstractImagePrototype information();
-
 
55
	
-
 
56
	@Resource("livre_ouvert.png")
-
 
57
	AbstractImagePrototype livre_ouvert();
-
 
58
	
-
 
59
	
-
 
60
	@Resource("rafraichir.png")
-
 
61
	AbstractImagePrototype rafraichir();
-
 
62
	
-
 
63
	@Resource("supprimer.png")
-
 
64
	AbstractImagePrototype supprimer();
-
 
65
	
-
 
66
	
-
 
67
	@Resource("table.png")
9
	AbstractImagePrototype aide();
68
	AbstractImagePrototype table();
10
	
69
	
-
 
70
	@Resource("utilisateur.png")
-
 
71
	AbstractImagePrototype utilisateur();
-
 
72
	
-
 
73
	@Resource("vcard_ajouter.png")
-
 
74
	AbstractImagePrototype vcardAjouter();
-
 
75
	
-
 
76
	@Resource("vcard_supprimer.png")
-
 
77
	AbstractImagePrototype vcardSupprimer();
-
 
78
	
Line 11... Line 79...
11
	@Resource("replier_tout.png")
79
	@Resource("vcard.png")
12
	AbstractImagePrototype replierTout();
80
	AbstractImagePrototype vcard();
-
 
81
	
-
 
82
	@Resource("deplier_tout.png")
-
 
83
	AbstractImagePrototype deplierTout();
-
 
84
	
13
	
85
	@Resource("replier_tout.png")