Uses of Interface
net.anotheria.anosite.wizard.handler.WizardHandler
-
Packages that use WizardHandler Package Description net.anotheria.anosite.wizard.handler Base wizard handler implementation and utilities. -
-
Uses of WizardHandler in net.anotheria.anosite.wizard.handler
Classes in net.anotheria.anosite.wizard.handler that implement WizardHandler Modifier and Type Class Description classBaseWizardHandlerBaseWizardHandler as main class for Wizard handlers.classWizardHandlerWrapperWrapper for Wizard handler.Methods in net.anotheria.anosite.wizard.handler that return WizardHandler Modifier and Type Method Description static WizardHandlerWizardHandlerFactory. createHandler(String id)Create method.Constructors in net.anotheria.anosite.wizard.handler with parameters of type WizardHandler Constructor Description WizardHandlerWrapper(WizardHandler aHandler, WizardHandlerProducer aProducer)Constructor.
-