net.sf.doolin.gui.wizard.support
Class AbstractWizardAction
java.lang.Object
net.sf.doolin.gui.action.AbstractGUIAction
net.sf.doolin.gui.action.AbstractTextAction
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWizardAction
public AbstractWizardAction(String id,
String textKey)
- Constructor
- Parameters:
id - ID for the action- See Also:
WizardAction
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.