Uses of Class
jaxx.runtime.swing.wizard.WizardOperationModel

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

Uses of WizardOperationModel in jaxx.runtime.swing.wizard
 

Classes in jaxx.runtime.swing.wizard with type parameters of type WizardOperationModel
 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.
 

Fields in jaxx.runtime.swing.wizard with type parameters of type WizardOperationModel
protected  Map<E,WizardOperationAction<E,? extends WizardOperationModel<E>>> WizardOperationModel.operationActions
           
 

Methods in jaxx.runtime.swing.wizard that return WizardOperationModel
 WizardOperationModel<E> WizardOperationModel.addOperation(E operation)
           
 

Methods in jaxx.runtime.swing.wizard that return types with arguments of type WizardOperationModel
 WizardOperationAction<E,? extends WizardOperationModel<E>> WizardOperationModel.getOperationAction(E operation)
           
 WizardOperationAction<E,? extends WizardOperationModel<E>> WizardOperationModel.reloadOperation(E operation)
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.