Uses of Enum Class
ca.phon.ui.wizard.WizardEvent.WizardEventType
Packages that use WizardEvent.WizardEventType
-
Uses of WizardEvent.WizardEventType in ca.phon.ui.wizard
Methods in ca.phon.ui.wizard that return WizardEvent.WizardEventTypeModifier and TypeMethodDescriptionWizardEvent.getType()
static WizardEvent.WizardEventType
Returns the enum constant of this class with the specified name.static WizardEvent.WizardEventType[]
WizardEvent.WizardEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.ui.wizard with parameters of type WizardEvent.WizardEventTypeConstructors in ca.phon.ui.wizard with parameters of type WizardEvent.WizardEventTypeModifierConstructorDescriptionWizardEvent
(WizardEvent.WizardEventType type, WizardFrame wizard, int stepIdx)