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.Camouflage.java

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

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

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

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

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

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

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

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

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

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

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

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

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