Sorting by formats in Collection Viewer.

This commit is contained in:
magenoxx 2011-10-15 14:16:13 +04:00
parent ec3305478d
commit 5fbb8b1053
5 changed files with 363 additions and 304 deletions

View file

@ -37,8 +37,6 @@ package mage.client.deckeditor;
import mage.cards.decks.Deck;
import mage.client.cards.BigCard;
import mage.client.cards.CardsList;
import mage.client.constants.Constants.SortBy;
import mage.client.util.Event;
import mage.client.util.Listener;
import mage.view.CardsView;