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.fullmetalgalaxy.client.ressources.tokens.YellowExtra.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.YellowFreighter.java

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

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

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

From source file com.fullmetalgalaxy.client.ressources.tokens.ZebraExtra.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.ZebraFreighter.java

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

From source file com.github.christianlacerda.client.bundle.Resources.java

/**
 * Created by christian on 19/08/14.
 */
public interface Resources extends ClientBundle {

    Resources INSTANCE = GWT.create(Resources.class);

From source file com.github.gwt.sample.showcase.client.resources.WidgetShowcaseResources.java

/**
 * Showcase resources.
 *
 * @author      Rinat Enikeev (rinat.enikeev[at]gmail[dot]com)
 * @version     %I%, %G%
 * @since       1.0

From source file com.github.gwt.user.client.ui.grids.days.resources.DaysOfWeekViewResources.java

/**
 * Resources for
 * {@link com.github.gwt.user.client.ui.grids.days.DaysOfWeekView}.
 *
 * @author Rinat Enikeev (rinat.enikeev[at]gmail[dot]com)
 * @version %I%, %G%

From source file com.github.gwt.user.client.ui.resources.CellGridResources.java

/**
 * Resources for {@link com.github.gwt.user.client.ui.CellGrid}.
 *
 * @author Rinat Enikeev (rinat.enikeev[at]gmail[dot]com)
 * @version %I%, %G%
 * @since 1.0

From source file com.github.gwt.user.client.ui.resources.ClearBoxResources.java

/**
 * Resources for {@link com.github.gwt.user.client.ui.ClearBox}.
 *
 * @author Rinat Enikeev (rinat.enikeev[at]gmail[dot]com)
 * @version %I%, %G%
 * @since 1.0