Uses of Interface
jaxx.runtime.swing.wizard.ext.WizardExtStep

Packages that use WizardExtStep
jaxx.runtime.swing.wizard.ext JAXX - Wizard framework This package contains all the classes of the wizard framework ext. 
 

Uses of WizardExtStep in jaxx.runtime.swing.wizard.ext
 

Classes in jaxx.runtime.swing.wizard.ext with type parameters of type WizardExtStep
 class WizardExtModel<E extends WizardExtStep>
          Un modèle de wizard avec des opérations.
 class WizardExtStepModel<E extends WizardExtStep>
          Abstract model of WizardExtStep.
 interface WizardExtUI<E extends WizardExtStep,M extends WizardExtModel<E>>
          Contrat a respecter pour une ui de wizard.
 

Fields in jaxx.runtime.swing.wizard.ext declared as WizardExtStep
protected  E WizardExtStepModel.step
          step of the model
 

Methods in jaxx.runtime.swing.wizard.ext with type parameters of type WizardExtStep
static
<E extends WizardExtStep,M extends WizardExtModel<E>>
void
WizardExtUtil.installWizardUIListeners(WizardExtUI<E,M> ui)
           
 

Methods in jaxx.runtime.swing.wizard.ext that return WizardExtStep
protected abstract  E[] WizardExtModel.updateStepUniverse()
           
 

Methods in jaxx.runtime.swing.wizard.ext with parameters of type WizardExtStep
 void WizardExtModel.setSteps(E... steps)
           
 

Constructors in jaxx.runtime.swing.wizard.ext with parameters of type WizardExtStep
WizardExtModel(Class<E> stepClass, E... steps)
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.