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

java.lang.Object
  extended by net.sf.doolin.gui.wizard.support.AbstractWizardActionsFactory
      extended by 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

Field Summary
static DefaultWizardActionsFactory INSTANCE
          Available pre-created instance.
 
Constructor Summary
DefaultWizardActionsFactory()
           
 
Method Summary
 List<GUIAction> getDialogActions()
          Returns the list of actions to use in the dialog
 
Methods inherited from class net.sf.doolin.gui.wizard.support.AbstractWizardActionsFactory
getCancelAction, getFinishAction, getNextAction, getPreviousAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final DefaultWizardActionsFactory INSTANCE
Available pre-created instance.

Constructor Detail

DefaultWizardActionsFactory

public DefaultWizardActionsFactory()
Method Detail

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.