org.af.commons.widgets.wizard
Class WizardDisplayerImpl2

java.lang.Object
  extended by org.netbeans.api.wizard.WizardDisplayer
      extended by org.netbeans.api.wizard.displayer.WizardDisplayerImpl
          extended by org.af.commons.widgets.wizard.WizardDisplayerImpl2

public class WizardDisplayerImpl2
extends org.netbeans.api.wizard.displayer.WizardDisplayerImpl


Constructor Summary
WizardDisplayerImpl2()
           
 
Method Summary
static Object showWizard(org.netbeans.spi.wizard.Wizard wizard, int width, int height)
           
 
Methods inherited from class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
getButtonManager, getCurrentStep, getCurrentWizardPanel, getDeferredResult, getInstructions, getOuterPanel, getSettings, getTtlLabel, getTtlPanel, getWizard, getWizardPanel, getWizardResult, install, isInSummary, navigateTo, setCurrentWizardPanel, setDeferredResult, setInSummary, setWizardResult, show
 
Methods inherited from class org.netbeans.api.wizard.WizardDisplayer
installInContainer, showWizard, showWizard, showWizard, showWizard
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardDisplayerImpl2

public WizardDisplayerImpl2()
Method Detail

showWizard

public static Object showWizard(org.netbeans.spi.wizard.Wizard wizard,
                                int width,
                                int height)