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

java.lang.Object
  extended by net.sf.doolin.gui.wizard.support.AbstractWizardActionsFactory
All Implemented Interfaces:
DialogActionsFactory
Direct Known Subclasses:
DefaultWizardActionsFactory

public abstract class AbstractWizardActionsFactory
extends Object
implements DialogActionsFactory

This abstract factory provides methods to create default wizard actions.

Author:
Damien Coraboeuf

Constructor Summary
AbstractWizardActionsFactory()
           
 
Method Summary
protected  GUIAction getCancelAction()
          Gets the default "Cancel" actions
protected  GUIAction getFinishAction()
          Gets the default "Finish" actions
protected  GUIAction getNextAction()
          Gets the default "Next" actions
protected  GUIAction getPreviousAction()
          Gets the default "Previous" actions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.doolin.gui.window.dialog.DialogActionsFactory
getDialogActions
 

Constructor Detail

AbstractWizardActionsFactory

public AbstractWizardActionsFactory()
Method Detail

getCancelAction

protected GUIAction getCancelAction()
Gets the default "Cancel" actions

Returns:
"Cancel" action
See Also:
WizardCancelAction

getFinishAction

protected GUIAction getFinishAction()
Gets the default "Finish" actions

Returns:
"Finish" action
See Also:
WizardFinishAction

getNextAction

protected GUIAction getNextAction()
Gets the default "Next" actions

Returns:
"Next" action
See Also:
WizardNextAction

getPreviousAction

protected GUIAction getPreviousAction()
Gets the default "Previous" actions

Returns:
"Previous" action
See Also:
WizardPreviousAction


Copyright © 2011. All Rights Reserved.