Uses of Class
ca.phon.ui.wizard.WizardStep
Packages that use WizardStep
Package
Description
-
Uses of WizardStep in ca.phon.app.opgraph.analysis
Methods in ca.phon.app.opgraph.analysis that return WizardStep -
Uses of WizardStep in ca.phon.app.opgraph.wizard
Fields in ca.phon.app.opgraph.wizard declared as WizardStepModifier and TypeFieldDescriptionprotected WizardStepNodeWizard.optionalsStepprotected WizardStepNodeWizard.reportDataStepMethods in ca.phon.app.opgraph.wizard that return WizardStepModifier and TypeMethodDescriptionprotected WizardStepNodeWizard.createIntroStep(String title, String message) protected WizardStepNodeWizard.createOptionalsStep()protected WizardStepNodeWizard.createReportStep()protected WizardStepNodeWizard.createStep(WizardExtension ext, ca.phon.opgraph.OpNode node) -
Uses of WizardStep in ca.phon.app.project.checkwizard
Subclasses of WizardStep in ca.phon.app.project.checkwizardModifier and TypeClassDescriptionclassStep 1 - Check IPA wizard Select sessions and actions to perform. -
Uses of WizardStep in ca.phon.app.project.mergewizard
Subclasses of WizardStep in ca.phon.app.project.mergewizardModifier and TypeClassDescriptionclassSelect session name, corpus and sessions for merge.classProvide a record filter for each session selected in step 1. -
Uses of WizardStep in ca.phon.ui.wizard
Fields in ca.phon.ui.wizard with type parameters of type WizardStepModifier and TypeFieldDescriptionprotected ca.phon.ui.jbreadcrumb.JBreadcrumb<WizardStep, String> BreadcrumbWizardFrame.breadCrumbViewerMethods in ca.phon.ui.wizard that return WizardStepModifier and TypeMethodDescriptionWizardFrame.addWizardStep(JComponent comp) WizardFrame.getCurrentStep()WizardFrame.getWizardStep(int idx) Methods in ca.phon.ui.wizard with parameters of type WizardStepModifier and TypeMethodDescriptionvoidWizardFrame.addWizardStep(int idx, WizardStep ws) voidWizardFrame.addWizardStep(WizardStep ws) intWizardFrame.getStepIndex(WizardStep step) voidBreadcrumbWizardFrame.removeWizardStep(WizardStep ws) voidWizardFrame.removeWizardStep(WizardStep ws)