Module org.jpo

Class GenerateWebsiteWizard3Midres

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

public class GenerateWebsiteWizard3Midres extends net.javaprog.ui.wizard.AbstractStep
This Wizard Step asks and stores the Midres Stuff
  • 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
    This step asks for all the midres stuff for the webpage generation
  • Method Summary

    Modifier and Type
    Method
    Description
    protected JComponent
    Create the widgets.
    void
    required but not used

    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

    • GenerateWebsiteWizard3Midres

      public GenerateWebsiteWizard3Midres(GenerateWebsiteRequest request)
      This step asks for all the midres stuff for the webpage generation
      Parameters:
      request - The link to the options object with all the settings
  • Method Details

    • createComponent

      protected JComponent createComponent()
      Create the widgets.
      Specified by:
      createComponent in class net.javaprog.ui.wizard.AbstractStep
      Returns:
      A panel with the components
    • prepareRendering

      public void prepareRendering()
      required but not used