Uses of Class
ca.phon.ui.wizard.WizardFrame
Packages that use WizardFrame
Package
Description
-
Uses of WizardFrame in ca.phon.app.opgraph.analysis
Subclasses of WizardFrame in ca.phon.app.opgraph.analysis -
Uses of WizardFrame in ca.phon.app.opgraph.report
Subclasses of WizardFrame in ca.phon.app.opgraph.report -
Uses of WizardFrame in ca.phon.app.opgraph.wizard
Subclasses of WizardFrame in ca.phon.app.opgraph.wizardModifier and TypeClassDescriptionclass
The Node wizard servers as the UI layer for opgraph analysis and reports. -
Uses of WizardFrame in ca.phon.app.project
Subclasses of WizardFrame in ca.phon.app.projectModifier and TypeClassDescriptionclass
Wizard for stripping participant info. -
Uses of WizardFrame in ca.phon.app.project.checkwizard
Subclasses of WizardFrame in ca.phon.app.project.checkwizardModifier and TypeClassDescriptionclass
A wizard for checking/repairing IPA transcriptions in a set of selected sessions. -
Uses of WizardFrame in ca.phon.app.project.git
Subclasses of WizardFrame in ca.phon.app.project.git -
Uses of WizardFrame in ca.phon.app.project.mergewizard
Subclasses of WizardFrame in ca.phon.app.project.mergewizardModifier and TypeClassDescriptionclass
Merge one or more session into a new session. -
Uses of WizardFrame in ca.phon.app.query
Subclasses of WizardFrame in ca.phon.app.queryModifier and TypeClassDescriptionclass
Wizard for executing queries and producing HTML reports. -
Uses of WizardFrame in ca.phon.app.query.report
Subclasses of WizardFrame in ca.phon.app.query.report -
Uses of WizardFrame in ca.phon.app.session
Subclasses of WizardFrame in ca.phon.app.session -
Uses of WizardFrame in ca.phon.app.session.check
Subclasses of WizardFrame in ca.phon.app.session.check -
Uses of WizardFrame in ca.phon.app.session.editor
Subclasses of WizardFrame in ca.phon.app.session.editor -
Uses of WizardFrame in ca.phon.phontalk.plugin
Subclasses of WizardFrame in ca.phon.phontalk.plugin -
Uses of WizardFrame in ca.phon.ui.wizard
Subclasses of WizardFrame in ca.phon.ui.wizardModifier and TypeClassDescriptionclass
Wizard frame with breadcrumb UI for navigationMethods in ca.phon.ui.wizard that return WizardFrameMethods in ca.phon.ui.wizard with parameters of type WizardFrameModifier and TypeMethodDescriptionstatic WizardEvent
WizardEvent.createFinishedEvent
(WizardFrame wizard) static WizardEvent
WizardEvent.createGotoStepEvent
(WizardFrame wizard, int stepIdx) void
WizardEvent.setSource
(WizardFrame source) Constructors in ca.phon.ui.wizard with parameters of type WizardFrameModifierConstructorDescriptionWizardEvent
(WizardEvent.WizardEventType type, WizardFrame wizard, int stepIdx)