|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.action.AbstractGUIAction
net.sf.doolin.gui.action.AbstractTextAction
net.sf.doolin.gui.wizard.support.AbstractWizardAction
net.sf.doolin.gui.wizard.support.WizardFinishAction
public class WizardFinishAction
"Finish" action.
| Constructor Summary | |
|---|---|
WizardFinishAction()
Constructor. |
|
WizardFinishAction(String text)
Constructor with custom text |
|
WizardFinishAction(String text,
DisplayStateHandler handler)
Constructor with custom text and display state handler. |
|
| Method Summary | |
|---|---|
protected void |
doExecute(ActionContext context)
Just closes the wizard. |
protected String |
getShortcut()
Gets the shortcut for this action |
| Methods inherited from class net.sf.doolin.gui.wizard.support.AbstractWizardAction |
|---|
getWizard |
| Methods inherited from class net.sf.doolin.gui.action.AbstractTextAction |
|---|
getIconIDExpression, getId, getShortcutExpression, getText, getTextExpression, getTipExpression |
| Methods inherited from class net.sf.doolin.gui.action.AbstractGUIAction |
|---|
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 |
|---|
public WizardFinishAction()
public WizardFinishAction(String text)
text - Text for the button
public WizardFinishAction(String text,
DisplayStateHandler handler)
ValidationDisplayStateHandler.
text - Text for the buttonhandler - Display state handler| Method Detail |
|---|
protected void doExecute(ActionContext context)
throws Exception
doExecute in class AbstractGUIActioncontext - the context
Exception - the exceptionprotected String getShortcut()
AbstractTextAction
getShortcut in class AbstractTextActionKeyStroke.getKeyStroke(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||