net.sf.doolin.gui.wizard.support
Class WizardWindowFactory

java.lang.Object
  extended by net.sf.doolin.gui.wizard.support.WizardWindowFactory
All Implemented Interfaces:
GUIWindowFactory

public class WizardWindowFactory
extends Object
implements GUIWindowFactory

This window factory creates a window for a wizard.

Author:
Damien Coraboeuf
See Also:
WizardWindow

Constructor Summary
WizardWindowFactory()
           
 
Method Summary
<B> GUIWindow<B>
createWindow()
          Creates a GUIWindow instance.
 void setWizardActionsFactory(DialogActionsFactory wizardActionsFactory)
          Sets the factory for the wizard actions (previous, next, etc).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardWindowFactory

public WizardWindowFactory()
Method Detail

createWindow

public <B> GUIWindow<B> createWindow()
Description copied from interface: GUIWindowFactory
Creates a GUIWindow instance.

Specified by:
createWindow in interface GUIWindowFactory
Type Parameters:
B - Type of bean for the window
Returns:
Window instance

setWizardActionsFactory

public void setWizardActionsFactory(DialogActionsFactory wizardActionsFactory)
Sets the factory for the wizard actions (previous, next, etc). By default, it is set to DefaultWizardActionsFactory.

Parameters:
wizardActionsFactory - Wizard actions factory


Copyright © 2011. All Rights Reserved.