Uses of Interface
net.mlw.gfw.ext.card.HandModel

Packages that use HandModel
net.mlw.gfw.ext.card   
net.mlw.gfw.ext.card.ai   
net.mlw.gfw.ext.card.component   
 

Uses of HandModel in net.mlw.gfw.ext.card
 

Classes in net.mlw.gfw.ext.card that implement HandModel
 class DefaultHandModel
           
 

Fields in net.mlw.gfw.ext.card declared as HandModel
protected  net.mlw.gfw.ext.card.HandModel DefaultCardValidator.handModel
           
 

Methods in net.mlw.gfw.ext.card that return HandModel
 net.mlw.gfw.ext.card.HandModel[] DealResults.getHandModels()
           
 

Constructors in net.mlw.gfw.ext.card with parameters of type HandModel
DealResults(net.mlw.gfw.ext.card.HandModel[] hands)
           
DefaultCardValidator(net.mlw.gfw.ext.card.HandModel handModel)
           
 

Uses of HandModel in net.mlw.gfw.ext.card.ai
 

Constructors in net.mlw.gfw.ext.card.ai with parameters of type HandModel
DanBotBrain(net.mlw.gfw.ext.card.HandModel hand, net.mlw.gfw.ext.card.TableModel table, net.mlw.gfw.ext.card.CardValidator validator)
           
 

Uses of HandModel in net.mlw.gfw.ext.card.component
 

Methods in net.mlw.gfw.ext.card.component that return HandModel
 net.mlw.gfw.ext.card.HandModel HandPanel.getModel()
           
 

Methods in net.mlw.gfw.ext.card.component with parameters of type HandModel
 void HandPanel.setModel(net.mlw.gfw.ext.card.HandModel handModel)
           
 

Constructors in net.mlw.gfw.ext.card.component with parameters of type HandModel
HandPanel(net.mlw.gfw.ext.card.CardRenderer cardRenderer, int maxNumberOfCards, net.mlw.gfw.ext.card.HandModel handModel)
          Default constructor.
 



Copyright © 2003-2004 mlavilson. All Rights Reserved.