List of usage examples for com.google.gwt.user.client.ui ImageBundle interface-usage
From source file asquare.gwt.tk.client.ui.resource.AlertDialogImages.java
public interface AlertDialogImages extends ImageBundle {
AbstractImagePrototype AlertIcon16();
AbstractImagePrototype AlertIcon32();
AbstractImagePrototype ErrorIcon16();
From source file at.researchstudio.dme.imageannotation.client.colorpicker.ColorPickerImageBundle.java
public interface ColorPickerImageBundle extends ImageBundle { public AbstractImagePrototype bar_blue_bl(); public AbstractImagePrototype bar_blue_br(); public AbstractImagePrototype bar_blue_tl();
From source file ca.weiway.fbgames.client.resource.icons.ExampleIcons.java
@SuppressWarnings("deprecation") public interface ExampleIcons extends ImageBundle { @Resource("table.png") AbstractImagePrototype table();
From source file ca.weiway.fbgames.client.resource.images.ExampleImages.java
@SuppressWarnings("deprecation") public interface ExampleImages extends ImageBundle { AbstractImagePrototype xbox360(); AbstractImagePrototype accordionlayout();
From source file ch.systemsx.cisd.openbis.generic.client.web.client.application.IGenericImageBundle.java
/**
* A generic {@link ImageBundle} implementation.
* <p>
* Note that this approach does not render correctly animated <i>gif</i> (no animation!).
* </p>
*
From source file com.anzsoft.client.utils.ChatIcons.java
public interface ChatIcons extends ImageBundle { public static class App { private static ChatIcons ourInstance = null; public static synchronized ChatIcons getInstance() {
From source file com.anzsoft.client.utils.emotions.Emoticons.java
public interface Emoticons extends ImageBundle { public static class App { private static Emoticons ourInstance = null; public static synchronized Emoticons getInstance() {
From source file com.apress.progwt.client.consts.images.Images.java
/**
*
* Note the (at)gwt.resource comments aren't required if files are named
* like the method name;
*
* @author Jeff Dwyer
From source file com.calclab.emiteuimodule.client.utils.ChatIcons.java
public interface ChatIcons extends ImageBundle { public static class App { private static ChatIcons ourInstance = null; public static synchronized ChatIcons getInstance() {
From source file com.calclab.emiteuimodule.client.utils.emoticons.Emoticons.java
public interface Emoticons extends ImageBundle { public static class App { private static Emoticons ourInstance = null; public static synchronized Emoticons getInstance() {