net.sf.doolin.gui.wizard.support
Class WizardWindowFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WizardWindowFactory
public WizardWindowFactory()
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.