Uses of Class
net.sf.magicproject.tools.MCardCompare

Packages that use MCardCompare
net.sf.magicproject.deckbuilder any classes manipulating decks and also components used by the deckbuilder form. 
net.sf.magicproject.test Provides all tests. 
net.sf.magicproject.tools Some utility classes. 
net.sf.magicproject.ui UI classes. 
 

Uses of MCardCompare in net.sf.magicproject.deckbuilder
 

Methods in net.sf.magicproject.deckbuilder that return types with arguments of type MCardCompare
 java.util.List<MCardCompare> Deck.getCards()
          Return the cards of this deck.
 

Methods in net.sf.magicproject.deckbuilder with parameters of type MCardCompare
 void Deck.addCard(MCardCompare card)
          Add any number of cards to this deck.
 void Deck.removeCard(MCardCompare card)
           
 void CardView.setCard(MCardCompare card)
          Display the given card name.
 

Method parameters in net.sf.magicproject.deckbuilder with type arguments of type MCardCompare
static void DeckReader.readAvailableCards(MListModel<MCardCompare> cardNames)
          Read available cards from file and add them to the specified cardNames
 

Uses of MCardCompare in net.sf.magicproject.test
 

Fields in net.sf.magicproject.test declared as MCardCompare
static MCardCompare DeckCounter.lastRanCard
          The last card tested with a counter.
 

Uses of MCardCompare in net.sf.magicproject.tools
 

Methods in net.sf.magicproject.tools that return MCardCompare
 MCardCompare MCardCompare.clone()
           
 

Methods in net.sf.magicproject.tools with parameters of type MCardCompare
 int MCardCompare.compare(MCardCompare o1, MCardCompare o2)
           
 int MCardCompare.compareTo(MCardCompare o)
           
 

Method parameters in net.sf.magicproject.tools with type arguments of type MCardCompare
static boolean MSaveDeck.saveDeck(java.lang.String fileName, MListModel<MCardCompare> names, javax.swing.JFrame parent)
          Saves deck to ASCII file from specified staticTurnLists.
 

Uses of MCardCompare in net.sf.magicproject.ui
 

Classes in net.sf.magicproject.ui with type parameters of type MCardCompare
 class MListModel<T extends MCardCompare>
           
 

Methods in net.sf.magicproject.ui that return MCardCompare
 T[] MListModel.toArray()
          Returns an array containing all of the elements in this list in proper sequence (from first to last element).
 

Methods in net.sf.magicproject.ui that return types with arguments of type MCardCompare
 MListModel<MCardCompare> MCardTableModel.getCards()
           
 

Constructor parameters in net.sf.magicproject.ui with type arguments of type MCardCompare
MCardTableModel(MListModel<MCardCompare> mCardList)
          Create a new TableModel with an MCardCompare list as source for cells.
 



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