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

Packages that use WizardModel
jaxx.runtime.swing.wizard JAXX - Wizard framework 
jaxx.runtime.swing.wizard.ext JAXX - Wizard framework 
 

Uses of WizardModel in jaxx.runtime.swing.wizard
 

Classes in jaxx.runtime.swing.wizard with type parameters of type WizardModel
 interface WizardStepUI<E extends WizardStep,M extends WizardModel<E>>
          Le contrat d'une ui d'étape.
 interface WizardUI<E extends WizardStep,M extends WizardModel<E>>
          Contrat a respecter pour une ui de wizard.
 class WizardUILancher<E extends WizardStep,M extends WizardModel<E>,UI extends WizardUI<E,M>>
          Une classe pour lancer une ui de wizard.
 

Methods in jaxx.runtime.swing.wizard with type parameters of type WizardModel
static
<E extends WizardStep,M extends WizardModel<E>>
void
WizardUtil.addTabsDisplayUntilStepListener(WizardUI<E,M> ui)
          Ajoute un listener sur le modele pour gere la politique d'affichage des onglets.
static
<E extends WizardStep,M extends WizardModel<E>>
void
WizardUtil.installWizardUIListeners(WizardUI<E,M> ui)
           
static
<M extends WizardModel<?>>
JAXXContextEntryDef<M>
WizardUILancher.newModelEntry(Class<M> modelType)
           
 

Methods in jaxx.runtime.swing.wizard with parameters of type WizardModel
static void WizardUtil.addDebugLogListener(org.apache.commons.logging.Log log, WizardModel<?> model)
           
static void WizardUtil.addTraceLogListener(org.apache.commons.logging.Log log, WizardModel<?> model)
           
 

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

Subclasses of WizardModel in jaxx.runtime.swing.wizard.ext
 class WizardExtModel<E extends WizardExtStep>
          Un modèle de wizard avec des opérations.
 



Copyright © 2008-2011 CodeLutin. All Rights Reserved.