Uses of Interface
jaxx.runtime.swing.wizard.WizardOperationStep

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

Uses of WizardOperationStep in jaxx.runtime.swing.wizard
 

Classes in jaxx.runtime.swing.wizard with type parameters of type WizardOperationStep
 class WizardOperationAction<E extends WizardOperationStep,M extends WizardOperationModel<E>>
          La classe de base a implanter pour definir l'action d'une operation dans un wizard.
 class WizardOperationActionThread<E extends WizardOperationStep,M extends WizardOperationModel<E>,A extends WizardOperationAction<E,M>>
          Thread qui réalise les opérations.
 class WizardOperationModel<E extends WizardOperationStep>
          Un modèle de wizard avec des opérations.
 

Methods in jaxx.runtime.swing.wizard with parameters of type WizardOperationStep
 void WizardOperationModel.setSteps(E... steps)
           
 

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



Copyright © 2008-2010 CodeLutin. All Rights Reserved.