Uses of Class
net.sf.magicproject.action.Actiontype

Packages that use Actiontype
net.sf.magicproject.action Provides actions. 
net.sf.magicproject.action.intlist Provides actions manipulating a list of integers. 
net.sf.magicproject.action.objectmap Provides actions manipulating maps of objects of targetable components. 
net.sf.magicproject.action.targetlist Provides actions manipulating lists of targetable components. 
net.sf.magicproject.xml XML builder components : parsing xml cards/rules to build the MDB file. 
net.sf.magicproject.xml.action XML action builder components : parsing xml cards/rules to build the MDB file. 
 

Uses of Actiontype in net.sf.magicproject.action
 

Methods in net.sf.magicproject.action that return Actiontype
 Actiontype WaitTriggeredBufferChoice.getIdAction()
           
 Actiontype WaitChoosenActionChoice.getIdAction()
           
 Actiontype WaitActivatedChoice.getIdAction()
           
abstract  Actiontype UserAction.getIdAction()
           
 Actiontype UnregisterThis.getIdAction()
           
 Actiontype Target.getIdAction()
           
 Actiontype Sound.getIdAction()
           
 Actiontype Repeat.getIdAction()
          return the id of this action.
 Actiontype RemoveObject.getIdAction()
           
 Actiontype RemoveMe.getIdAction()
          Return the index of this action.
 Actiontype RefreshModifier.getIdAction()
          Return the index of this action.
 Actiontype PayMana.getIdAction()
           
 Actiontype MoveObject.getIdAction()
           
 Actiontype MoveCard.getIdAction()
          return the id of this action.
 Actiontype ModifyTargetableRegister.getIdAction()
           
abstract  Actiontype ModifyRegister.getIdAction()
           
abstract  Actiontype MAction.getIdAction()
          Return the index of this action.
 Actiontype InputChoice.getIdAction()
           
 Actiontype Input.getIdAction()
           
 Actiontype Hop.getIdAction()
           
 Actiontype DetachMe.getIdAction()
           
 Actiontype AddModifierFromStaticModifier.getIdAction()
          Return the index of this action.
static Actiontype Actiontype.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Actiontype[] Actiontype.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Actiontype in net.sf.magicproject.action.intlist
 

Methods in net.sf.magicproject.action.intlist that return Actiontype
 Actiontype IntList.getIdAction()
           
 

Uses of Actiontype in net.sf.magicproject.action.objectmap
 

Methods in net.sf.magicproject.action.objectmap that return Actiontype
 Actiontype ObjectMap.getIdAction()
           
 

Uses of Actiontype in net.sf.magicproject.action.targetlist
 

Methods in net.sf.magicproject.action.targetlist that return Actiontype
 Actiontype TargetList.getIdAction()
           
 

Uses of Actiontype in net.sf.magicproject.xml
 

Methods in net.sf.magicproject.xml with parameters of type Actiontype
static void XmlAction.buildMdb(Actiontype actionType, XmlParser.Node node, java.io.OutputStream out)
          Write the action of the specified node to the given output stream.
 

Uses of Actiontype in net.sf.magicproject.xml.action
 

Methods in net.sf.magicproject.xml.action with parameters of type Actiontype
static void Msg.buildMdbMsg(Actiontype actionType, XmlParser.Node node, java.io.OutputStream out)
           Structure of stream : Data[size] action name [String] controller [TestOn] text to display [String]
 



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