Module org.jpo

Class GenerateWebsiteWizard1Welcome

java.lang.Object
net.javaprog.ui.wizard.AbstractStep
org.jpo.export.GenerateWebsiteWizard1Welcome
All Implemented Interfaces:
net.javaprog.ui.wizard.Step

public class GenerateWebsiteWizard1Welcome extends net.javaprog.ui.wizard.AbstractStep
This Wizard Step welcomes the user to the wizard and states what is about to happen
  • Field Summary

    Fields inherited from class net.javaprog.ui.wizard.AbstractStep

    canCancel, canFinish, canGoBack, canGoNext, component, description, listenerList, name

    Fields inherited from interface net.javaprog.ui.wizard.Step

    BACK_PROPERTY, CANCEL_PROPERTY, FINISH_PROPERTY, NEXT_PROPERTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Welcome page for the generate website wizard
  • Method Summary

    Modifier and Type
    Method
    Description
    protected JComponent
    Create the step component
    void
    Required but not used here

    Methods inherited from class net.javaprog.ui.wizard.AbstractStep

    addPropertyChangeListener, canCancel, canFinish, canGoBack, canGoNext, firePropertyChange, getComponent, getDescription, getName, removePropertyChangeListener, setCanCancel, setCanFinish, setCanGoBack, setCanGoNext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GenerateWebsiteWizard1Welcome

      public GenerateWebsiteWizard1Welcome(GenerateWebsiteRequest request)
      Welcome page for the generate website wizard
      Parameters:
      request - Options
  • Method Details

    • createComponent

      protected JComponent createComponent()
      Create the step component
      Specified by:
      createComponent in class net.javaprog.ui.wizard.AbstractStep
      Returns:
      the component
    • prepareRendering

      public void prepareRendering()
      Required but not used here