List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file com.fullmetalgalaxy.client.ressources.tokens.Purple.java
/** * @author Vincent Legendre * */ public interface Purple extends ClientBundle, TokenImageBundle { @Override
From source file com.fullmetalgalaxy.client.ressources.tokens.PurpleExtra.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.PurpleFreighter.java
/** * @author Vincent Legendre * */ public interface PurpleFreighter extends ClientBundle, TokenFreighterImageBundle { @Override
From source file com.fullmetalgalaxy.client.ressources.tokens.Red.java
/** * @author Vincent Legendre * */ public interface Red extends ClientBundle, TokenImageBundle { @Override
From source file com.fullmetalgalaxy.client.ressources.tokens.RedExtra.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.RedFreighter.java
/** * @author Vincent Legendre * */ public interface RedFreighter extends ClientBundle, TokenFreighterImageBundle { @Override
From source file com.fullmetalgalaxy.client.ressources.tokens.White.java
/** * @author Vincent Legendre * */ public interface White extends ClientBundle, TokenImageBundle { @Override
From source file com.fullmetalgalaxy.client.ressources.tokens.WhiteExtra.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.WhiteFreighter.java
/** * @author Vincent Legendre * */ public interface WhiteFreighter extends ClientBundle, TokenFreighterImageBundle { @Override
From source file com.fullmetalgalaxy.client.ressources.tokens.Yellow.java
/** * @author Vincent Legendre * */ public interface Yellow extends ClientBundle, TokenImageBundle { @Override