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

Packages that use MessagingAction
net.sf.magicproject.action Provides actions. 
net.sf.magicproject.ui.wizard Wizard components. 
 

Uses of MessagingAction in net.sf.magicproject.action
 

Subclasses of MessagingAction in net.sf.magicproject.action
 class Input
          Display a message box with a customizable ok button and text.
 class InputChoice
          Propose to choose within several valid actions list.
 

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

Constructors in net.sf.magicproject.ui.wizard with parameters of type MessagingAction
InputColor(ContextEventListener context, Ability ability, MessagingAction action, java.lang.String description, int allowedColors, boolean allowColorless, boolean multiselect)
          Creates a new instance of this class
InputNumber(ContextEventListener context, Ability ability, MessagingAction action, java.lang.String description, int min, int max, boolean allowCancel, int defaultValue, boolean strictMax)
          Creates a new instance of MInputIntegerFrame
InputProperty(ContextEventListener context, Ability ability, MessagingAction action, java.lang.String description, int[] allowedProperties)
          Creates a new instance of InputProperty
InputZone(ContextEventListener context, Ability ability, MessagingAction action, java.lang.String description, int[] allowedZones)
          Creates a new instance of InputZone
YesNo(ContextEventListener context, Ability ability, MessagingAction 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, MessagingAction action, java.lang.String title, java.lang.String description, java.lang.String iconName, int width, int height, java.lang.String text)
          Create a new instance of this class.
 



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