Module org.jpo

Class GenerateWebsiteWizard7Summary

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

public class GenerateWebsiteWizard7Summary extends net.javaprog.ui.wizard.AbstractStep
This Wizard step summarises the settings and then goes off and does them
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final JTextArea
    Shows the summaryTextArea

    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 step summarises the settings and then goes off and does them
  • Method Summary

    Modifier and Type
    Method
    Description
    protected JComponent
    Returns the widgets to show the summaryTextArea
    void
    Refreshes the contents of the widgets

    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
  • Field Details

    • summaryTextArea

      protected final JTextArea summaryTextArea
      Shows the summaryTextArea
  • Constructor Details

    • GenerateWebsiteWizard7Summary

      public GenerateWebsiteWizard7Summary(GenerateWebsiteRequest request)
      This Wizard step summarises the settings and then goes off and does them
      Parameters:
      request - Options
  • Method Details

    • createComponent

      protected JComponent createComponent()
      Returns the widgets to show the summaryTextArea
      Specified by:
      createComponent in class net.javaprog.ui.wizard.AbstractStep
      Returns:
      the component that shows the summaryTextArea
    • prepareRendering

      public void prepareRendering()
      Refreshes the contents of the widgets