|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeckConstraint | |
---|---|
net.sf.magicproject.deckbuilder | any classes manipulating decks and also components used by the deckbuilder form. |
Uses of DeckConstraint in net.sf.magicproject.deckbuilder |
---|
Methods in net.sf.magicproject.deckbuilder that return DeckConstraint | |
---|---|
DeckConstraint |
Deck.getConstraint()
Return the deck constraint applied to this deck.May be null . |
static DeckConstraint |
DeckConstraints.getDeckConstraint(java.lang.String deckConstraint)
Return the constraint associated to the given name. |
Methods in net.sf.magicproject.deckbuilder that return types with arguments of type DeckConstraint | |
---|---|
static java.util.Collection<DeckConstraint> |
DeckConstraints.getDeckConstraints()
Return the available constraints. |
Methods in net.sf.magicproject.deckbuilder with parameters of type DeckConstraint | |
---|---|
int |
DeckConstraint.compareTo(DeckConstraint o)
|
java.util.List<java.lang.String> |
Deck.validate(DeckConstraint deckConstraint)
Validate this deck. |
static boolean |
DeckReader.validateDeck(java.awt.Component parentComponent,
Deck deck,
DeckConstraint deckConstraint)
Validate a deck read from the given stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |