Uses of Interface
org.cb.cardboard.CardBoardModel

Packages that use CardBoardModel
org.cb.cardboard A package containing (supposedly) generic classes and interfaces for cardboard games implementations. 
org.cb.jset.client.model The model of the JSet client. 
org.cb.jset.client.ui The UI of the JSet client. 
 

Uses of CardBoardModel in org.cb.cardboard
 

Classes in org.cb.cardboard that implement CardBoardModel
 class AbstractCardBoardModel
          Abstract CardBoardModel implementation.
 

Uses of CardBoardModel in org.cb.jset.client.model
 

Classes in org.cb.jset.client.model that implement CardBoardModel
 class JSetClientBoardModel
          A client BoardImpl is a special board that also keeps track of card layout, especially the empty spaces.
 

Uses of CardBoardModel in org.cb.jset.client.ui
 

Methods in org.cb.jset.client.ui that return CardBoardModel
 CardBoardModel JSetBoardComponent.getModel()
           
 

Methods in org.cb.jset.client.ui with parameters of type CardBoardModel
 void JSetBoardComponent.setModel(CardBoardModel model)
          Sets a new model for that board.
 

Constructors in org.cb.jset.client.ui with parameters of type CardBoardModel
JSetBoardComponent(CardBoardModel dataModel)
          Constructs a Board component using the specified dataModel.
 



Copyright © 2004 CoffeeBreaks. All Rights Reserved.