List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file de.swm.gwt.client.theme.base.BaseGWTImageRessources.java
/** * Defines images used inside the framework (in an BaseStyle) Details see {@link GWTImageBundle}. * @author wiese.daniel <br> * copyright (C) 2010-14, SWM Services GmbH */ public interface BaseGWTImageRessources extends ClientBundle, GWTImageBundle {
From source file edu.caltech.ipac.firefly.resbundle.css.CssData.java
/** * User: roby * Date: Jan 27, 2010 * Time: 12:47:16 PM */ public interface CssData extends ClientBundle {
From source file edu.caltech.ipac.firefly.resbundle.images.CBarIconCreator.java
/** * @author Trey Roby */ public interface CBarIconCreator extends ClientBundle { @Source("cbar/ct-0-gray.png")
From source file edu.caltech.ipac.firefly.resbundle.images.IconCreator.java
/** * @author Trey Roby */ public interface IconCreator extends ClientBundle { // @Source("up-pointer.gif")
From source file edu.caltech.ipac.firefly.resbundle.images.TableImages.java
/** * Images used by paging table * * @author loi */ public interface TableImages extends ClientBundle {
From source file edu.caltech.ipac.firefly.resbundle.images.VisIconCreator.java
/** * @author Trey Roby */ public interface VisIconCreator extends ClientBundle { // @Source("cyan_left_arrow_20x20.png")
From source file edu.caltech.ipac.firefly.util.PropFile.java
/** * @author Trey Roby */ public interface PropFile extends ClientBundle { TextResource get(); }
From source file eml.studio.client.resources.Resources.java
public interface Resources extends ClientBundle { Resources instance = GWT.create(Resources.class); @Source("dir_close.png") ImageResource getTreeClosed();
From source file es.deusto.weblab.client.experiments.aquarium.ui.Resources.java
interface Resources extends ClientBundle { @Source("res/up.png") ImageResource up(); @Source("res/white.png")
From source file es.deusto.weblab.client.experiments.logic.ui.MobileResources.java
interface MobileResources extends ClientBundle { @Source("res/small_OR.png") ImageResource smallOR(); @Source("res/small_F0C0.png")