|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.util.ui.wizard.old.ProMWizard
public abstract class ProMWizard
This abstract class provides the basic stuff needed for a wizard. To use this class, one needs to implement the following functions:
Constructor Summary | |
---|---|
ProMWizard(org.processmining.contexts.uitopia.UIPluginContext context,
java.lang.String title)
Constructor. |
Method Summary | |
---|---|
abstract boolean |
cancel()
Executed if the user hits the cancel button during execution |
abstract boolean |
finish()
Executed if the user hits the finish button during execution |
org.processmining.contexts.uitopia.UIPluginContext |
getContext()
|
int |
getCurrentStep()
|
ProMWizardStep |
getStep(int nr)
Returns the step with nr. |
java.lang.String |
getTitle()
|
protected int |
go(int direction)
Traverses "direction" steps. |
abstract ProMWizardStep[] |
init()
Initialization of the wizard. |
abstract boolean |
next()
Executed if the user hits the next button during execution |
abstract boolean |
previous()
Ececuted if the user hits the previous button during execution |
abstract void |
readSettings()
Reads settings. |
org.deckfour.uitopia.api.event.TaskListener.InteractionResult |
showWizard()
This is the main function of the Wizard. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProMWizard(org.processmining.contexts.uitopia.UIPluginContext context, java.lang.String title)
context
- title
- Method Detail |
---|
public int size()
public java.lang.String getTitle()
public org.processmining.contexts.uitopia.UIPluginContext getContext()
public ProMWizardStep getStep(int nr)
nr
-
public int getCurrentStep()
public abstract ProMWizardStep[] init()
public abstract void readSettings()
public abstract boolean cancel()
public abstract boolean finish()
public abstract boolean next()
public abstract boolean previous()
public org.deckfour.uitopia.api.event.TaskListener.InteractionResult showWizard()
protected int go(int direction)
direction
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |