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