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

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

Uses of WizardUI in jaxx.runtime.swing.wizard
 

Classes in jaxx.runtime.swing.wizard with type parameters of type WizardUI
 class WizardUILancher<E extends WizardStep,M extends WizardModel<E>,UI extends WizardUI<E,M>>
          Une classe pour lancer une ui de wizard.
 

Fields in jaxx.runtime.swing.wizard declared as WizardUI
protected  UI WizardUILancher.ui
           
 

Methods in jaxx.runtime.swing.wizard with parameters of type WizardUI
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)
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.