net.sf.doolin.gui.wizard.support
Class DefaultWizardActionsFactory
java.lang.Object
net.sf.doolin.gui.wizard.support.AbstractWizardActionsFactory
net.sf.doolin.gui.wizard.support.DefaultWizardActionsFactory
- All Implemented Interfaces:
- DialogActionsFactory
public class DefaultWizardActionsFactory
- extends AbstractWizardActionsFactory
Default factory for the wizard actions: Previous, Next, Finish and Cancel.
- Author:
- Damien Coraboeuf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final DefaultWizardActionsFactory INSTANCE
- Available pre-created instance.
DefaultWizardActionsFactory
public DefaultWizardActionsFactory()
getDialogActions
public List<GUIAction> getDialogActions()
- Description copied from interface:
DialogActionsFactory
- Returns the list of actions to use in the dialog
- Returns:
- List of actions
Copyright © 2011. All Rights Reserved.