Java 类com.google.gwt.user.client.ui.ImageBundle 实例源码

项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/2_clubs.jpg")
AbstractImagePrototype two_clubs();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/2_diamond.jpg")
AbstractImagePrototype two_diamond();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/2_heart.jpg")
AbstractImagePrototype two_heart();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/2_spade.jpg")
AbstractImagePrototype two_spade();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/3_clubs.jpg")
AbstractImagePrototype three_clubs();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/3_diamond.jpg")
AbstractImagePrototype three_diamond();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/3_heart.jpg")
AbstractImagePrototype three_heart();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/3_spade.jpg")
AbstractImagePrototype three_spade();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/4_clubs.jpg")
AbstractImagePrototype four_clubs();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/4_diamond.jpg")
AbstractImagePrototype four_diamond();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/4_heart.jpg")
AbstractImagePrototype four_heart();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/4_spade.jpg")
AbstractImagePrototype four_spade();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/5_clubs.jpg")
AbstractImagePrototype five_clubs();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/5_diamond.jpg")
AbstractImagePrototype five_diamond();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/5_heart.jpg")
AbstractImagePrototype five_heart();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/5_spade.jpg")
AbstractImagePrototype five_spade();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/6_clubs.jpg")
AbstractImagePrototype six_clubs();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/6_diamond.jpg")
AbstractImagePrototype six_diamond();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/6_heart.jpg")
AbstractImagePrototype six_heart();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/6_spade.jpg")
AbstractImagePrototype six_spade();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/7_clubs.jpg")
AbstractImagePrototype seven_clubs();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/7_diamond.jpg")
AbstractImagePrototype seven_diamond();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/7_heart.jpg")
AbstractImagePrototype seven_heart();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/7_spade.jpg")
AbstractImagePrototype seven_spade();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/8_clubs.jpg")
AbstractImagePrototype eight_clubs();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/8_diamond.jpg")
AbstractImagePrototype eight_diamond();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/8_heart.jpg")
AbstractImagePrototype eight_heart();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/8_spade.jpg")
AbstractImagePrototype eight_spade();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/9_clubs.jpg")
AbstractImagePrototype nine_clubs();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/9_diamond.jpg")
AbstractImagePrototype nine_diamond();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/9_heart.jpg")
AbstractImagePrototype nine_heart();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/9_spade.jpg")
AbstractImagePrototype nine_spade();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/10_clubs.jpg")
AbstractImagePrototype ten_clubs();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/10_diamond.jpg")
AbstractImagePrototype ten_diamond();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/10_heart.jpg")
AbstractImagePrototype ten_heart();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/10_spade.jpg")
AbstractImagePrototype ten_spade();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/ace_clubs.jpg")
AbstractImagePrototype ace_clubs();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/ace_diamond.jpg")
AbstractImagePrototype ace_diamond();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/ace_heart.jpg")
AbstractImagePrototype ace_heart();
项目:google-gin    文件:DeckOfCardsImageBundle.java   
@ImageBundle.Resource("com/google/gwt/gin/higherlower/public/images/ace_spade.jpg")
AbstractImagePrototype ace_spade();