fr.inra.refcomp.client.admin.skills
Interface TreeResources

All Superinterfaces:
com.google.gwt.resources.client.ClientBundle

public interface TreeResources
extends com.google.gwt.resources.client.ClientBundle

User: couteau Date: 01/03/11


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
 
Field Summary
static TreeResources INSTANCE
           
 
Method Summary
 com.google.gwt.resources.client.ImageResource leaf()
           
 com.google.gwt.resources.client.ImageResource minus()
           
 com.google.gwt.resources.client.ImageResource plus()
           
 

Field Detail

INSTANCE

static final TreeResources INSTANCE
Method Detail

leaf

@ClientBundle.Source(value="leaf.png")
com.google.gwt.resources.client.ImageResource leaf()

plus

@ClientBundle.Source(value="grandplus.png")
com.google.gwt.resources.client.ImageResource plus()

minus

@ClientBundle.Source(value="grandmoins.png")
com.google.gwt.resources.client.ImageResource minus()


Copyright © 2010-2011 Code Lutin. All Rights Reserved.