Uses of Class
net.sf.magicproject.ui.MListModel

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

Uses of MListModel in net.sf.magicproject.deckbuilder
 

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

Uses of MListModel in net.sf.magicproject.tools
 

Methods in net.sf.magicproject.tools with parameters of type MListModel
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 MListModel in net.sf.magicproject.ui
 

Methods in net.sf.magicproject.ui that return MListModel
 MListModel<MCardCompare> MCardTableModel.getCards()
           
 

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



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