Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
492 |
jp_milcent |
1 |
package org.tela_botanica.client.images;
|
|
|
2 |
|
|
|
3 |
import com.google.gwt.user.client.ui.AbstractImagePrototype;
|
|
|
4 |
import com.google.gwt.user.client.ui.ImageBundle;
|
|
|
5 |
|
|
|
6 |
public interface Images extends ImageBundle {
|
|
|
7 |
|
|
|
8 |
@Resource("icones/aide.png")
|
|
|
9 |
AbstractImagePrototype aide();
|
|
|
10 |
|
|
|
11 |
@Resource("icones/replier_tout.png")
|
|
|
12 |
AbstractImagePrototype replierTout();
|
|
|
13 |
|
|
|
14 |
@Resource("icones/deplier_tout.png")
|
|
|
15 |
AbstractImagePrototype deplierTout();
|
|
|
16 |
}
|