Package ca.phon.ui.wizard
Class WizardEvent
java.lang.Object
ca.phon.ui.wizard.WizardEvent
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionWizardEvent
(WizardEvent.WizardEventType type, WizardFrame wizard, int stepIdx) -
Method Summary
Modifier and TypeMethodDescriptionstatic WizardEvent
createFinishedEvent
(WizardFrame wizard) static WizardEvent
createGotoStepEvent
(WizardFrame wizard, int stepIdx) int
getStep()
getType()
void
setSource
(WizardFrame source) void
setStep
(int stepIdx) void
-
Constructor Details
-
WizardEvent
-
-
Method Details
-
createGotoStepEvent
-
createFinishedEvent
-
getType
-
setType
-
getSource
-
setSource
-
getStep
public int getStep() -
setStep
public void setStep(int stepIdx)
-