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

java.lang.Object
  extended by net.sf.doolin.gui.action.AbstractGUIAction
      extended by net.sf.doolin.gui.action.AbstractTextAction
          extended by net.sf.doolin.gui.wizard.support.AbstractWizardAction
All Implemented Interfaces:
GUIAction
Direct Known Subclasses:
WizardCancelAction, WizardFinishAction, WizardNextAction, WizardPreviousAction

public abstract class AbstractWizardAction
extends AbstractTextAction

Abstract action for a wizard.

Author:
Damien Coraboeuf

Constructor Summary
AbstractWizardAction(String id, String textKey)
          Constructor
 
Method Summary
<B> WizardWindow<B>
getWizard(ActionContext actionContext)
          Gets the WizardWindow from the content
 
Methods inherited from class net.sf.doolin.gui.action.AbstractTextAction
getIconIDExpression, getId, getShortcut, getShortcutExpression, getText, getTextExpression, getTipExpression
 
Methods inherited from class net.sf.doolin.gui.action.AbstractGUIAction
doExecute, execute, getActionContextData, getActionContextDataExtractor, getDisplayStateHandler, getIcon, getIconService, setActionContextDataExtractor, setDisplayStateHandler, setIconService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWizardAction

public AbstractWizardAction(String id,
                            String textKey)
Constructor

Parameters:
id - ID for the action
See Also:
WizardAction
Method Detail

getWizard

public <B> WizardWindow<B> getWizard(ActionContext actionContext)
Gets the WizardWindow from the content

Parameters:
actionContext - Action context
Returns:
Wizard window


Copyright © 2011. All Rights Reserved.