net.sourceforge.crudo.gen.dialog
Class WizardLauncher

java.lang.Object
  extended by net.sourceforge.crudo.gen.dialog.WizardLauncher
All Implemented Interfaces:
CrudoConstants, IActionCommand

public class WizardLauncher
extends java.lang.Object
implements IActionCommand


Field Summary
 
Fields inherited from interface net.sourceforge.crudo.action.CrudoConstants
BASE_FOLDER, ENTITY, FACES_CONFIG_FILE, PAGE_NAME
 
Constructor Summary
WizardLauncher()
           
 
Method Summary
protected  org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent, java.util.Map<java.lang.String,java.lang.Object> context)
           
 void execute(java.util.Map<java.lang.String,java.lang.Object> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardLauncher

public WizardLauncher()
Method Detail

createContents

protected org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent,
                                                         java.util.Map<java.lang.String,java.lang.Object> context)

execute

public void execute(java.util.Map<java.lang.String,java.lang.Object> context)
             throws java.lang.Exception
Specified by:
execute in interface IActionCommand
Throws:
java.lang.Exception