Uses of Class
org.cb.jset.CardProperties

Packages that use CardProperties
org.cb.jset Classes part of the core of the implementation, used by both the client and the server packages.. 
org.cb.jset.client The classes making the JSet client. 
org.cb.jset.client.model The model of the JSet client. 
org.cb.jset.server The server part of the JSet game. 
 

Uses of CardProperties in org.cb.jset
 

Methods in org.cb.jset that return CardProperties
 CardProperties[] CardStack.pop(int nbCardsToPop)
           
 CardProperties JSetCard.getProperties()
           
 CardProperties[] BoardImpl.getCards()
           
 CardProperties[] CardSet.getCards()
           
static CardProperties CardProperties.getCard(int idx)
          Get the card given the specified index.
static CardProperties CardProperties.findCard(CardProperties card)
           
 

Methods in org.cb.jset with parameters of type CardProperties
 void SetGameBoardListener.cardsAdded(CardProperties[] cards)
          Called to notify that the specified cards were added to the board.
 void BoardImpl.addCards(CardProperties[] cards)
          Add the specified cards onto the board.
static CardProperties CardProperties.findCard(CardProperties card)
           
static java.lang.String CardProperties.toString(CardProperties[] cards)
          A helper function that generates a String representation for the specified array of CardProperties.
 

Constructors in org.cb.jset with parameters of type CardProperties
JSetCard(CardProperties properties)
           
CardSet(CardProperties[] set)
          Creates a new instance of CardSet given the specified card properties.
 

Uses of CardProperties in org.cb.jset.client
 

Methods in org.cb.jset.client with parameters of type CardProperties
protected  void AbstractGame.fireCardsAdded(CardProperties[] cards)
           
 

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

Methods in org.cb.jset.client.model with parameters of type CardProperties
 void SetGameClientBoard.addCards(CardProperties[] cards)
          Add the specified cards onto the board.
 void JSetClientBoardModel.addCards(CardProperties[] cards)
          Add the specified cards onto the board.
 

Uses of CardProperties in org.cb.jset.server
 

Methods in org.cb.jset.server with parameters of type CardProperties
 void RemoteSetGameBoardListener.cardsAdded(CardProperties[] cards)
          Called to notify that the specified cards were added to the board.
 



Copyright © 2004 CoffeeBreaks. All Rights Reserved.