Module org.jpo

Class GenerateWebsiteWizard6Where

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

public class GenerateWebsiteWizard6Where extends net.javaprog.ui.wizard.AbstractStep
Asks where we should create the website
  • 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
    static boolean
    check(File targetDirectory)
    Checks whether the supplied file is good for webpage generation and spams popups if not
    protected JComponent
    Creates the GUI widgets
    void
    Enforces that the user must check the directory before he can go next

    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

    • GenerateWebsiteWizard6Where

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

    • check

      public static boolean check(File targetDirectory)
      Checks whether the supplied file is good for webpage generation and spams popups if not
      Parameters:
      targetDirectory - Target directory
      Returns:
      true if ok, false if not
    • 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()
      Enforces that the user must check the directory before he can go next