Uses of Class
net.sf.magicproject.clickable.Clickable

Packages that use Clickable
net.sf.magicproject.clickable Provides clickable components such as cards, players, ... 
net.sf.magicproject.clickable.action Clickable actions are visible actions the players can see their progress such as what's done and what's remain to do. 
net.sf.magicproject.clickable.mana Mana represents colored (so visible) entities can be clickable by players. 
net.sf.magicproject.clickable.targetable Provides all targetable objects : player, card, card... 
net.sf.magicproject.clickable.targetable.card All card components. 
net.sf.magicproject.clickable.targetable.player All player components. 
 

Uses of Clickable in net.sf.magicproject.clickable
 

Method parameters in net.sf.magicproject.clickable with type arguments of type Clickable
static void Clickable.disHighlight(java.util.List<? extends Clickable> list)
          dishighlight the list of targetable
 

Uses of Clickable in net.sf.magicproject.clickable.action
 

Subclasses of Clickable in net.sf.magicproject.clickable.action
 class JChoosenAction
          An implementation of a two-state button.
 

Uses of Clickable in net.sf.magicproject.clickable.mana
 

Subclasses of Clickable in net.sf.magicproject.clickable.mana
 class Mana
          Representes the mana pool of one color of one player : BLACK,BLUE,GREEN,RED, WHITE,COLORLESS.
 

Uses of Clickable in net.sf.magicproject.clickable.targetable
 

Subclasses of Clickable in net.sf.magicproject.clickable.targetable
 class Targetable
          Represents a target : player or card.
 

Uses of Clickable in net.sf.magicproject.clickable.targetable.card
 

Subclasses of Clickable in net.sf.magicproject.clickable.targetable.card
 class AbstractCard
           
 class CardCopy
           
 class LastKnownCard
           
 class MCard
          This class corresponds to the graphical element of a specified card, and correponds to an actor.
 class SystemCard
          MSystemCard.java Created on 5 mars 2004
 class TriggeredCard
           
 class TriggeredCardChoice
           
 

Uses of Clickable in net.sf.magicproject.clickable.targetable.player
 

Subclasses of Clickable in net.sf.magicproject.clickable.targetable.player
 class Opponent
           
 class Player
          Represents a player : name (avatar, preferences,...), mana and zones.
 class PlayerCard
           
 class You
           
 



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