List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file com.google.gwt.sample.stockwatcher.client.Shaders.java
public interface Shaders extends ClientBundle { public static Shaders INSTANCE = GWT.create(Shaders.class); @Source(value = { "fragment-shader.txt" }) TextResource fragmentShader();
From source file com.google.gwt.site.demo.gsss.animation.resources.AnimationResources.java
public interface AnimationResources extends ClientBundle { interface Default extends CssResource { String dummy(); String example1();
From source file com.google.gwt.site.demo.gsss.grid.resources.GridResources.java
public interface GridResources extends ClientBundle { interface Grid extends com.arcbees.gsss.grid.client.GridResources.Grid { } interface GridSettings extends com.arcbees.gsss.grid.client.GridResources.Grid { }
From source file com.google.gwt.site.demo.gsss.mixins.resources.MixinsResources.java
public interface MixinsResources extends ClientBundle { interface Default extends CssResource { String dummy(); String example1();
From source file com.google.gwt.uibinder.test.client.WidgetBasedUiExternalResources.java
/** * Sample external resources used by {@link WidgetBasedUi}, to test * injection of such things. */ public interface WidgetBasedUiExternalResources extends ClientBundle { /**
From source file com.google.livingstories.client.lsp.views.Resources.java
/** * A resources file that allow programmatic access to resources, including css styles. */ public interface Resources extends ClientBundle { public static final Resources INSTANCE = GWT.create(Resources.class);
From source file com.google.livingstories.plugins.wordpress.livingstorypropertymanager.client.util.Resources.java
/** * CSS and other resources */ public interface Resources extends ClientBundle { public static final Resources INSTANCE = GWT.create(Resources.class);
From source file com.google.mobile.trippy.web.client.TrippyBundle.java
/** * Merge client resources to reduce load time. * */ public interface TrippyBundle extends ClientBundle { public static final TrippyBundle INSTANCE = GWT.create(TrippyBundle.class);
From source file com.google.sampling.experiential.client.Images.java
/** * The image bundle for Paco. * * @author Bob Evans */ public interface Images extends ClientBundle {
From source file com.googlecode.google_code_prettify.GoogleCodePrettifyBundle.java
/** * @author cmorgan (Tasktop Technologies Inc.) * */ public interface GoogleCodePrettifyBundle extends ClientBundle {