jaxx.runtime.swing.wizard
Class WizardUtil

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

public class WizardUtil
extends java.lang.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 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)


Copyright © 2008-2009 CodeLutin. All Rights Reserved.