|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.magicproject.tools.MSaveDeck
public final class MSaveDeck
MSaveDeck.java Created on 2003/12/18 This class contains methodes saving the
list of cards and quantity into a file. This new file will contain the cards
with their quantity with this format :
card's name ; qty \n
So this one will be compatible with Magic-Project deck file format.
| Method Summary | |
|---|---|
static boolean |
saveDeck(java.lang.String fileName,
MListModel<MCardCompare> names,
javax.swing.JFrame parent)
Saves deck to ASCII file from specified staticTurnLists. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean saveDeck(java.lang.String fileName,
MListModel<MCardCompare> names,
javax.swing.JFrame parent)
fileName - Name of new file.names - ListModel of card names.parent - the parent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||