Uses of Class
net.sf.magicproject.clickable.action.JChoosenAction

Packages that use JChoosenAction
net.sf.magicproject.action Provides actions. 
net.sf.magicproject.action.context Provides context classes of an action. 
net.sf.magicproject.action.listener Provides interfaces describing the king of listener an action is. 
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.stack All classes manipulating stack and controlling the abilities/actions flow. 
 

Uses of JChoosenAction in net.sf.magicproject.action
 

Methods in net.sf.magicproject.action with parameters of type JChoosenAction
 boolean WaitChoosenActionChoice.clickOn(JChoosenAction action)
           
 boolean WaitChoosenActionChoice.succeedClickOn(JChoosenAction action)
           
 

Uses of JChoosenAction in net.sf.magicproject.action.context
 

Fields in net.sf.magicproject.action.context declared as JChoosenAction
 JChoosenAction ActionContextWrapper.actionUI
          The JCostAction object associated to this context.
 

Uses of JChoosenAction in net.sf.magicproject.action.listener
 

Methods in net.sf.magicproject.action.listener with parameters of type JChoosenAction
 boolean WaitingAction.clickOn(JChoosenAction action)
          Called to specify the triggered card chosen for the current action by the handed player
 boolean WaitingAction.succeedClickOn(JChoosenAction action)
          This function should be called by the 'clickOn' caller in case of the specified action has been handled during the checking validity of this click in the clickOn(JChoosenAction) function.
 

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

Methods in net.sf.magicproject.clickable.action with parameters of type JChoosenAction
 void ChoosenCostPanel.sendClickToOpponent(JChoosenAction action)
          Send to opponent the message indicating that we've clicked on this card
 

Uses of JChoosenAction in net.sf.magicproject.stack
 

Methods in net.sf.magicproject.stack with parameters of type JChoosenAction
 boolean ActionManager.clickOn(JChoosenAction action)
          Called to specify the player choice for the current action.
 void ActionManager.succeedClickOn(JChoosenAction action)
          This function should be called by the 'clickOn' caller in case of the specified player has been handled during the checking validity of this click in the clickOn(JChoosenAction) function.
 



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