Example usage for com.google.gwt.resources.client ClientBundle interface-usage

List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.resources.client ClientBundle interface-usage.

Usage

From source file com.floatzcss.gwt.client.resource.Floatz.java

/**
 * Resource bundle of floatz CSS framework for GWT (2.0.1 and above)
 * <p>
 * Copyright (c) 1998-2012 by :humml:design
 * http://www.floatzcss.com Licensed under Apache License 2.0
 * http://www.apache.org/licenses/LICENSE-2.0

From source file com.floatzcss.gwt.client.resource.LayoutResponsive.java

/**
 * Resource bundle of responsive floatz CSS framework for GWT.
 * <p>
 * Copyright (c) 2010-2015 by :hummldesign http://design.humml.eu
 * Licensed under Apache License 2.0, http://www.apache.org/licenses/LICENSE-2.0
 * </p>

From source file com.fullmetalgalaxy.client.ressources.Icons.java

/**
 * @author Vincent Legendre
 * image contained by folder icons. for user interface
 */
public interface Icons extends ClientBundle {
    public static Icons s_instance = (Icons) GWT.create(Icons.class);

From source file com.fullmetalgalaxy.client.ressources.smiley.Smiley.java

public interface Smiley extends ClientBundle {
    Smiley INSTANCE = GWT.create(Smiley.class);

    ImageResource bell();

    ImageResource cool();

From source file com.fullmetalgalaxy.client.ressources.tokens.Blue.java

/**
 * @author Vincent Legendre
 *
 */
public interface Blue extends ClientBundle, TokenImageBundle {
    @Override

From source file com.fullmetalgalaxy.client.ressources.tokens.BlueExtra.java

/**
 * @author Vincent Legendre
 *
 * this bundle regroup images for extra units. 
 * ie not present in default fmp rules
 */

From source file com.fullmetalgalaxy.client.ressources.tokens.BlueFreighter.java

/**
 * @author Vincent Legendre
 *
 */
public interface BlueFreighter extends ClientBundle, TokenFreighterImageBundle {
    @Override

From source file com.fullmetalgalaxy.client.ressources.tokens.Brown.java

/**
 * @author Vincent Legendre
 *
 */
public interface Brown extends ClientBundle, TokenImageBundle {
    @Override

From source file com.fullmetalgalaxy.client.ressources.tokens.BrownExtra.java

/**
 * @author Vincent Legendre
 *
 * this bundle regroup images for extra units. 
 * ie not present in default fmp rules
 */

From source file com.fullmetalgalaxy.client.ressources.tokens.BrownFreighter.java

/**
 * @author Vincent Legendre
 *
 */
public interface BrownFreighter extends ClientBundle, TokenFreighterImageBundle {
    @Override