|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.wizard.support.AbstractWizardActionsFactory
public abstract class AbstractWizardActionsFactory
This abstract factory provides methods to create default wizard actions.
| 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 |
|---|
public AbstractWizardActionsFactory()
| Method Detail |
|---|
protected GUIAction getCancelAction()
WizardCancelActionprotected GUIAction getFinishAction()
WizardFinishActionprotected GUIAction getNextAction()
WizardNextActionprotected GUIAction getPreviousAction()
WizardPreviousAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||