Module org.jpo

Class GenerateWebsiteWizard4Highres

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

public class GenerateWebsiteWizard4Highres extends net.javaprog.ui.wizard.AbstractStep
Asks all the questions we need to know in regard the highres images on the target page.
  • 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 Wizard prompts for the options regarding Highres
  • Method Summary

    Modifier and Type
    Method
    Description
    protected JComponent
    Creates the GUI widgets
    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

    • GenerateWebsiteWizard4Highres

      public GenerateWebsiteWizard4Highres(GenerateWebsiteRequest request)
      This Wizard prompts for the options regarding Highres
      Parameters:
      request - The data object with all the settings
  • Method Details

    • createComponent

      protected JComponent createComponent()
      Creates the GUI widgets
      Specified by:
      createComponent in class net.javaprog.ui.wizard.AbstractStep
      Returns:
      The component to be shown
    • prepareRendering

      public void prepareRendering()
      Required but not used here