OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 144 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 144 Rev 156
Line 29... Line 29...
29
 
29
 
30
    public LightUIImage(final LightUIImage image) {
30
    public LightUIImage(final LightUIImage image) {
31
        super(image);
31
        super(image);
32
    }
32
    }
33
 
33
 
34
    @Override
-
 
35
    public JSONToLightUIConvertor getConvertor() {
-
 
36
        return new JSONToLightUIConvertor() {
-
 
37
            @Override
-
 
38
            public LightUIElement convert(final JSONObject json) {
-
 
39
                return new LightUIImage(json);
-
 
40
            }
-
 
41
        };
-
 
42
    }
-
 
43
 
-
 
44
}
34
}