jaxx.runtime.swing.wizard
Class WizardUtil

java.lang.Object
  extended by jaxx.runtime.swing.wizard.WizardUtil

public class WizardUtil
extends Object

Classe de méthodes utiles sur les wizard.

Since:
1.3
Author:
tony

Constructor Summary
protected WizardUtil()
           
 
Method Summary
static boolean acceptStates(WizardOperationState state, WizardOperationState... accepted)
           
static void addDebugLogListener(org.apache.commons.logging.Log log, WizardModel<?> model)
           
static
<E extends WizardStep,M extends WizardModel<E>>
void
addTabsDisplayUntilStepListener(WizardUI<E,M> ui)
          Ajoute un listener sur le modele pour gere la politique d'affichage des onglets.
static void addTraceLogListener(org.apache.commons.logging.Log log, WizardModel<?> model)
           
static
<E extends WizardStep,M extends WizardModel<E>>
void
installWizardUIListeners(WizardUI<E,M> ui)
           
static boolean rejectStates(WizardOperationState state, WizardOperationState... rejected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardUtil

protected WizardUtil()
Method Detail

acceptStates

public static boolean acceptStates(WizardOperationState state,
                                   WizardOperationState... accepted)

rejectStates

public static boolean rejectStates(WizardOperationState state,
                                   WizardOperationState... rejected)

addDebugLogListener

public static void addDebugLogListener(org.apache.commons.logging.Log log,
                                       WizardModel<?> model)

addTraceLogListener

public static void addTraceLogListener(org.apache.commons.logging.Log log,
                                       WizardModel<?> model)

installWizardUIListeners

public static <E extends WizardStep,M extends WizardModel<E>> void installWizardUIListeners(WizardUI<E,M> ui)

addTabsDisplayUntilStepListener

public static <E extends WizardStep,M extends WizardModel<E>> void addTabsDisplayUntilStepListener(WizardUI<E,M> ui)
Ajoute un listener sur le modele pour gere la politique d'affichage des onglets. Dans cette implantation, les onglets sont ouverts jusqu'a l'etape courante. Lorsque l'on revient en arrière, les onglets d'etapes superieurs sont fermes.

Type Parameters:
E - le type d'un etape de l'assistant
M - le type du modele de l'assistant
Parameters:
ui - l'ui de l'assitant
Since:
1.7.1


Copyright © 2008-2010 CodeLutin. All Rights Reserved.