Uses of Class
net.sf.magicproject.deckbuilder.Deck

Packages that use Deck
net.sf.magicproject.clickable.targetable.player All player components. 
net.sf.magicproject.deckbuilder any classes manipulating decks and also components used by the deckbuilder form. 
net.sf.magicproject.network The network package manages all communications between client and servers. 
net.sf.magicproject.zone Contains all zones. 
 

Uses of Deck in net.sf.magicproject.clickable.targetable.player
 

Methods in net.sf.magicproject.clickable.targetable.player that return Deck
 Deck Player.getDeck()
          Return the current deck of player.
 

Methods in net.sf.magicproject.clickable.targetable.player with parameters of type Deck
 void Player.setDeck(Deck deck)
          Set the deck of this player.
 

Uses of Deck in net.sf.magicproject.deckbuilder
 

Fields in net.sf.magicproject.deckbuilder declared as Deck
static Deck Deck.currentDeck
          The current instance of deck.
 

Methods in net.sf.magicproject.deckbuilder that return Deck
static Deck DeckReader.getDeck(java.awt.Component parentComponent, java.lang.String deckFile)
          Return the deck component corresponding to the given file.
static Deck DeckReader.getDeck(MInputStream deckStream)
          Return the deck component corresponding to the given stream.
 

Methods in net.sf.magicproject.deckbuilder with parameters of type Deck
static void DeckReader.fillZone(Deck deck, java.io.FileInputStream dbFile, MZone zone, Player owner)
          Fill player's zone with the cards found in InputFile
 void ConstraintsChecker.setDeck(Deck deck)
          Set the deck attached to this checker.
 java.util.List<java.lang.String> DeckConstraint.validate(Deck deck)
          Validate the given deck.
static boolean DeckReader.validateDeck(java.awt.Component parentComponent, Deck deck, DeckConstraint deckConstraint)
          Validate a deck read from the given stream.
static boolean DeckReader.validateDeck(java.awt.Component parentComponent, Deck deck, java.lang.String deckConstraint)
          Validate a deck read from the given stream.
 

Uses of Deck in net.sf.magicproject.network
 

Constructors in net.sf.magicproject.network with parameters of type Deck
Client(Deck deck, char[] passwd)
          create a new server for a specified port, play name, nickName and password required (null if none)
Server(Deck deck, char[] passwd)
          create a new server for a specified port, play name, nickName and password required (null if none)
 

Uses of Deck in net.sf.magicproject.zone
 

Methods in net.sf.magicproject.zone with parameters of type Deck
 void ZoneManager.giveCards(Deck deck, java.io.FileInputStream dbFile)
          Fill the player's init zone with cards found in the given InputFile
 



Copyright © 2003-2007 Magic-Project. All Rights Reserved.