org.archiviststoolkit.maintenance
Class InitialSteps

java.lang.Object
  extended by org.netbeans.spi.wizard.WizardPanelProvider
      extended by org.archiviststoolkit.maintenance.InitialSteps

 class InitialSteps
extends org.netbeans.spi.wizard.WizardPanelProvider


Constructor Summary
InitialSteps()
          Creates a new instance of InitialSteps
 
Method Summary
protected  javax.swing.JComponent createPanel(org.netbeans.spi.wizard.WizardController controller, java.lang.String id, java.util.Map data)
           
 
Methods inherited from class org.netbeans.spi.wizard.WizardPanelProvider
cancel, createWizard, finish, indexOfStep, recycleExistingPanel, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitialSteps

InitialSteps()
Creates a new instance of InitialSteps

Method Detail

createPanel

protected javax.swing.JComponent createPanel(org.netbeans.spi.wizard.WizardController controller,
                                             java.lang.String id,
                                             java.util.Map data)
Specified by:
createPanel in class org.netbeans.spi.wizard.WizardPanelProvider