Uses of Interface
net.sf.magicproject.action.BackgroundMessaging

Packages that use BackgroundMessaging
net.sf.magicproject.action Provides actions. 
net.sf.magicproject.clickable.targetable.card All card components. 
net.sf.magicproject.ui.component I18N utilities. 
net.sf.magicproject.ui.wizard Wizard components. 
 

Uses of BackgroundMessaging in net.sf.magicproject.action
 

Classes in net.sf.magicproject.action that implement BackgroundMessaging
 class Input
          Display a message box with a customizable ok button and text.
 class InputChoice
          Propose to choose within several valid actions list.
 class MessagingAction
           
 class MoveCard
          To move the current target list from their place to another.
 

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

Classes in net.sf.magicproject.clickable.targetable.card that implement BackgroundMessaging
 class TriggeredCardChoice
           
 

Uses of BackgroundMessaging in net.sf.magicproject.ui.component
 

Methods in net.sf.magicproject.ui.component with parameters of type BackgroundMessaging
 void MessageButton.startButton(ContextEventListener context, Ability ability, BackgroundMessaging action, Wizard wizard)
          Show the button enabling to restore the background wizard.
 

Uses of BackgroundMessaging in net.sf.magicproject.ui.wizard
 

Constructors in net.sf.magicproject.ui.wizard with parameters of type BackgroundMessaging
Choice(ContextEventListener context, Ability ability, BackgroundMessaging action, boolean allowCancel, java.util.List<java.lang.String> actions)
          Creates a new instance of Choice
Ok(ContextEventListener context, Ability ability, BackgroundMessaging action, java.lang.String title, java.lang.String description, java.lang.String iconName, int width, int height, java.lang.String text)
          Creates a new instance of Ok
Ok(ContextEventListener context, Ability ability, BackgroundMessaging action, java.lang.String title, java.lang.String description, java.lang.String iconName, java.lang.String button, int width, int height)
          Creates a new instance of Ok
Wizard(ContextEventListener context, Ability ability, BackgroundMessaging action, java.lang.String title, java.lang.String description, java.lang.String iconName, int width, int height)
          Create a new instance of this class.
YesNo(ContextEventListener context, Ability ability, BackgroundMessaging action, java.lang.String title, java.lang.String description, java.lang.String iconName, java.lang.String yesButton, java.lang.String noButton, int width, int height)
          Create a new instance of this class.
 



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